@vertesia/ui 1.2.0 → 1.3.0-dev.20260620.091720Z
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.
- package/README.md +72 -0
- package/lib/core/components/Avatar.d.ts +16 -0
- package/lib/core/components/Avatar.d.ts.map +1 -0
- package/lib/core/components/Avatar.js +38 -0
- package/lib/core/components/Avatar.js.map +1 -0
- package/lib/core/components/Center.d.ts +8 -0
- package/lib/core/components/Center.d.ts.map +1 -0
- package/lib/core/components/Center.js +6 -0
- package/lib/core/components/Center.js.map +1 -0
- package/lib/core/components/ComboBox.d.ts +134 -0
- package/lib/core/components/ComboBox.d.ts.map +1 -0
- package/lib/core/components/ComboBox.js +385 -0
- package/lib/core/components/ComboBox.js.map +1 -0
- package/lib/core/components/Divider.d.ts +6 -0
- package/lib/core/components/Divider.d.ts.map +1 -0
- package/lib/core/components/Divider.js +6 -0
- package/lib/core/components/Divider.js.map +1 -0
- package/lib/core/components/EmptyCollection.d.ts +9 -0
- package/lib/core/components/EmptyCollection.d.ts.map +1 -0
- package/lib/core/components/EmptyCollection.js +7 -0
- package/lib/core/components/EmptyCollection.js.map +1 -0
- package/lib/core/components/FileUpload.d.ts +29 -0
- package/lib/core/components/FileUpload.d.ts.map +1 -0
- package/lib/core/components/FileUpload.js +131 -0
- package/lib/core/components/FileUpload.js.map +1 -0
- package/lib/core/components/FormItem.d.ts +30 -0
- package/lib/core/components/FormItem.d.ts.map +1 -0
- package/lib/core/components/FormItem.js +64 -0
- package/lib/core/components/FormItem.js.map +1 -0
- package/lib/core/components/InputList.d.ts +14 -0
- package/lib/core/components/InputList.d.ts.map +1 -0
- package/lib/core/components/InputList.js +75 -0
- package/lib/core/components/InputList.js.map +1 -0
- package/lib/core/components/Link.d.ts +7 -0
- package/lib/core/components/Link.d.ts.map +1 -0
- package/lib/core/components/Link.js +13 -0
- package/lib/core/components/Link.js.map +1 -0
- package/lib/core/components/MenuList.d.ts +14 -0
- package/lib/core/components/MenuList.d.ts.map +1 -0
- package/lib/core/components/MenuList.js +20 -0
- package/lib/core/components/MenuList.js.map +1 -0
- package/lib/core/components/NumberInput.d.ts +16 -0
- package/lib/core/components/NumberInput.d.ts.map +1 -0
- package/lib/core/components/NumberInput.js +48 -0
- package/lib/core/components/NumberInput.js.map +1 -0
- package/lib/core/components/Overlay.d.ts +25 -0
- package/lib/core/components/Overlay.d.ts.map +1 -0
- package/lib/core/components/Overlay.js +67 -0
- package/lib/core/components/Overlay.js.map +1 -0
- package/lib/core/components/Portal.d.ts +6 -0
- package/lib/core/components/Portal.d.ts.map +1 -0
- package/lib/core/components/Portal.js +29 -0
- package/lib/core/components/Portal.js.map +1 -0
- package/lib/core/components/SelectList.d.ts +19 -0
- package/lib/core/components/SelectList.d.ts.map +1 -0
- package/lib/core/components/SelectList.js +54 -0
- package/lib/core/components/SelectList.js.map +1 -0
- package/lib/core/components/SidePanel.d.ts +16 -0
- package/lib/core/components/SidePanel.d.ts.map +1 -0
- package/lib/core/components/SidePanel.js +48 -0
- package/lib/core/components/SidePanel.js.map +1 -0
- package/lib/core/components/Spinner.d.ts +7 -0
- package/lib/core/components/Spinner.d.ts.map +1 -0
- package/lib/core/components/Spinner.js +25 -0
- package/lib/core/components/Spinner.js.map +1 -0
- package/lib/core/components/TagsInput.d.ts +16 -0
- package/lib/core/components/TagsInput.d.ts.map +1 -0
- package/lib/core/components/TagsInput.js +199 -0
- package/lib/core/components/TagsInput.js.map +1 -0
- package/lib/core/components/index.d.ts +27 -0
- package/lib/core/components/index.d.ts.map +1 -0
- package/lib/core/components/index.js +23 -0
- package/lib/core/components/index.js.map +1 -0
- package/lib/core/components/libs/utils.d.ts +3 -0
- package/lib/core/components/libs/utils.d.ts.map +1 -0
- package/lib/core/components/libs/utils.js +6 -0
- package/lib/core/components/libs/utils.js.map +1 -0
- package/lib/core/components/libs/visuallyHidden.d.ts +7 -0
- package/lib/core/components/libs/visuallyHidden.d.ts.map +1 -0
- package/lib/core/components/libs/visuallyHidden.js +16 -0
- package/lib/core/components/libs/visuallyHidden.js.map +1 -0
- package/lib/core/components/popup/Popup.d.ts +26 -0
- package/lib/core/components/popup/Popup.d.ts.map +1 -0
- package/lib/core/components/popup/Popup.js +70 -0
- package/lib/core/components/popup/Popup.js.map +1 -0
- package/lib/core/components/popup/PopupController.d.ts +41 -0
- package/lib/core/components/popup/PopupController.d.ts.map +1 -0
- package/lib/core/components/popup/PopupController.js +153 -0
- package/lib/core/components/popup/PopupController.js.map +1 -0
- package/lib/core/components/popup/index.d.ts +4 -0
- package/lib/core/components/popup/index.d.ts.map +1 -0
- package/lib/core/components/popup/index.js +4 -0
- package/lib/core/components/popup/index.js.map +1 -0
- package/lib/core/components/popup/position.d.ts.map +1 -0
- package/lib/core/components/popup/position.js +240 -0
- package/lib/core/components/popup/position.js.map +1 -0
- package/lib/core/components/popup/utils.d.ts.map +1 -0
- package/lib/core/components/popup/utils.js +75 -0
- package/lib/core/components/popup/utils.js.map +1 -0
- package/lib/core/components/shadcn/LanguageSwitcher.d.ts +8 -0
- package/lib/core/components/shadcn/LanguageSwitcher.d.ts.map +1 -0
- package/lib/core/components/shadcn/LanguageSwitcher.js +36 -0
- package/lib/core/components/shadcn/LanguageSwitcher.js.map +1 -0
- package/lib/core/components/shadcn/MessageBox.d.ts +38 -0
- package/lib/core/components/shadcn/MessageBox.d.ts.map +1 -0
- package/lib/core/components/shadcn/MessageBox.js +67 -0
- package/lib/core/components/shadcn/MessageBox.js.map +1 -0
- package/lib/core/components/shadcn/Panel.d.ts +17 -0
- package/lib/core/components/shadcn/Panel.d.ts.map +1 -0
- package/lib/core/components/shadcn/Panel.js +21 -0
- package/lib/core/components/shadcn/Panel.js.map +1 -0
- package/lib/core/components/shadcn/badge.d.ts +21 -0
- package/lib/core/components/shadcn/badge.d.ts.map +1 -0
- package/lib/core/components/shadcn/badge.js +64 -0
- package/lib/core/components/shadcn/badge.js.map +1 -0
- package/lib/core/components/shadcn/breadcrumb.d.ts +15 -0
- package/lib/core/components/shadcn/breadcrumb.d.ts.map +1 -0
- package/lib/core/components/shadcn/breadcrumb.js +52 -0
- package/lib/core/components/shadcn/breadcrumb.js.map +1 -0
- package/lib/core/components/shadcn/button.d.ts +38 -0
- package/lib/core/components/shadcn/button.d.ts.map +1 -0
- package/lib/core/components/shadcn/button.js +106 -0
- package/lib/core/components/shadcn/button.js.map +1 -0
- package/lib/core/components/shadcn/calendar.d.ts +11 -0
- package/lib/core/components/shadcn/calendar.d.ts.map +1 -0
- package/lib/core/components/shadcn/calendar.js +13 -0
- package/lib/core/components/shadcn/calendar.js.map +1 -0
- package/lib/core/components/shadcn/card.d.ts +9 -0
- package/lib/core/components/shadcn/card.d.ts.map +1 -0
- package/lib/core/components/shadcn/card.js +17 -0
- package/lib/core/components/shadcn/card.js.map +1 -0
- package/lib/core/components/shadcn/checkbox.d.ts +5 -0
- package/lib/core/components/shadcn/checkbox.d.ts.map +1 -0
- package/lib/core/components/shadcn/checkbox.js +9 -0
- package/lib/core/components/shadcn/checkbox.js.map +1 -0
- package/lib/core/components/shadcn/collaspible.d.ts +6 -0
- package/lib/core/components/shadcn/collaspible.d.ts.map +1 -0
- package/lib/core/components/shadcn/collaspible.js +13 -0
- package/lib/core/components/shadcn/collaspible.js.map +1 -0
- package/lib/core/components/shadcn/command.d.ts +17 -0
- package/lib/core/components/shadcn/command.d.ts.map +1 -0
- package/lib/core/components/shadcn/command.js +29 -0
- package/lib/core/components/shadcn/command.js.map +1 -0
- package/lib/core/components/shadcn/dropdown.d.ts +52 -0
- package/lib/core/components/shadcn/dropdown.d.ts.map +1 -0
- package/lib/core/components/shadcn/dropdown.js +92 -0
- package/lib/core/components/shadcn/dropdown.js.map +1 -0
- package/lib/core/components/shadcn/filters/DynamicLabel.d.ts +9 -0
- package/lib/core/components/shadcn/filters/DynamicLabel.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/DynamicLabel.js +38 -0
- package/lib/core/components/shadcn/filters/DynamicLabel.js.map +1 -0
- package/lib/core/components/shadcn/filters/animateChangeInHeight.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/animateChangeInHeight.js +23 -0
- package/lib/core/components/shadcn/filters/animateChangeInHeight.js.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/DateCombobox.d.ts +6 -0
- package/lib/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/DateCombobox.js +130 -0
- package/lib/core/components/shadcn/filters/comboBox/DateCombobox.js.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts +10 -0
- package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.js +53 -0
- package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts +6 -0
- package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.js +27 -0
- package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/TextCombobox.d.ts +6 -0
- package/lib/core/components/shadcn/filters/comboBox/TextCombobox.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/TextCombobox.js +28 -0
- package/lib/core/components/shadcn/filters/comboBox/TextCombobox.js.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/comboBox.d.ts +5 -0
- package/lib/core/components/shadcn/filters/comboBox/comboBox.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/comboBox/comboBox.js +5 -0
- package/lib/core/components/shadcn/filters/comboBox/comboBox.js.map +1 -0
- package/lib/core/components/shadcn/filters/filter/SelectFilter.d.ts +12 -0
- package/lib/core/components/shadcn/filters/filter/SelectFilter.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/filter/SelectFilter.js +102 -0
- package/lib/core/components/shadcn/filters/filter/SelectFilter.js.map +1 -0
- package/lib/core/components/shadcn/filters/filter/StringListFilter.d.ts +11 -0
- package/lib/core/components/shadcn/filters/filter/StringListFilter.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/filter/StringListFilter.js +24 -0
- package/lib/core/components/shadcn/filters/filter/StringListFilter.js.map +1 -0
- package/lib/core/components/shadcn/filters/filter/TextFilter.d.ts +13 -0
- package/lib/core/components/shadcn/filters/filter/TextFilter.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/filter/TextFilter.js +21 -0
- package/lib/core/components/shadcn/filters/filter/TextFilter.js.map +1 -0
- package/lib/core/components/shadcn/filters/filter/dateFilter.d.ts +14 -0
- package/lib/core/components/shadcn/filters/filter/dateFilter.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/filter/dateFilter.js +163 -0
- package/lib/core/components/shadcn/filters/filter/dateFilter.js.map +1 -0
- package/lib/core/components/shadcn/filters/filter-styles.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/filter-styles.js.map +1 -0
- package/lib/core/components/shadcn/filters/filterBar.d.ts +21 -0
- package/lib/core/components/shadcn/filters/filterBar.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/filterBar.js +259 -0
- package/lib/core/components/shadcn/filters/filterBar.js.map +1 -0
- package/lib/core/components/shadcn/filters/filters.d.ts +10 -0
- package/lib/core/components/shadcn/filters/filters.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/filters.js +63 -0
- package/lib/core/components/shadcn/filters/filters.js.map +1 -0
- package/lib/core/components/shadcn/filters/index.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/index.js.map +1 -0
- package/lib/core/components/shadcn/filters/types.d.ts +35 -0
- package/lib/core/components/shadcn/filters/types.d.ts.map +1 -0
- package/lib/core/components/shadcn/filters/types.js.map +1 -0
- package/lib/core/components/shadcn/heading.d.ts +6 -0
- package/lib/core/components/shadcn/heading.d.ts.map +1 -0
- package/lib/core/components/shadcn/heading.js +17 -0
- package/lib/core/components/shadcn/heading.js.map +1 -0
- package/lib/core/components/shadcn/index.d.ts +31 -0
- package/lib/core/components/shadcn/index.d.ts.map +1 -0
- package/lib/core/components/shadcn/index.js +31 -0
- package/lib/core/components/shadcn/index.js.map +1 -0
- package/lib/core/components/shadcn/input.d.ts +23 -0
- package/lib/core/components/shadcn/input.d.ts.map +1 -0
- package/lib/core/components/shadcn/input.js +43 -0
- package/lib/core/components/shadcn/input.js.map +1 -0
- package/lib/core/components/shadcn/label.d.ts +10 -0
- package/lib/core/components/shadcn/label.d.ts.map +1 -0
- package/lib/core/components/shadcn/label.js +10 -0
- package/lib/core/components/shadcn/label.js.map +1 -0
- package/lib/core/components/shadcn/modal/ConfirmModal.d.ts +12 -0
- package/lib/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -0
- package/lib/core/components/shadcn/modal/ConfirmModal.js +12 -0
- package/lib/core/components/shadcn/modal/ConfirmModal.js.map +1 -0
- package/lib/core/components/shadcn/modal/DeleteModal.d.ts +11 -0
- package/lib/core/components/shadcn/modal/DeleteModal.d.ts.map +1 -0
- package/lib/core/components/shadcn/modal/DeleteModal.js +34 -0
- package/lib/core/components/shadcn/modal/DeleteModal.js.map +1 -0
- package/lib/core/components/shadcn/modal/dialog.d.ts +41 -0
- package/lib/core/components/shadcn/modal/dialog.d.ts.map +1 -0
- package/lib/core/components/shadcn/modal/dialog.js +82 -0
- package/lib/core/components/shadcn/modal/dialog.js.map +1 -0
- package/lib/core/components/shadcn/modal/index.d.ts +4 -0
- package/lib/core/components/shadcn/modal/index.d.ts.map +1 -0
- package/lib/core/components/shadcn/modal/index.js +4 -0
- package/lib/core/components/shadcn/modal/index.js.map +1 -0
- package/lib/core/components/shadcn/popover.d.ts +32 -0
- package/lib/core/components/shadcn/popover.d.ts.map +1 -0
- package/lib/core/components/shadcn/popover.js +56 -0
- package/lib/core/components/shadcn/popover.js.map +1 -0
- package/lib/core/components/shadcn/radioGroup.d.ts +24 -0
- package/lib/core/components/shadcn/radioGroup.d.ts.map +1 -0
- package/lib/core/components/shadcn/radioGroup.js +30 -0
- package/lib/core/components/shadcn/radioGroup.js.map +1 -0
- package/lib/core/components/shadcn/resizeable.d.ts +13 -0
- package/lib/core/components/shadcn/resizeable.d.ts.map +1 -0
- package/lib/core/components/shadcn/resizeable.js +18 -0
- package/lib/core/components/shadcn/resizeable.js.map +1 -0
- package/lib/core/components/shadcn/selectBox.d.ts +51 -0
- package/lib/core/components/shadcn/selectBox.d.ts.map +1 -0
- package/lib/core/components/shadcn/selectBox.js +182 -0
- package/lib/core/components/shadcn/selectBox.js.map +1 -0
- package/lib/core/components/shadcn/separator.d.ts +6 -0
- package/lib/core/components/shadcn/separator.d.ts.map +1 -0
- package/lib/core/components/shadcn/separator.js +8 -0
- package/lib/core/components/shadcn/separator.js.map +1 -0
- package/lib/core/components/shadcn/slider.d.ts +10 -0
- package/lib/core/components/shadcn/slider.d.ts.map +1 -0
- package/lib/core/components/shadcn/slider.js +13 -0
- package/lib/core/components/shadcn/slider.js.map +1 -0
- package/lib/core/components/shadcn/switch.d.ts +13 -0
- package/lib/core/components/shadcn/switch.d.ts.map +1 -0
- package/lib/core/components/shadcn/switch.js +20 -0
- package/lib/core/components/shadcn/switch.js.map +1 -0
- package/lib/core/components/shadcn/tabs.d.ts +49 -0
- package/lib/core/components/shadcn/tabs.d.ts.map +1 -0
- package/lib/core/components/shadcn/tabs.js +140 -0
- package/lib/core/components/shadcn/tabs.js.map +1 -0
- package/lib/core/components/shadcn/text.d.ts +11 -0
- package/lib/core/components/shadcn/text.d.ts.map +1 -0
- package/lib/core/components/shadcn/text.js +30 -0
- package/lib/core/components/shadcn/text.js.map +1 -0
- package/lib/core/components/shadcn/textarea.d.ts +8 -0
- package/lib/core/components/shadcn/textarea.d.ts.map +1 -0
- package/lib/core/components/shadcn/textarea.js +35 -0
- package/lib/core/components/shadcn/textarea.js.map +1 -0
- package/lib/core/components/shadcn/theme/ThemeProvider.d.ts +15 -0
- package/lib/core/components/shadcn/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/core/components/shadcn/theme/ThemeProvider.js +36 -0
- package/lib/core/components/shadcn/theme/ThemeProvider.js.map +1 -0
- package/lib/core/components/shadcn/theme/ThemeSwitcher.d.ts +16 -0
- package/lib/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +1 -0
- package/lib/core/components/shadcn/theme/ThemeSwitcher.js +15 -0
- package/lib/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -0
- package/lib/core/components/shadcn/tooltip.d.ts +21 -0
- package/lib/core/components/shadcn/tooltip.d.ts.map +1 -0
- package/lib/core/components/shadcn/tooltip.js +38 -0
- package/lib/core/components/shadcn/tooltip.js.map +1 -0
- package/lib/core/components/styles.d.ts.map +1 -0
- package/lib/core/components/styles.js +10 -0
- package/lib/core/components/styles.js.map +1 -0
- package/lib/core/components/table/index.d.ts +43 -0
- package/lib/core/components/table/index.d.ts.map +1 -0
- package/lib/core/components/table/index.js +43 -0
- package/lib/core/components/table/index.js.map +1 -0
- package/lib/core/components/toast/NotificationPanel.d.ts +8 -0
- package/lib/core/components/toast/NotificationPanel.d.ts.map +1 -0
- package/lib/core/components/toast/NotificationPanel.js +41 -0
- package/lib/core/components/toast/NotificationPanel.js.map +1 -0
- package/lib/core/components/toast/ToastContext.d.ts +6 -0
- package/lib/core/components/toast/ToastContext.d.ts.map +1 -0
- package/lib/core/components/toast/ToastContext.js +7 -0
- package/lib/core/components/toast/ToastContext.js.map +1 -0
- package/lib/core/components/toast/ToastProps.d.ts.map +1 -0
- package/lib/core/components/toast/ToastProps.js.map +1 -0
- package/lib/core/components/toast/ToastProvider.d.ts +6 -0
- package/lib/core/components/toast/ToastProvider.d.ts.map +1 -0
- package/lib/core/components/toast/ToastProvider.js +19 -0
- package/lib/core/components/toast/ToastProvider.js.map +1 -0
- package/lib/core/components/toast/index.d.ts +3 -0
- package/lib/core/components/toast/index.d.ts.map +1 -0
- package/lib/core/components/toast/index.js +3 -0
- package/lib/core/components/toast/index.js.map +1 -0
- package/lib/core/hooks/CompositeState.d.ts +137 -0
- package/lib/core/hooks/CompositeState.d.ts.map +1 -0
- package/lib/core/hooks/CompositeState.js +256 -0
- package/lib/core/hooks/CompositeState.js.map +1 -0
- package/lib/core/hooks/PortalContainerProvider.d.ts +8 -0
- package/lib/core/hooks/PortalContainerProvider.d.ts.map +1 -0
- package/lib/core/hooks/PortalContainerProvider.js +50 -0
- package/lib/core/hooks/PortalContainerProvider.js.map +1 -0
- package/lib/core/hooks/SharedState.d.ts +10 -0
- package/lib/core/hooks/SharedState.d.ts.map +1 -0
- package/lib/core/hooks/SharedState.js +64 -0
- package/lib/core/hooks/SharedState.js.map +1 -0
- package/lib/core/hooks/index.d.ts +16 -0
- package/lib/core/hooks/index.d.ts.map +1 -0
- package/lib/core/hooks/index.js +16 -0
- package/lib/core/hooks/index.js.map +1 -0
- package/lib/core/hooks/useClickOutside.d.ts.map +1 -0
- package/lib/core/hooks/useClickOutside.js +30 -0
- package/lib/core/hooks/useClickOutside.js.map +1 -0
- package/lib/core/hooks/useCopyToClipboard.d.ts.map +1 -0
- package/lib/core/hooks/useCopyToClipboard.js.map +1 -0
- package/lib/core/hooks/useDarkMode.d.ts.map +1 -0
- package/lib/core/hooks/useDarkMode.js +11 -0
- package/lib/core/hooks/useDarkMode.js.map +1 -0
- package/lib/core/hooks/useDebounce.d.ts.map +1 -0
- package/lib/core/hooks/useDebounce.js +14 -0
- package/lib/core/hooks/useDebounce.js.map +1 -0
- package/lib/core/hooks/useEventSource.d.ts +11 -0
- package/lib/core/hooks/useEventSource.d.ts.map +1 -0
- package/lib/core/hooks/useEventSource.js +56 -0
- package/lib/core/hooks/useEventSource.js.map +1 -0
- package/lib/core/hooks/useFetch.d.ts +24 -0
- package/lib/core/hooks/useFetch.d.ts.map +1 -0
- package/lib/core/hooks/useFetch.js +54 -0
- package/lib/core/hooks/useFetch.js.map +1 -0
- package/lib/core/hooks/useFlag.d.ts.map +1 -0
- package/lib/core/hooks/useFlag.js +13 -0
- package/lib/core/hooks/useFlag.js.map +1 -0
- package/lib/core/hooks/useIntersectionObserver.d.ts +14 -0
- package/lib/core/hooks/useIntersectionObserver.d.ts.map +1 -0
- package/lib/core/hooks/useIntersectionObserver.js +40 -0
- package/lib/core/hooks/useIntersectionObserver.js.map +1 -0
- package/lib/core/hooks/useIsFistRendering.d.ts.map +1 -0
- package/lib/core/hooks/useIsFistRendering.js +16 -0
- package/lib/core/hooks/useIsFistRendering.js.map +1 -0
- package/lib/core/hooks/useSafeLayoutEffect.d.ts +4 -0
- package/lib/core/hooks/useSafeLayoutEffect.d.ts.map +1 -0
- package/lib/core/hooks/useSafeLayoutEffect.js +4 -0
- package/lib/core/hooks/useSafeLayoutEffect.js.map +1 -0
- package/lib/core/hooks/useScrollableSearch.d.ts +82 -0
- package/lib/core/hooks/useScrollableSearch.d.ts.map +1 -0
- package/lib/core/hooks/useScrollableSearch.js +95 -0
- package/lib/core/hooks/useScrollableSearch.js.map +1 -0
- package/lib/core/hooks/useSharedValue.d.ts +12 -0
- package/lib/core/hooks/useSharedValue.d.ts.map +1 -0
- package/lib/core/hooks/useSharedValue.js +21 -0
- package/lib/core/hooks/useSharedValue.js.map +1 -0
- package/lib/core/index.d.ts +4 -0
- package/lib/core/index.d.ts.map +1 -0
- package/lib/core/index.js +4 -0
- package/lib/core/index.js.map +1 -0
- package/lib/core/utils/a11y.d.ts +16 -0
- package/lib/core/utils/a11y.d.ts.map +1 -0
- package/lib/core/utils/a11y.js +22 -0
- package/lib/core/utils/a11y.js.map +1 -0
- package/lib/core/utils/cn.d.ts +3 -0
- package/lib/core/utils/cn.d.ts.map +1 -0
- package/lib/core/utils/cn.js +6 -0
- package/lib/core/utils/cn.js.map +1 -0
- package/lib/core/utils/errorMessage.d.ts +2 -0
- package/lib/core/utils/errorMessage.d.ts.map +1 -0
- package/lib/core/utils/errorMessage.js +16 -0
- package/lib/core/utils/errorMessage.js.map +1 -0
- package/lib/core/utils/index.d.ts +5 -0
- package/lib/core/utils/index.d.ts.map +1 -0
- package/lib/core/utils/index.js +5 -0
- package/lib/core/utils/index.js.map +1 -0
- package/lib/core/utils/textarea.d.ts +7 -0
- package/lib/core/utils/textarea.d.ts.map +1 -0
- package/lib/core/utils/textarea.js +16 -0
- package/lib/core/utils/textarea.js.map +1 -0
- package/lib/env/index.d.ts +106 -0
- package/lib/env/index.d.ts.map +1 -0
- package/lib/env/index.js +91 -0
- package/lib/env/index.js.map +1 -0
- package/lib/features/activity-doc/ActivityDoc.d.ts +14 -0
- package/lib/features/activity-doc/ActivityDoc.d.ts.map +1 -0
- package/lib/features/activity-doc/ActivityDoc.js +68 -0
- package/lib/features/activity-doc/ActivityDoc.js.map +1 -0
- package/lib/features/activity-doc/index.d.ts +2 -0
- package/lib/features/activity-doc/index.d.ts.map +1 -0
- package/lib/features/activity-doc/index.js +2 -0
- package/lib/features/activity-doc/index.js.map +1 -0
- package/lib/features/agent/PayloadBuilder.d.ts +119 -0
- package/lib/features/agent/PayloadBuilder.d.ts.map +1 -0
- package/lib/features/agent/PayloadBuilder.js +457 -0
- package/lib/features/agent/PayloadBuilder.js.map +1 -0
- package/lib/features/agent/chat/AgentChart.d.ts +34 -0
- package/lib/features/agent/chat/AgentChart.d.ts.map +1 -0
- package/lib/features/agent/chat/AgentChart.js +26 -0
- package/lib/features/agent/chat/AgentChart.js.map +1 -0
- package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts +35 -0
- package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts.map +1 -0
- package/lib/features/agent/chat/AgentChatFixtureReplay.js +125 -0
- package/lib/features/agent/chat/AgentChatFixtureReplay.js.map +1 -0
- package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts +10 -0
- package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts.map +1 -0
- package/lib/features/agent/chat/AgentChatPlaybackControls.js +87 -0
- package/lib/features/agent/chat/AgentChatPlaybackControls.js.map +1 -0
- package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts +10 -0
- package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -0
- package/lib/features/agent/chat/AgentRequestInputOverlay.js +18 -0
- package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -0
- package/lib/features/agent/chat/AgentRightPanel.d.ts +45 -0
- package/lib/features/agent/chat/AgentRightPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/AgentRightPanel.js +224 -0
- package/lib/features/agent/chat/AgentRightPanel.js.map +1 -0
- package/lib/features/agent/chat/AnimatedThinkingDots.d.ts +38 -0
- package/lib/features/agent/chat/AnimatedThinkingDots.d.ts.map +1 -0
- package/lib/features/agent/chat/AnimatedThinkingDots.js +242 -0
- package/lib/features/agent/chat/AnimatedThinkingDots.js.map +1 -0
- package/lib/features/agent/chat/ArtifactsTab.d.ts +9 -0
- package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -0
- package/lib/features/agent/chat/ArtifactsTab.js +159 -0
- package/lib/features/agent/chat/ArtifactsTab.js.map +1 -0
- package/lib/features/agent/chat/AskUserWidget.d.ts +88 -0
- package/lib/features/agent/chat/AskUserWidget.d.ts.map +1 -0
- package/lib/features/agent/chat/AskUserWidget.js +133 -0
- package/lib/features/agent/chat/AskUserWidget.js.map +1 -0
- package/lib/features/agent/chat/BrowserUseWidget.d.ts +24 -0
- package/lib/features/agent/chat/BrowserUseWidget.d.ts.map +1 -0
- package/lib/features/agent/chat/BrowserUseWidget.js +122 -0
- package/lib/features/agent/chat/BrowserUseWidget.js.map +1 -0
- package/lib/features/agent/chat/DocumentPanel.d.ts +16 -0
- package/lib/features/agent/chat/DocumentPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/DocumentPanel.js +53 -0
- package/lib/features/agent/chat/DocumentPanel.js.map +1 -0
- package/lib/features/agent/chat/DocumentTabBar.d.ts +9 -0
- package/lib/features/agent/chat/DocumentTabBar.d.ts.map +1 -0
- package/lib/features/agent/chat/DocumentTabBar.js +9 -0
- package/lib/features/agent/chat/DocumentTabBar.js.map +1 -0
- package/lib/features/agent/chat/ImageLightbox.d.ts +18 -0
- package/lib/features/agent/chat/ImageLightbox.d.ts.map +1 -0
- package/lib/features/agent/chat/ImageLightbox.js +37 -0
- package/lib/features/agent/chat/ImageLightbox.js.map +1 -0
- package/lib/features/agent/chat/JumpingDots.d.ts +7 -0
- package/lib/features/agent/chat/JumpingDots.d.ts.map +1 -0
- package/lib/features/agent/chat/JumpingDots.js +6 -0
- package/lib/features/agent/chat/JumpingDots.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentConversation.d.ts +169 -0
- package/lib/features/agent/chat/ModernAgentConversation.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentConversation.js +1476 -0
- package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts +8 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js +19 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +92 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +1788 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts +38 -0
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js +202 -0
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts +26 -0
- package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +88 -0
- package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts +45 -0
- package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/Header.js +103 -0
- package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts +11 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js +30 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +18 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +80 -0
- package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts +8 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js +61 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +79 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +275 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +60 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +384 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts +15 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.js +21 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts +9 -0
- package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.js +66 -0
- package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts +11 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js +24 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts +9 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js +52 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts +10 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +85 -0
- package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts +9 -0
- package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.js +13 -0
- package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +38 -0
- package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.js +203 -0
- package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts +29 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js +384 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +34 -0
- package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +643 -0
- package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts +22 -0
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +95 -0
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.d.ts +3 -0
- package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.js +123 -0
- package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +13 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +69 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts +153 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.js +724 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.js.map +1 -0
- package/lib/features/agent/chat/ProposalCodeBlockHandler.d.ts +9 -0
- package/lib/features/agent/chat/ProposalCodeBlockHandler.d.ts.map +1 -0
- package/lib/features/agent/chat/ProposalCodeBlockHandler.js +55 -0
- package/lib/features/agent/chat/ProposalCodeBlockHandler.js.map +1 -0
- package/lib/features/agent/chat/SkillWidgetProvider.d.ts +11 -0
- package/lib/features/agent/chat/SkillWidgetProvider.d.ts.map +1 -0
- package/lib/features/agent/chat/SkillWidgetProvider.js +156 -0
- package/lib/features/agent/chat/SkillWidgetProvider.js.map +1 -0
- package/lib/features/agent/chat/SlidingThinkingIndicator.d.ts +18 -0
- package/lib/features/agent/chat/SlidingThinkingIndicator.d.ts.map +1 -0
- package/lib/features/agent/chat/SlidingThinkingIndicator.js +269 -0
- package/lib/features/agent/chat/SlidingThinkingIndicator.js.map +1 -0
- package/lib/features/agent/chat/VegaLiteChart.d.ts +52 -0
- package/lib/features/agent/chat/VegaLiteChart.d.ts.map +1 -0
- package/lib/features/agent/chat/VegaLiteChart.js +813 -0
- package/lib/features/agent/chat/VegaLiteChart.js.map +1 -0
- package/lib/features/agent/chat/WaitingMessages.d.ts.map +1 -0
- package/lib/features/agent/chat/WaitingMessages.js +60 -0
- package/lib/features/agent/chat/WaitingMessages.js.map +1 -0
- package/lib/features/agent/chat/clipboardFiles.d.ts +15 -0
- package/lib/features/agent/chat/clipboardFiles.d.ts.map +1 -0
- package/lib/features/agent/chat/clipboardFiles.js +35 -0
- package/lib/features/agent/chat/clipboardFiles.js.map +1 -0
- package/lib/features/agent/chat/hooks/useAgentPlans.d.ts +22 -0
- package/lib/features/agent/chat/hooks/useAgentPlans.d.ts.map +1 -0
- package/lib/features/agent/chat/hooks/useAgentPlans.js +139 -0
- package/lib/features/agent/chat/hooks/useAgentPlans.js.map +1 -0
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts +56 -0
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -0
- package/lib/features/agent/chat/hooks/useAgentStream.js +470 -0
- package/lib/features/agent/chat/hooks/useAgentStream.js.map +1 -0
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts +25 -0
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -0
- package/lib/features/agent/chat/hooks/useArtifacts.js +122 -0
- package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -0
- package/lib/features/agent/chat/hooks/useDocumentPanel.d.ts +23 -0
- package/lib/features/agent/chat/hooks/useDocumentPanel.d.ts.map +1 -0
- package/lib/features/agent/chat/hooks/useDocumentPanel.js +155 -0
- package/lib/features/agent/chat/hooks/useDocumentPanel.js.map +1 -0
- package/lib/features/agent/chat/hooks/useFileProcessing.d.ts +28 -0
- package/lib/features/agent/chat/hooks/useFileProcessing.d.ts.map +1 -0
- package/lib/features/agent/chat/hooks/useFileProcessing.js +177 -0
- package/lib/features/agent/chat/hooks/useFileProcessing.js.map +1 -0
- package/lib/features/agent/chat/index.d.ts +24 -0
- package/lib/features/agent/chat/index.d.ts.map +1 -0
- package/lib/features/agent/chat/index.js +21 -0
- package/lib/features/agent/chat/index.js.map +1 -0
- package/lib/features/agent/chat/playback.d.ts +21 -0
- package/lib/features/agent/chat/playback.d.ts.map +1 -0
- package/lib/features/agent/chat/playback.js +72 -0
- package/lib/features/agent/chat/playback.js.map +1 -0
- package/lib/features/agent/chat/types/document.d.ts.map +1 -0
- package/lib/features/agent/chat/types/document.js.map +1 -0
- package/lib/features/agent/chat/useArtifactUrlCache.d.ts +34 -0
- package/lib/features/agent/chat/useArtifactUrlCache.d.ts.map +1 -0
- package/lib/features/agent/chat/useArtifactUrlCache.js +72 -0
- package/lib/features/agent/chat/useArtifactUrlCache.js.map +1 -0
- package/lib/features/agent/chat/workstreams.d.ts +31 -0
- package/lib/features/agent/chat/workstreams.d.ts.map +1 -0
- package/lib/features/agent/chat/workstreams.js +164 -0
- package/lib/features/agent/chat/workstreams.js.map +1 -0
- package/lib/features/agent/index.d.ts +3 -0
- package/lib/features/agent/index.d.ts.map +1 -0
- package/lib/features/agent/index.js +3 -0
- package/lib/features/agent/index.js.map +1 -0
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +73 -0
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +1 -0
- package/lib/features/document-viewer/UniversalDocumentViewer.js +415 -0
- package/lib/features/document-viewer/UniversalDocumentViewer.js.map +1 -0
- package/lib/features/document-viewer/index.d.ts +2 -0
- package/lib/features/document-viewer/index.d.ts.map +1 -0
- package/lib/features/document-viewer/index.js +2 -0
- package/lib/features/document-viewer/index.js.map +1 -0
- package/lib/features/errors/PanelErrorBoundary.d.ts +5 -0
- package/lib/features/errors/PanelErrorBoundary.d.ts.map +1 -0
- package/lib/features/errors/PanelErrorBoundary.js +13 -0
- package/lib/features/errors/PanelErrorBoundary.js.map +1 -0
- package/lib/features/errors/RowErrorBoundary.d.ts +8 -0
- package/lib/features/errors/RowErrorBoundary.d.ts.map +1 -0
- package/lib/features/errors/RowErrorBoundary.js +10 -0
- package/lib/features/errors/RowErrorBoundary.js.map +1 -0
- package/lib/features/errors/VertesiaErrorBoundary.d.ts +12 -0
- package/lib/features/errors/VertesiaErrorBoundary.d.ts.map +1 -0
- package/lib/features/errors/VertesiaErrorBoundary.js +16 -0
- package/lib/features/errors/VertesiaErrorBoundary.js.map +1 -0
- package/lib/features/errors/WidgetErrorBoundary.d.ts +5 -0
- package/lib/features/errors/WidgetErrorBoundary.d.ts.map +1 -0
- package/lib/features/errors/WidgetErrorBoundary.js +11 -0
- package/lib/features/errors/WidgetErrorBoundary.js.map +1 -0
- package/lib/features/errors/index.d.ts +5 -0
- package/lib/features/errors/index.d.ts.map +1 -0
- package/lib/features/errors/index.js +5 -0
- package/lib/features/errors/index.js.map +1 -0
- package/lib/features/facets/AgentRunnerFacetsNav.d.ts +19 -0
- package/lib/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/AgentRunnerFacetsNav.js +85 -0
- package/lib/features/facets/AgentRunnerFacetsNav.js.map +1 -0
- package/lib/features/facets/CollectionsFacetsNav.d.ts +15 -0
- package/lib/features/facets/CollectionsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/CollectionsFacetsNav.js +74 -0
- package/lib/features/facets/CollectionsFacetsNav.js.map +1 -0
- package/lib/features/facets/DocumentsFacetsNav.d.ts +12 -0
- package/lib/features/facets/DocumentsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/DocumentsFacetsNav.js +137 -0
- package/lib/features/facets/DocumentsFacetsNav.js.map +1 -0
- package/lib/features/facets/EnvironmentFacet.d.ts +11 -0
- package/lib/features/facets/EnvironmentFacet.d.ts.map +1 -0
- package/lib/features/facets/EnvironmentFacet.js +42 -0
- package/lib/features/facets/EnvironmentFacet.js.map +1 -0
- package/lib/features/facets/InteractionsFacetsNav.d.ts +13 -0
- package/lib/features/facets/InteractionsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/InteractionsFacetsNav.js +73 -0
- package/lib/features/facets/InteractionsFacetsNav.js.map +1 -0
- package/lib/features/facets/ProcessDefinitionsFacetsNav.d.ts +19 -0
- package/lib/features/facets/ProcessDefinitionsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/ProcessDefinitionsFacetsNav.js +21 -0
- package/lib/features/facets/ProcessDefinitionsFacetsNav.js.map +1 -0
- package/lib/features/facets/ProcessRunsFacetsNav.d.ts +22 -0
- package/lib/features/facets/ProcessRunsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/ProcessRunsFacetsNav.js +25 -0
- package/lib/features/facets/ProcessRunsFacetsNav.js.map +1 -0
- package/lib/features/facets/PromptsFacetsNav.d.ts +16 -0
- package/lib/features/facets/PromptsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/PromptsFacetsNav.js +65 -0
- package/lib/features/facets/PromptsFacetsNav.js.map +1 -0
- package/lib/features/facets/RunsFacetsNav.d.ts +24 -0
- package/lib/features/facets/RunsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/RunsFacetsNav.js +147 -0
- package/lib/features/facets/RunsFacetsNav.js.map +1 -0
- package/lib/features/facets/WorkflowDefinitionsFacetsNav.d.ts +20 -0
- package/lib/features/facets/WorkflowDefinitionsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/WorkflowDefinitionsFacetsNav.js +21 -0
- package/lib/features/facets/WorkflowDefinitionsFacetsNav.js.map +1 -0
- package/lib/features/facets/WorkflowExecutionsFacetsNav.d.ts +15 -0
- package/lib/features/facets/WorkflowExecutionsFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/WorkflowExecutionsFacetsNav.js +103 -0
- package/lib/features/facets/WorkflowExecutionsFacetsNav.js.map +1 -0
- package/lib/features/facets/WorkflowRulesFacetsNav.d.ts +20 -0
- package/lib/features/facets/WorkflowRulesFacetsNav.d.ts.map +1 -0
- package/lib/features/facets/WorkflowRulesFacetsNav.js +19 -0
- package/lib/features/facets/WorkflowRulesFacetsNav.js.map +1 -0
- package/lib/features/facets/index.d.ts +21 -0
- package/lib/features/facets/index.d.ts.map +1 -0
- package/lib/features/facets/index.js +21 -0
- package/lib/features/facets/index.js.map +1 -0
- package/lib/features/facets/utils/SearchInterface.d.ts +20 -0
- package/lib/features/facets/utils/SearchInterface.d.ts.map +1 -0
- package/lib/features/facets/utils/SearchInterface.js +20 -0
- package/lib/features/facets/utils/SearchInterface.js.map +1 -0
- package/lib/features/facets/utils/StringFacet.d.ts +12 -0
- package/lib/features/facets/utils/StringFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/StringFacet.js +12 -0
- package/lib/features/facets/utils/StringFacet.js.map +1 -0
- package/lib/features/facets/utils/StringListFacet.d.ts +12 -0
- package/lib/features/facets/utils/StringListFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/StringListFacet.js +11 -0
- package/lib/features/facets/utils/StringListFacet.js.map +1 -0
- package/lib/features/facets/utils/TypeFacet.d.ts +17 -0
- package/lib/features/facets/utils/TypeFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/TypeFacet.js +42 -0
- package/lib/features/facets/utils/TypeFacet.js.map +1 -0
- package/lib/features/facets/utils/VEnvironmentFacet.d.ts +12 -0
- package/lib/features/facets/utils/VEnvironmentFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/VEnvironmentFacet.js +25 -0
- package/lib/features/facets/utils/VEnvironmentFacet.js.map +1 -0
- package/lib/features/facets/utils/VInteractionFacet.d.ts +15 -0
- package/lib/features/facets/utils/VInteractionFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/VInteractionFacet.js +45 -0
- package/lib/features/facets/utils/VInteractionFacet.js.map +1 -0
- package/lib/features/facets/utils/VStringFacet.d.ts +20 -0
- package/lib/features/facets/utils/VStringFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/VStringFacet.js +20 -0
- package/lib/features/facets/utils/VStringFacet.js.map +1 -0
- package/lib/features/facets/utils/VTypeFacet.d.ts +12 -0
- package/lib/features/facets/utils/VTypeFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/VTypeFacet.js +61 -0
- package/lib/features/facets/utils/VTypeFacet.js.map +1 -0
- package/lib/features/facets/utils/VUserFacet.d.ts +11 -0
- package/lib/features/facets/utils/VUserFacet.d.ts.map +1 -0
- package/lib/features/facets/utils/VUserFacet.js +31 -0
- package/lib/features/facets/utils/VUserFacet.js.map +1 -0
- package/lib/features/facets/utils/utils.d.ts +4 -0
- package/lib/features/facets/utils/utils.d.ts.map +1 -0
- package/lib/features/facets/utils/utils.js.map +1 -0
- package/lib/features/index.d.ts +15 -0
- package/lib/features/index.d.ts.map +1 -0
- package/lib/features/index.js +15 -0
- package/lib/features/index.js.map +1 -0
- package/lib/features/layout/GenericPageNavHeader.d.ts +19 -0
- package/lib/features/layout/GenericPageNavHeader.d.ts.map +1 -0
- package/lib/features/layout/GenericPageNavHeader.js +89 -0
- package/lib/features/layout/GenericPageNavHeader.js.map +1 -0
- package/lib/features/layout/NotFoundView.d.ts +2 -0
- package/lib/features/layout/NotFoundView.d.ts.map +1 -0
- package/lib/features/layout/NotFoundView.js +7 -0
- package/lib/features/layout/NotFoundView.js.map +1 -0
- package/lib/features/layout/index.d.ts +3 -0
- package/lib/features/layout/index.d.ts.map +1 -0
- package/lib/features/layout/index.js +3 -0
- package/lib/features/layout/index.js.map +1 -0
- package/lib/features/magic-pdf/AnnotatedImageSlider.d.ts +13 -0
- package/lib/features/magic-pdf/AnnotatedImageSlider.d.ts.map +1 -0
- package/lib/features/magic-pdf/AnnotatedImageSlider.js +277 -0
- package/lib/features/magic-pdf/AnnotatedImageSlider.js.map +1 -0
- package/lib/features/magic-pdf/DownloadPopover.d.ts +7 -0
- package/lib/features/magic-pdf/DownloadPopover.d.ts.map +1 -0
- package/lib/features/magic-pdf/DownloadPopover.js +29 -0
- package/lib/features/magic-pdf/DownloadPopover.js.map +1 -0
- package/lib/features/magic-pdf/ExtractedContentView.d.ts +8 -0
- package/lib/features/magic-pdf/ExtractedContentView.d.ts.map +1 -0
- package/lib/features/magic-pdf/ExtractedContentView.js +79 -0
- package/lib/features/magic-pdf/ExtractedContentView.js.map +1 -0
- package/lib/features/magic-pdf/MagicPdfProvider.d.ts +58 -0
- package/lib/features/magic-pdf/MagicPdfProvider.d.ts.map +1 -0
- package/lib/features/magic-pdf/MagicPdfProvider.js +241 -0
- package/lib/features/magic-pdf/MagicPdfProvider.js.map +1 -0
- package/lib/features/magic-pdf/MagicPdfView.d.ts +7 -0
- package/lib/features/magic-pdf/MagicPdfView.d.ts.map +1 -0
- package/lib/features/magic-pdf/MagicPdfView.js +64 -0
- package/lib/features/magic-pdf/MagicPdfView.js.map +1 -0
- package/lib/features/magic-pdf/index.d.ts +2 -0
- package/lib/features/magic-pdf/index.d.ts.map +1 -0
- package/lib/features/magic-pdf/index.js +2 -0
- package/lib/features/magic-pdf/index.js.map +1 -0
- package/lib/features/magic-pdf/types.d.ts +2 -0
- package/lib/features/magic-pdf/types.d.ts.map +1 -0
- package/lib/features/magic-pdf/types.js.map +1 -0
- package/lib/features/media-viewer/AudioPanel.d.ts +18 -0
- package/lib/features/media-viewer/AudioPanel.d.ts.map +1 -0
- package/lib/features/media-viewer/AudioPanel.js +77 -0
- package/lib/features/media-viewer/AudioPanel.js.map +1 -0
- package/lib/features/media-viewer/ImagePanel.d.ts +18 -0
- package/lib/features/media-viewer/ImagePanel.d.ts.map +1 -0
- package/lib/features/media-viewer/ImagePanel.js +74 -0
- package/lib/features/media-viewer/ImagePanel.js.map +1 -0
- package/lib/features/media-viewer/VideoPanel.d.ts +18 -0
- package/lib/features/media-viewer/VideoPanel.d.ts.map +1 -0
- package/lib/features/media-viewer/VideoPanel.js +89 -0
- package/lib/features/media-viewer/VideoPanel.js.map +1 -0
- package/lib/features/media-viewer/formats.d.ts +11 -0
- package/lib/features/media-viewer/formats.d.ts.map +1 -0
- package/lib/features/media-viewer/formats.js +34 -0
- package/lib/features/media-viewer/formats.js.map +1 -0
- package/lib/features/media-viewer/index.d.ts +5 -0
- package/lib/features/media-viewer/index.d.ts.map +1 -0
- package/lib/features/media-viewer/index.js +5 -0
- package/lib/features/media-viewer/index.js.map +1 -0
- package/lib/features/oauth/OAuthProviderConnectButton.d.ts +11 -0
- package/lib/features/oauth/OAuthProviderConnectButton.d.ts.map +1 -0
- package/lib/features/oauth/OAuthProviderConnectButton.js +85 -0
- package/lib/features/oauth/OAuthProviderConnectButton.js.map +1 -0
- package/lib/features/oauth/RemoteMcpConnectionButton.d.ts +25 -0
- package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -0
- package/lib/features/oauth/RemoteMcpConnectionButton.js +119 -0
- package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -0
- package/lib/features/oauth/index.d.ts.map +1 -0
- package/lib/features/oauth/index.js.map +1 -0
- package/lib/features/oauth/useOAuthPopup.d.ts.map +1 -0
- package/lib/features/oauth/useOAuthPopup.js.map +1 -0
- package/lib/features/pdf-viewer/PdfPageRenderer.d.ts +83 -0
- package/lib/features/pdf-viewer/PdfPageRenderer.d.ts.map +1 -0
- package/lib/features/pdf-viewer/PdfPageRenderer.js +259 -0
- package/lib/features/pdf-viewer/PdfPageRenderer.js.map +1 -0
- package/lib/features/pdf-viewer/PdfPageSlider.d.ts +29 -0
- package/lib/features/pdf-viewer/PdfPageSlider.d.ts.map +1 -0
- package/lib/features/pdf-viewer/PdfPageSlider.js +274 -0
- package/lib/features/pdf-viewer/PdfPageSlider.js.map +1 -0
- package/lib/features/pdf-viewer/SimplePdfViewer.d.ts +19 -0
- package/lib/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -0
- package/lib/features/pdf-viewer/SimplePdfViewer.js +74 -0
- package/lib/features/pdf-viewer/SimplePdfViewer.js.map +1 -0
- package/lib/features/pdf-viewer/index.d.ts.map +1 -0
- package/lib/features/pdf-viewer/index.js.map +1 -0
- package/lib/features/permissions/SecureButton.d.ts +8 -0
- package/lib/features/permissions/SecureButton.d.ts.map +1 -0
- package/lib/features/permissions/SecureButton.js +12 -0
- package/lib/features/permissions/SecureButton.js.map +1 -0
- package/lib/features/permissions/SecureSidebarItem.d.ts +8 -0
- package/lib/features/permissions/SecureSidebarItem.d.ts.map +1 -0
- package/lib/features/permissions/SecureSidebarItem.js +14 -0
- package/lib/features/permissions/SecureSidebarItem.js.map +1 -0
- package/lib/features/permissions/UserPermissionsProvider.d.ts +17 -0
- package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -0
- package/lib/features/permissions/UserPermissionsProvider.js +89 -0
- package/lib/features/permissions/UserPermissionsProvider.js.map +1 -0
- package/lib/features/permissions/helpers.d.ts +5 -0
- package/lib/features/permissions/helpers.d.ts.map +1 -0
- package/lib/features/permissions/helpers.js.map +1 -0
- package/lib/features/permissions/index.d.ts +5 -0
- package/lib/features/permissions/index.d.ts.map +1 -0
- package/lib/features/permissions/index.js +5 -0
- package/lib/features/permissions/index.js.map +1 -0
- package/lib/features/store/collections/BrowseCollectionView.d.ts +7 -0
- package/lib/features/store/collections/BrowseCollectionView.d.ts.map +1 -0
- package/lib/features/store/collections/BrowseCollectionView.js +48 -0
- package/lib/features/store/collections/BrowseCollectionView.js.map +1 -0
- package/lib/features/store/collections/CollectionsTable.d.ts +5 -0
- package/lib/features/store/collections/CollectionsTable.d.ts.map +1 -0
- package/lib/features/store/collections/CollectionsTable.js +65 -0
- package/lib/features/store/collections/CollectionsTable.js.map +1 -0
- package/lib/features/store/collections/CreateCollection.d.ts +13 -0
- package/lib/features/store/collections/CreateCollection.d.ts.map +1 -0
- package/lib/features/store/collections/CreateCollection.js +89 -0
- package/lib/features/store/collections/CreateCollection.js.map +1 -0
- package/lib/features/store/collections/EditCollectionView.d.ts +8 -0
- package/lib/features/store/collections/EditCollectionView.d.ts.map +1 -0
- package/lib/features/store/collections/EditCollectionView.js +228 -0
- package/lib/features/store/collections/EditCollectionView.js.map +1 -0
- package/lib/features/store/collections/SelectCollection.d.ts +20 -0
- package/lib/features/store/collections/SelectCollection.d.ts.map +1 -0
- package/lib/features/store/collections/SelectCollection.js +134 -0
- package/lib/features/store/collections/SelectCollection.js.map +1 -0
- package/lib/features/store/collections/SharedPropsEditor.d.ts +7 -0
- package/lib/features/store/collections/SharedPropsEditor.d.ts.map +1 -0
- package/lib/features/store/collections/SharedPropsEditor.js +44 -0
- package/lib/features/store/collections/SharedPropsEditor.js.map +1 -0
- package/lib/features/store/collections/SyncMemberHeadsToggle.d.ts +7 -0
- package/lib/features/store/collections/SyncMemberHeadsToggle.d.ts.map +1 -0
- package/lib/features/store/collections/SyncMemberHeadsToggle.js +41 -0
- package/lib/features/store/collections/SyncMemberHeadsToggle.js.map +1 -0
- package/lib/features/store/collections/index.d.ts +8 -0
- package/lib/features/store/collections/index.d.ts.map +1 -0
- package/lib/features/store/collections/index.js +8 -0
- package/lib/features/store/collections/index.js.map +1 -0
- package/lib/features/store/index.d.ts +4 -0
- package/lib/features/store/index.d.ts.map +1 -0
- package/lib/features/store/index.js +4 -0
- package/lib/features/store/index.js.map +1 -0
- package/lib/features/store/objects/DocumentPreviewPanel.d.ts +8 -0
- package/lib/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -0
- package/lib/features/store/objects/DocumentPreviewPanel.js +146 -0
- package/lib/features/store/objects/DocumentPreviewPanel.js.map +1 -0
- package/lib/features/store/objects/DocumentSearchResults.d.ts +20 -0
- package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -0
- package/lib/features/store/objects/DocumentSearchResults.js +251 -0
- package/lib/features/store/objects/DocumentSearchResults.js.map +1 -0
- package/lib/features/store/objects/DocumentSelectionProvider.d.ts +33 -0
- package/lib/features/store/objects/DocumentSelectionProvider.d.ts.map +1 -0
- package/lib/features/store/objects/DocumentSelectionProvider.js +81 -0
- package/lib/features/store/objects/DocumentSelectionProvider.js.map +1 -0
- package/lib/features/store/objects/DocumentTable.d.ts +25 -0
- package/lib/features/store/objects/DocumentTable.d.ts.map +1 -0
- package/lib/features/store/objects/DocumentTable.js +281 -0
- package/lib/features/store/objects/DocumentTable.js.map +1 -0
- package/lib/features/store/objects/ExportPropertiesModal.d.ts +12 -0
- package/lib/features/store/objects/ExportPropertiesModal.d.ts.map +1 -0
- package/lib/features/store/objects/ExportPropertiesModal.js +31 -0
- package/lib/features/store/objects/ExportPropertiesModal.js.map +1 -0
- package/lib/features/store/objects/components/ContentDispositionButton.d.ts +9 -0
- package/lib/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -0
- package/lib/features/store/objects/components/ContentDispositionButton.js +31 -0
- package/lib/features/store/objects/components/ContentDispositionButton.js.map +1 -0
- package/lib/features/store/objects/components/ContentOverview.d.ts +10 -0
- package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -0
- package/lib/features/store/objects/components/ContentOverview.js +436 -0
- package/lib/features/store/objects/components/ContentOverview.js.map +1 -0
- package/lib/features/store/objects/components/DocumentIcon.d.ts +19 -0
- package/lib/features/store/objects/components/DocumentIcon.d.ts.map +1 -0
- package/lib/features/store/objects/components/DocumentIcon.js +37 -0
- package/lib/features/store/objects/components/DocumentIcon.js.map +1 -0
- package/lib/features/store/objects/components/DocumentInput.d.ts +8 -0
- package/lib/features/store/objects/components/DocumentInput.d.ts.map +1 -0
- package/lib/features/store/objects/components/DocumentInput.js +52 -0
- package/lib/features/store/objects/components/DocumentInput.js.map +1 -0
- package/lib/features/store/objects/components/PropertiesEditorModal.d.ts +9 -0
- package/lib/features/store/objects/components/PropertiesEditorModal.d.ts.map +1 -0
- package/lib/features/store/objects/components/PropertiesEditorModal.js +161 -0
- package/lib/features/store/objects/components/PropertiesEditorModal.js.map +1 -0
- package/lib/features/store/objects/components/SaveVersionConfirmModal.d.ts +9 -0
- package/lib/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +1 -0
- package/lib/features/store/objects/components/SaveVersionConfirmModal.js +58 -0
- package/lib/features/store/objects/components/SaveVersionConfirmModal.js.map +1 -0
- package/lib/features/store/objects/components/SelectDocument.d.ts +11 -0
- package/lib/features/store/objects/components/SelectDocument.d.ts.map +1 -0
- package/lib/features/store/objects/components/SelectDocument.js +55 -0
- package/lib/features/store/objects/components/SelectDocument.js.map +1 -0
- package/lib/features/store/objects/components/SelectDocumentModal.d.ts +9 -0
- package/lib/features/store/objects/components/SelectDocumentModal.d.ts.map +1 -0
- package/lib/features/store/objects/components/SelectDocumentModal.js +7 -0
- package/lib/features/store/objects/components/SelectDocumentModal.js.map +1 -0
- package/lib/features/store/objects/components/TextEditorPanel.d.ts +10 -0
- package/lib/features/store/objects/components/TextEditorPanel.d.ts.map +1 -0
- package/lib/features/store/objects/components/TextEditorPanel.js +99 -0
- package/lib/features/store/objects/components/TextEditorPanel.js.map +1 -0
- package/lib/features/store/objects/components/VectorSearchWidget.d.ts +12 -0
- package/lib/features/store/objects/components/VectorSearchWidget.d.ts.map +1 -0
- package/lib/features/store/objects/components/VectorSearchWidget.js +101 -0
- package/lib/features/store/objects/components/VectorSearchWidget.js.map +1 -0
- package/lib/features/store/objects/components/index.d.ts +10 -0
- package/lib/features/store/objects/components/index.d.ts.map +1 -0
- package/lib/features/store/objects/components/index.js +10 -0
- package/lib/features/store/objects/components/index.js.map +1 -0
- package/lib/features/store/objects/components/useContentPanelHooks.d.ts +30 -0
- package/lib/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -0
- package/lib/features/store/objects/components/useContentPanelHooks.js +193 -0
- package/lib/features/store/objects/components/useContentPanelHooks.js.map +1 -0
- package/lib/features/store/objects/components/useDownloadFile.d.ts +39 -0
- package/lib/features/store/objects/components/useDownloadFile.d.ts.map +1 -0
- package/lib/features/store/objects/components/useDownloadFile.js +196 -0
- package/lib/features/store/objects/components/useDownloadFile.js.map +1 -0
- package/lib/features/store/objects/index.d.ts +11 -0
- package/lib/features/store/objects/index.d.ts.map +1 -0
- package/lib/features/store/objects/index.js +11 -0
- package/lib/features/store/objects/index.js.map +1 -0
- package/lib/features/store/objects/layout/DocumentTableColumn.d.ts +18 -0
- package/lib/features/store/objects/layout/DocumentTableColumn.d.ts.map +1 -0
- package/lib/features/store/objects/layout/DocumentTableColumn.js +95 -0
- package/lib/features/store/objects/layout/DocumentTableColumn.js.map +1 -0
- package/lib/features/store/objects/layout/documentLayout.d.ts +21 -0
- package/lib/features/store/objects/layout/documentLayout.d.ts.map +1 -0
- package/lib/features/store/objects/layout/documentLayout.js +18 -0
- package/lib/features/store/objects/layout/documentLayout.js.map +1 -0
- package/lib/features/store/objects/layout/index.d.ts +3 -0
- package/lib/features/store/objects/layout/index.d.ts.map +1 -0
- package/lib/features/store/objects/layout/index.js +3 -0
- package/lib/features/store/objects/layout/index.js.map +1 -0
- package/lib/features/store/objects/layout/renderers.d.ts +3 -0
- package/lib/features/store/objects/layout/renderers.d.ts.map +1 -0
- package/lib/features/store/objects/layout/renderers.js +198 -0
- package/lib/features/store/objects/layout/renderers.js.map +1 -0
- package/lib/features/store/objects/search/DocumentSearchContext.d.ts +53 -0
- package/lib/features/store/objects/search/DocumentSearchContext.d.ts.map +1 -0
- package/lib/features/store/objects/search/DocumentSearchContext.js +190 -0
- package/lib/features/store/objects/search/DocumentSearchContext.js.map +1 -0
- package/lib/features/store/objects/search/DocumentSearchProvider.d.ts +14 -0
- package/lib/features/store/objects/search/DocumentSearchProvider.d.ts.map +1 -0
- package/lib/features/store/objects/search/DocumentSearchProvider.js +42 -0
- package/lib/features/store/objects/search/DocumentSearchProvider.js.map +1 -0
- package/lib/features/store/objects/search/index.d.ts +3 -0
- package/lib/features/store/objects/search/index.d.ts.map +1 -0
- package/lib/features/store/objects/search/index.js +3 -0
- package/lib/features/store/objects/search/index.js.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionContext.d.ts +9 -0
- package/lib/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionContext.js +70 -0
- package/lib/features/store/objects/selection/ObjectsActionContext.js.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionContextClass.d.ts +16 -0
- package/lib/features/store/objects/selection/ObjectsActionContextClass.d.ts.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionContextClass.js +50 -0
- package/lib/features/store/objects/selection/ObjectsActionContextClass.js.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionHooks.d.ts +7 -0
- package/lib/features/store/objects/selection/ObjectsActionHooks.d.ts.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionHooks.js +27 -0
- package/lib/features/store/objects/selection/ObjectsActionHooks.js.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionSpec.d.ts +32 -0
- package/lib/features/store/objects/selection/ObjectsActionSpec.d.ts.map +1 -0
- package/lib/features/store/objects/selection/ObjectsActionSpec.js.map +1 -0
- package/lib/features/store/objects/selection/SelectionActions.d.ts +14 -0
- package/lib/features/store/objects/selection/SelectionActions.d.ts.map +1 -0
- package/lib/features/store/objects/selection/SelectionActions.js +96 -0
- package/lib/features/store/objects/selection/SelectionActions.js.map +1 -0
- package/lib/features/store/objects/selection/actions/AddToCollectionAction.d.ts +4 -0
- package/lib/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/AddToCollectionAction.js +88 -0
- package/lib/features/store/objects/selection/actions/AddToCollectionAction.js.map +1 -0
- package/lib/features/store/objects/selection/actions/ChangeTypeAction.d.ts +4 -0
- package/lib/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/ChangeTypeAction.js +59 -0
- package/lib/features/store/objects/selection/actions/ChangeTypeAction.js.map +1 -0
- package/lib/features/store/objects/selection/actions/ConfirmAction.d.ts +16 -0
- package/lib/features/store/objects/selection/actions/ConfirmAction.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/ConfirmAction.js +32 -0
- package/lib/features/store/objects/selection/actions/ConfirmAction.js.map +1 -0
- package/lib/features/store/objects/selection/actions/DeleteObjectsAction.d.ts +5 -0
- package/lib/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/DeleteObjectsAction.js +99 -0
- package/lib/features/store/objects/selection/actions/DeleteObjectsAction.js.map +1 -0
- package/lib/features/store/objects/selection/actions/ExportPropertiesAction.d.ts +4 -0
- package/lib/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/ExportPropertiesAction.js +115 -0
- package/lib/features/store/objects/selection/actions/ExportPropertiesAction.js.map +1 -0
- package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts +4 -0
- package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.js +79 -0
- package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +1 -0
- package/lib/features/store/objects/selection/actions/StartWorkflowComponent.d.ts +4 -0
- package/lib/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/StartWorkflowComponent.js +77 -0
- package/lib/features/store/objects/selection/actions/StartWorkflowComponent.js.map +1 -0
- package/lib/features/store/objects/selection/actions/index.d.ts +8 -0
- package/lib/features/store/objects/selection/actions/index.d.ts.map +1 -0
- package/lib/features/store/objects/selection/actions/index.js +8 -0
- package/lib/features/store/objects/selection/actions/index.js.map +1 -0
- package/lib/features/store/objects/selection/index.d.ts +5 -0
- package/lib/features/store/objects/selection/index.d.ts.map +1 -0
- package/lib/features/store/objects/selection/index.js +5 -0
- package/lib/features/store/objects/selection/index.js.map +1 -0
- package/lib/features/store/objects/upload/DocumentUploadModal.d.ts +39 -0
- package/lib/features/store/objects/upload/DocumentUploadModal.d.ts.map +1 -0
- package/lib/features/store/objects/upload/DocumentUploadModal.js +525 -0
- package/lib/features/store/objects/upload/DocumentUploadModal.js.map +1 -0
- package/lib/features/store/objects/upload/index.d.ts +4 -0
- package/lib/features/store/objects/upload/index.d.ts.map +1 -0
- package/lib/features/store/objects/upload/index.js +4 -0
- package/lib/features/store/objects/upload/index.js.map +1 -0
- package/lib/features/store/objects/upload/useSmartFileUploadProcessing.d.ts +30 -0
- package/lib/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +1 -0
- package/lib/features/store/objects/upload/useSmartFileUploadProcessing.js +207 -0
- package/lib/features/store/objects/upload/useSmartFileUploadProcessing.js.map +1 -0
- package/lib/features/store/objects/upload/useUploadHandler.d.ts +50 -0
- package/lib/features/store/objects/upload/useUploadHandler.d.ts.map +1 -0
- package/lib/features/store/objects/upload/useUploadHandler.js +232 -0
- package/lib/features/store/objects/upload/useUploadHandler.js.map +1 -0
- package/lib/features/store/types/ContentObjectTypesSearch.d.ts +6 -0
- package/lib/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -0
- package/lib/features/store/types/ContentObjectTypesSearch.js +83 -0
- package/lib/features/store/types/ContentObjectTypesSearch.js.map +1 -0
- package/lib/features/store/types/ContentObjectTypesTable.d.ts +8 -0
- package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -0
- package/lib/features/store/types/ContentObjectTypesTable.js +13 -0
- package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -0
- package/lib/features/store/types/CreateOrUpdateTypeModal.d.ts +16 -0
- package/lib/features/store/types/CreateOrUpdateTypeModal.d.ts.map +1 -0
- package/lib/features/store/types/CreateOrUpdateTypeModal.js +25 -0
- package/lib/features/store/types/CreateOrUpdateTypeModal.js.map +1 -0
- package/lib/features/store/types/ObjectSchemaEditor.d.ts +9 -0
- package/lib/features/store/types/ObjectSchemaEditor.d.ts.map +1 -0
- package/lib/features/store/types/ObjectSchemaEditor.js +106 -0
- package/lib/features/store/types/ObjectSchemaEditor.js.map +1 -0
- package/lib/features/store/types/SelectContentType.d.ts +11 -0
- package/lib/features/store/types/SelectContentType.d.ts.map +1 -0
- package/lib/features/store/types/SelectContentType.js +45 -0
- package/lib/features/store/types/SelectContentType.js.map +1 -0
- package/lib/features/store/types/SelectContentTypeModal.d.ts +33 -0
- package/lib/features/store/types/SelectContentTypeModal.d.ts.map +1 -0
- package/lib/features/store/types/SelectContentTypeModal.js +32 -0
- package/lib/features/store/types/SelectContentTypeModal.js.map +1 -0
- package/lib/features/store/types/TableLayoutEditor.d.ts +10 -0
- package/lib/features/store/types/TableLayoutEditor.d.ts.map +1 -0
- package/lib/features/store/types/TableLayoutEditor.js +82 -0
- package/lib/features/store/types/TableLayoutEditor.js.map +1 -0
- package/lib/features/store/types/TypeRegistry.d.ts +10 -0
- package/lib/features/store/types/TypeRegistry.d.ts.map +1 -0
- package/lib/features/store/types/TypeRegistry.js.map +1 -0
- package/lib/features/store/types/TypeRegistryProvider.d.ts +15 -0
- package/lib/features/store/types/TypeRegistryProvider.d.ts.map +1 -0
- package/lib/features/store/types/TypeRegistryProvider.js +57 -0
- package/lib/features/store/types/TypeRegistryProvider.js.map +1 -0
- package/lib/features/store/types/index.d.ts +11 -0
- package/lib/features/store/types/index.d.ts.map +1 -0
- package/lib/features/store/types/index.js +11 -0
- package/lib/features/store/types/index.js.map +1 -0
- package/lib/features/store/types/search/ObjectTypeSearchContext.d.ts +36 -0
- package/lib/features/store/types/search/ObjectTypeSearchContext.d.ts.map +1 -0
- package/lib/features/store/types/search/ObjectTypeSearchContext.js +102 -0
- package/lib/features/store/types/search/ObjectTypeSearchContext.js.map +1 -0
- package/lib/features/store/types/search/ObjectTypeSearchProvider.d.ts +11 -0
- package/lib/features/store/types/search/ObjectTypeSearchProvider.d.ts.map +1 -0
- package/lib/features/store/types/search/ObjectTypeSearchProvider.js +15 -0
- package/lib/features/store/types/search/ObjectTypeSearchProvider.js.map +1 -0
- package/lib/features/store/types/search/index.d.ts +3 -0
- package/lib/features/store/types/search/index.d.ts.map +1 -0
- package/lib/features/store/types/search/index.js +3 -0
- package/lib/features/store/types/search/index.js.map +1 -0
- package/lib/features/user/UserAvatar.d.ts +9 -0
- package/lib/features/user/UserAvatar.d.ts.map +1 -0
- package/lib/features/user/UserAvatar.js +21 -0
- package/lib/features/user/UserAvatar.js.map +1 -0
- package/lib/features/user/UserInfo.d.ts +60 -0
- package/lib/features/user/UserInfo.d.ts.map +1 -0
- package/lib/features/user/UserInfo.js +229 -0
- package/lib/features/user/UserInfo.js.map +1 -0
- package/lib/features/user/index.d.ts +3 -0
- package/lib/features/user/index.d.ts.map +1 -0
- package/lib/features/user/index.js +3 -0
- package/lib/features/user/index.js.map +1 -0
- package/lib/features/utils/index.d.ts +6 -0
- package/lib/features/utils/index.d.ts.map +1 -0
- package/lib/features/utils/index.js +6 -0
- package/lib/features/utils/index.js.map +1 -0
- package/lib/features/utils/mimeType.d.ts.map +1 -0
- package/lib/features/utils/mimeType.js.map +1 -0
- package/lib/features/utils/print.d.ts.map +1 -0
- package/lib/features/utils/print.js +182 -0
- package/lib/features/utils/print.js.map +1 -0
- package/lib/features/utils/rendition.d.ts +4 -0
- package/lib/features/utils/rendition.d.ts.map +1 -0
- package/lib/features/utils/rendition.js +65 -0
- package/lib/features/utils/rendition.js.map +1 -0
- package/lib/features/utils/text.d.ts.map +1 -0
- package/lib/features/utils/text.js +10 -0
- package/lib/features/utils/text.js.map +1 -0
- package/lib/features/utils/workflowStatus.d.ts +10 -0
- package/lib/features/utils/workflowStatus.d.ts.map +1 -0
- package/lib/features/utils/workflowStatus.js +43 -0
- package/lib/features/utils/workflowStatus.js.map +1 -0
- package/lib/i18n/LanguageProvider.d.ts +16 -0
- package/lib/i18n/LanguageProvider.d.ts.map +1 -0
- package/lib/i18n/LanguageProvider.js +48 -0
- package/lib/i18n/LanguageProvider.js.map +1 -0
- package/lib/i18n/index.d.ts +28 -0
- package/lib/i18n/index.d.ts.map +1 -0
- package/lib/i18n/index.js +46 -0
- package/lib/i18n/index.js.map +1 -0
- package/lib/i18n/instance.d.ts.map +1 -0
- package/lib/i18n/instance.js.map +1 -0
- package/lib/i18n/locales/ar.json +737 -0
- package/lib/i18n/locales/de.json +697 -0
- package/lib/i18n/locales/en.json +711 -0
- package/lib/i18n/locales/es.json +707 -0
- package/lib/i18n/locales/fr.json +707 -0
- package/lib/i18n/locales/it.json +707 -0
- package/lib/i18n/locales/ja.json +697 -0
- package/lib/i18n/locales/ko.json +697 -0
- package/lib/i18n/locales/pt.json +707 -0
- package/lib/i18n/locales/ru.json +717 -0
- package/lib/i18n/locales/tr.json +697 -0
- package/lib/i18n/locales/zh-TW.json +697 -0
- package/lib/i18n/locales/zh.json +697 -0
- package/lib/i18n/rtl.d.ts +27 -0
- package/lib/i18n/rtl.d.ts.map +1 -0
- package/lib/i18n/rtl.js +54 -0
- package/lib/i18n/rtl.js.map +1 -0
- package/lib/i18n/useLocaleFormat.d.ts +29 -0
- package/lib/i18n/useLocaleFormat.d.ts.map +1 -0
- package/lib/i18n/useLocaleFormat.js +79 -0
- package/lib/i18n/useLocaleFormat.js.map +1 -0
- package/lib/layout/AppLayout.d.ts +13 -0
- package/lib/layout/AppLayout.d.ts.map +1 -0
- package/lib/layout/AppLayout.js +47 -0
- package/lib/layout/AppLayout.js.map +1 -0
- package/lib/layout/ErrorPage.d.ts +9 -0
- package/lib/layout/ErrorPage.d.ts.map +1 -0
- package/lib/layout/ErrorPage.js +6 -0
- package/lib/layout/ErrorPage.js.map +1 -0
- package/lib/layout/FullHeightLayout.d.ts +27 -0
- package/lib/layout/FullHeightLayout.d.ts.map +1 -0
- package/lib/layout/FullHeightLayout.js +24 -0
- package/lib/layout/FullHeightLayout.js.map +1 -0
- package/lib/layout/Navbar.d.ts +33 -0
- package/lib/layout/Navbar.d.ts.map +1 -0
- package/lib/layout/Navbar.js +42 -0
- package/lib/layout/Navbar.js.map +1 -0
- package/lib/layout/RegionTag.d.ts +4 -0
- package/lib/layout/RegionTag.d.ts.map +1 -0
- package/lib/layout/RegionTag.js.map +1 -0
- package/lib/layout/Sidebar.d.ts +35 -0
- package/lib/layout/Sidebar.d.ts.map +1 -0
- package/lib/layout/Sidebar.js +47 -0
- package/lib/layout/Sidebar.js.map +1 -0
- package/lib/layout/SidebarContext.d.ts.map +1 -0
- package/lib/layout/SidebarContext.js +10 -0
- package/lib/layout/SidebarContext.js.map +1 -0
- package/lib/layout/TitleBar.d.ts +6 -0
- package/lib/layout/TitleBar.d.ts.map +1 -0
- package/lib/layout/TitleBar.js +5 -0
- package/lib/layout/TitleBar.js.map +1 -0
- package/lib/layout/index.d.ts +9 -0
- package/lib/layout/index.d.ts.map +1 -0
- package/lib/layout/index.js +9 -0
- package/lib/layout/index.js.map +1 -0
- package/lib/router/FixLinks.d.ts +7 -0
- package/lib/router/FixLinks.d.ts.map +1 -0
- package/lib/router/FixLinks.js +23 -0
- package/lib/router/FixLinks.js.map +1 -0
- package/lib/router/HistoryNavigator.d.ts +68 -0
- package/lib/router/HistoryNavigator.d.ts.map +1 -0
- package/lib/router/HistoryNavigator.js +223 -0
- package/lib/router/HistoryNavigator.js.map +1 -0
- package/lib/router/Nav.d.ts +43 -0
- package/lib/router/Nav.d.ts.map +1 -0
- package/lib/router/Nav.js +43 -0
- package/lib/router/Nav.js.map +1 -0
- package/lib/router/NestedNavigationContext.d.ts +9 -0
- package/lib/router/NestedNavigationContext.d.ts.map +1 -0
- package/lib/router/NestedNavigationContext.js +23 -0
- package/lib/router/NestedNavigationContext.js.map +1 -0
- package/lib/router/NestedRouterProvider.d.ts +14 -0
- package/lib/router/NestedRouterProvider.d.ts.map +1 -0
- package/lib/router/NestedRouterProvider.js +52 -0
- package/lib/router/NestedRouterProvider.js.map +1 -0
- package/lib/router/PathMatcher.d.ts +36 -0
- package/lib/router/PathMatcher.d.ts.map +1 -0
- package/lib/router/PathMatcher.js +158 -0
- package/lib/router/PathMatcher.js.map +1 -0
- package/lib/router/PathWithParams.d.ts.map +1 -0
- package/lib/router/PathWithParams.js +34 -0
- package/lib/router/PathWithParams.js.map +1 -0
- package/lib/router/Route404.d.ts +4 -0
- package/lib/router/Route404.d.ts.map +1 -0
- package/lib/router/Route404.js +18 -0
- package/lib/router/Route404.js.map +1 -0
- package/lib/router/RouteComponent.d.ts +6 -0
- package/lib/router/RouteComponent.d.ts.map +1 -0
- package/lib/router/RouteComponent.js +32 -0
- package/lib/router/RouteComponent.js.map +1 -0
- package/lib/router/Router.d.ts +81 -0
- package/lib/router/Router.d.ts.map +1 -0
- package/lib/router/Router.js +184 -0
- package/lib/router/Router.js.map +1 -0
- package/lib/router/RouterProvider.d.ts +15 -0
- package/lib/router/RouterProvider.d.ts.map +1 -0
- package/lib/router/RouterProvider.js +40 -0
- package/lib/router/RouterProvider.js.map +1 -0
- package/lib/router/index.d.ts +11 -0
- package/lib/router/index.d.ts.map +1 -0
- package/lib/router/index.js +11 -0
- package/lib/router/index.js.map +1 -0
- package/lib/router/path.d.ts +23 -0
- package/lib/router/path.d.ts.map +1 -0
- package/lib/router/path.js +183 -0
- package/lib/router/path.js.map +1 -0
- package/lib/session/UserSession.d.ts +46 -0
- package/lib/session/UserSession.d.ts.map +1 -0
- package/lib/session/UserSession.js +247 -0
- package/lib/session/UserSession.js.map +1 -0
- package/lib/session/UserSessionProvider.d.ts +8 -0
- package/lib/session/UserSessionProvider.d.ts.map +1 -0
- package/lib/session/UserSessionProvider.js +251 -0
- package/lib/session/UserSessionProvider.js.map +1 -0
- package/lib/session/auth/composable.d.ts +38 -0
- package/lib/session/auth/composable.d.ts.map +1 -0
- package/lib/session/auth/composable.js +325 -0
- package/lib/session/auth/composable.js.map +1 -0
- package/lib/session/auth/domainRouting.d.ts +23 -0
- package/lib/session/auth/domainRouting.d.ts.map +1 -0
- package/lib/session/auth/domainRouting.js +28 -0
- package/lib/session/auth/domainRouting.js.map +1 -0
- package/lib/session/auth/firebase.d.ts +10 -0
- package/lib/session/auth/firebase.d.ts.map +1 -0
- package/lib/session/auth/firebase.js +160 -0
- package/lib/session/auth/firebase.js.map +1 -0
- package/lib/session/auth/useAuthState.d.ts.map +1 -0
- package/lib/session/auth/useAuthState.js +46 -0
- package/lib/session/auth/useAuthState.js.map +1 -0
- package/lib/session/auth/useCurrentTenant.d.ts.map +1 -0
- package/lib/session/auth/useCurrentTenant.js +64 -0
- package/lib/session/auth/useCurrentTenant.js.map +1 -0
- package/lib/session/constants.d.ts.map +1 -0
- package/lib/session/constants.js.map +1 -0
- package/lib/session/index.d.ts +8 -0
- package/lib/session/index.d.ts.map +1 -0
- package/lib/session/index.js +8 -0
- package/lib/session/index.js.map +1 -0
- package/lib/session/useUXTracking.d.ts +6 -0
- package/lib/session/useUXTracking.d.ts.map +1 -0
- package/lib/session/useUXTracking.js +29 -0
- package/lib/session/useUXTracking.js.map +1 -0
- package/lib/shell/SplashScreen.d.ts +7 -0
- package/lib/shell/SplashScreen.d.ts.map +1 -0
- package/lib/shell/SplashScreen.js +28 -0
- package/lib/shell/SplashScreen.js.map +1 -0
- package/lib/shell/VertesiaShell.d.ts +16 -0
- package/lib/shell/VertesiaShell.d.ts.map +1 -0
- package/lib/shell/VertesiaShell.js +11 -0
- package/lib/shell/VertesiaShell.js.map +1 -0
- package/lib/shell/apps/AppInstallationProvider.d.ts +12 -0
- package/lib/shell/apps/AppInstallationProvider.d.ts.map +1 -0
- package/lib/shell/apps/AppInstallationProvider.js +13 -0
- package/lib/shell/apps/AppInstallationProvider.js.map +1 -0
- package/lib/shell/apps/AppProjectSelector.d.ts +12 -0
- package/lib/shell/apps/AppProjectSelector.d.ts.map +1 -0
- package/lib/shell/apps/AppProjectSelector.js +36 -0
- package/lib/shell/apps/AppProjectSelector.js.map +1 -0
- package/lib/shell/apps/StandaloneApp.d.ts +23 -0
- package/lib/shell/apps/StandaloneApp.d.ts.map +1 -0
- package/lib/shell/apps/StandaloneApp.js +90 -0
- package/lib/shell/apps/StandaloneApp.js.map +1 -0
- package/lib/shell/apps/index.d.ts +4 -0
- package/lib/shell/apps/index.d.ts.map +1 -0
- package/lib/shell/apps/index.js +4 -0
- package/lib/shell/apps/index.js.map +1 -0
- package/lib/shell/index.d.ts +8 -0
- package/lib/shell/index.d.ts.map +1 -0
- package/lib/shell/index.js +8 -0
- package/lib/shell/index.js.map +1 -0
- package/lib/shell/login/InviteAcceptModal.d.ts +2 -0
- package/lib/shell/login/InviteAcceptModal.d.ts.map +1 -0
- package/lib/shell/login/InviteAcceptModal.js +69 -0
- package/lib/shell/login/InviteAcceptModal.js.map +1 -0
- package/lib/shell/login/PreviewIcon.d.ts +6 -0
- package/lib/shell/login/PreviewIcon.d.ts.map +1 -0
- package/lib/shell/login/PreviewIcon.js +23 -0
- package/lib/shell/login/PreviewIcon.js.map +1 -0
- package/lib/shell/login/SignInAuthPending.d.ts +8 -0
- package/lib/shell/login/SignInAuthPending.d.ts.map +1 -0
- package/lib/shell/login/SignInAuthPending.js +14 -0
- package/lib/shell/login/SignInAuthPending.js.map +1 -0
- package/lib/shell/login/SignInEmailStep.d.ts +9 -0
- package/lib/shell/login/SignInEmailStep.d.ts.map +1 -0
- package/lib/shell/login/SignInEmailStep.js +46 -0
- package/lib/shell/login/SignInEmailStep.js.map +1 -0
- package/lib/shell/login/SignInIcons.d.ts +14 -0
- package/lib/shell/login/SignInIcons.d.ts.map +1 -0
- package/lib/shell/login/SignInIcons.js +26 -0
- package/lib/shell/login/SignInIcons.js.map +1 -0
- package/lib/shell/login/SignInModal.d.ts +7 -0
- package/lib/shell/login/SignInModal.d.ts.map +1 -0
- package/lib/shell/login/SignInModal.js +7 -0
- package/lib/shell/login/SignInModal.js.map +1 -0
- package/lib/shell/login/SignInPrimitives.d.ts +140 -0
- package/lib/shell/login/SignInPrimitives.d.ts.map +1 -0
- package/lib/shell/login/SignInPrimitives.js +119 -0
- package/lib/shell/login/SignInPrimitives.js.map +1 -0
- package/lib/shell/login/SignInProvidersStep.d.ts +10 -0
- package/lib/shell/login/SignInProvidersStep.d.ts.map +1 -0
- package/lib/shell/login/SignInProvidersStep.js +14 -0
- package/lib/shell/login/SignInProvidersStep.js.map +1 -0
- package/lib/shell/login/SignInReturningStep.d.ts +10 -0
- package/lib/shell/login/SignInReturningStep.d.ts.map +1 -0
- package/lib/shell/login/SignInReturningStep.js +21 -0
- package/lib/shell/login/SignInReturningStep.js.map +1 -0
- package/lib/shell/login/SignInTenantBlockedStep.d.ts +9 -0
- package/lib/shell/login/SignInTenantBlockedStep.d.ts.map +1 -0
- package/lib/shell/login/SignInTenantBlockedStep.js +17 -0
- package/lib/shell/login/SignInTenantBlockedStep.js.map +1 -0
- package/lib/shell/login/SignInTenantStep.d.ts +11 -0
- package/lib/shell/login/SignInTenantStep.d.ts.map +1 -0
- package/lib/shell/login/SignInTenantStep.js +24 -0
- package/lib/shell/login/SignInTenantStep.js.map +1 -0
- package/lib/shell/login/SignInWithProviderButton.d.ts +13 -0
- package/lib/shell/login/SignInWithProviderButton.d.ts.map +1 -0
- package/lib/shell/login/SignInWithProviderButton.js +23 -0
- package/lib/shell/login/SignInWithProviderButton.js.map +1 -0
- package/lib/shell/login/SigninScreen.d.ts +11 -0
- package/lib/shell/login/SigninScreen.d.ts.map +1 -0
- package/lib/shell/login/SigninScreen.js +155 -0
- package/lib/shell/login/SigninScreen.js.map +1 -0
- package/lib/shell/login/SignupForm.d.ts +8 -0
- package/lib/shell/login/SignupForm.d.ts.map +1 -0
- package/lib/shell/login/SignupForm.js +91 -0
- package/lib/shell/login/SignupForm.js.map +1 -0
- package/lib/shell/login/TerminalLogin.d.ts +2 -0
- package/lib/shell/login/TerminalLogin.d.ts.map +1 -0
- package/lib/shell/login/TerminalLogin.js +216 -0
- package/lib/shell/login/TerminalLogin.js.map +1 -0
- package/lib/shell/login/UserInfo.d.ts +6 -0
- package/lib/shell/login/UserInfo.d.ts.map +1 -0
- package/lib/shell/login/UserInfo.js +44 -0
- package/lib/shell/login/UserInfo.js.map +1 -0
- package/lib/shell/login/UserSessionMenu.d.ts +9 -0
- package/lib/shell/login/UserSessionMenu.d.ts.map +1 -0
- package/lib/shell/login/UserSessionMenu.js +36 -0
- package/lib/shell/login/UserSessionMenu.js.map +1 -0
- package/lib/shell/login/signInUtils.d.ts +45 -0
- package/lib/shell/login/signInUtils.d.ts.map +1 -0
- package/lib/shell/login/signInUtils.js +205 -0
- package/lib/shell/login/signInUtils.js.map +1 -0
- package/lib/shell/utils.d.ts.map +1 -0
- package/lib/shell/utils.js +8 -0
- package/lib/shell/utils.js.map +1 -0
- package/lib/vertesia-ui-core.js +1 -1
- package/lib/vertesia-ui-core.js.map +1 -1
- package/lib/vertesia-ui-env.js +1 -1
- package/lib/vertesia-ui-env.js.map +1 -1
- package/lib/vertesia-ui-features.js +1 -1
- package/lib/vertesia-ui-features.js.map +1 -1
- package/lib/vertesia-ui-i18n.js +1 -1
- package/lib/vertesia-ui-i18n.js.map +1 -1
- package/lib/vertesia-ui-layout.js +1 -1
- package/lib/vertesia-ui-layout.js.map +1 -1
- package/lib/vertesia-ui-router.js +1 -1
- package/lib/vertesia-ui-router.js.map +1 -1
- package/lib/vertesia-ui-session.js +1 -1
- package/lib/vertesia-ui-session.js.map +1 -1
- package/lib/vertesia-ui-shell.js +1 -1
- package/lib/vertesia-ui-shell.js.map +1 -1
- package/lib/vertesia-ui-widgets.js +1 -1
- package/lib/vertesia-ui-widgets.js.map +1 -1
- package/lib/widgets/Progress.d.ts +6 -0
- package/lib/widgets/Progress.d.ts.map +1 -0
- package/lib/widgets/Progress.js.map +1 -0
- package/lib/widgets/SvgIcon.d.ts +7 -0
- package/lib/widgets/SvgIcon.d.ts.map +1 -0
- package/lib/widgets/SvgIcon.js +36 -0
- package/lib/widgets/SvgIcon.js.map +1 -0
- package/lib/widgets/form/Form.d.ts +22 -0
- package/lib/widgets/form/Form.d.ts.map +1 -0
- package/lib/widgets/form/Form.js +105 -0
- package/lib/widgets/form/Form.js.map +1 -0
- package/lib/widgets/form/FormContext.d.ts +21 -0
- package/lib/widgets/form/FormContext.d.ts.map +1 -0
- package/lib/widgets/form/FormContext.js +31 -0
- package/lib/widgets/form/FormContext.js.map +1 -0
- package/lib/widgets/form/ManagedObject.d.ts +81 -0
- package/lib/widgets/form/ManagedObject.d.ts.map +1 -0
- package/lib/widgets/form/ManagedObject.js +284 -0
- package/lib/widgets/form/ManagedObject.js.map +1 -0
- package/lib/widgets/form/fields.d.ts +16 -0
- package/lib/widgets/form/fields.d.ts.map +1 -0
- package/lib/widgets/form/fields.js +12 -0
- package/lib/widgets/form/fields.js.map +1 -0
- package/lib/widgets/form/index.d.ts +7 -0
- package/lib/widgets/form/index.d.ts.map +1 -0
- package/lib/widgets/form/index.js +7 -0
- package/lib/widgets/form/index.js.map +1 -0
- package/lib/widgets/form/inputs.d.ts +8 -0
- package/lib/widgets/form/inputs.d.ts.map +1 -0
- package/lib/widgets/form/inputs.js +38 -0
- package/lib/widgets/form/inputs.js.map +1 -0
- package/lib/widgets/form/schema.d.ts +47 -0
- package/lib/widgets/form/schema.d.ts.map +1 -0
- package/lib/widgets/form/schema.js +204 -0
- package/lib/widgets/form/schema.js.map +1 -0
- package/lib/widgets/index.d.ts +11 -0
- package/lib/widgets/index.d.ts.map +1 -0
- package/lib/widgets/index.js +11 -0
- package/lib/widgets/index.js.map +1 -0
- package/lib/widgets/json-view/JSONCode.d.ts +7 -0
- package/lib/widgets/json-view/JSONCode.d.ts.map +1 -0
- package/lib/widgets/json-view/JSONCode.js +53 -0
- package/lib/widgets/json-view/JSONCode.js.map +1 -0
- package/lib/widgets/json-view/JSONDisplay.d.ts +7 -0
- package/lib/widgets/json-view/JSONDisplay.d.ts.map +1 -0
- package/lib/widgets/json-view/JSONDisplay.js +27 -0
- package/lib/widgets/json-view/JSONDisplay.js.map +1 -0
- package/lib/widgets/json-view/JSONEditor.d.ts +28 -0
- package/lib/widgets/json-view/JSONEditor.d.ts.map +1 -0
- package/lib/widgets/json-view/JSONEditor.js +53 -0
- package/lib/widgets/json-view/JSONEditor.js.map +1 -0
- package/lib/widgets/json-view/JSONSwitcher.d.ts +6 -0
- package/lib/widgets/json-view/JSONSwitcher.d.ts.map +1 -0
- package/lib/widgets/json-view/JSONSwitcher.js +6 -0
- package/lib/widgets/json-view/JSONSwitcher.js.map +1 -0
- package/lib/widgets/json-view/JSONTable.d.ts +8 -0
- package/lib/widgets/json-view/JSONTable.d.ts.map +1 -0
- package/lib/widgets/json-view/JSONTable.js +36 -0
- package/lib/widgets/json-view/JSONTable.js.map +1 -0
- package/lib/widgets/json-view/JSONView.d.ts +7 -0
- package/lib/widgets/json-view/JSONView.d.ts.map +1 -0
- package/lib/widgets/json-view/JSONView.js +117 -0
- package/lib/widgets/json-view/JSONView.js.map +1 -0
- package/lib/widgets/json-view/index.d.ts +8 -0
- package/lib/widgets/json-view/index.d.ts.map +1 -0
- package/lib/widgets/json-view/index.js +7 -0
- package/lib/widgets/json-view/index.js.map +1 -0
- package/lib/widgets/json-view/types.d.ts.map +1 -0
- package/lib/widgets/json-view/types.js.map +1 -0
- package/lib/widgets/markdown/ArtifactContentRenderer.d.ts.map +1 -0
- package/lib/widgets/markdown/ArtifactContentRenderer.js +230 -0
- package/lib/widgets/markdown/ArtifactContentRenderer.js.map +1 -0
- package/lib/widgets/markdown/CodeBlockContext.d.ts +21 -0
- package/lib/widgets/markdown/CodeBlockContext.d.ts.map +1 -0
- package/lib/widgets/markdown/CodeBlockContext.js.map +1 -0
- package/lib/widgets/markdown/CodeBlockPlaceholder.d.ts +42 -0
- package/lib/widgets/markdown/CodeBlockPlaceholder.d.ts.map +1 -0
- package/lib/widgets/markdown/CodeBlockPlaceholder.js +57 -0
- package/lib/widgets/markdown/CodeBlockPlaceholder.js.map +1 -0
- package/lib/widgets/markdown/CodeBlockRendering.d.ts +23 -0
- package/lib/widgets/markdown/CodeBlockRendering.d.ts.map +1 -0
- package/lib/widgets/markdown/CodeBlockRendering.js +38 -0
- package/lib/widgets/markdown/CodeBlockRendering.js.map +1 -0
- package/lib/widgets/markdown/MarkdownFigure.d.ts +15 -0
- package/lib/widgets/markdown/MarkdownFigure.d.ts.map +1 -0
- package/lib/widgets/markdown/MarkdownFigure.js +40 -0
- package/lib/widgets/markdown/MarkdownFigure.js.map +1 -0
- package/lib/widgets/markdown/MarkdownImage.d.ts +16 -0
- package/lib/widgets/markdown/MarkdownImage.d.ts.map +1 -0
- package/lib/widgets/markdown/MarkdownImage.js +41 -0
- package/lib/widgets/markdown/MarkdownImage.js.map +1 -0
- package/lib/widgets/markdown/MarkdownLink.d.ts +17 -0
- package/lib/widgets/markdown/MarkdownLink.d.ts.map +1 -0
- package/lib/widgets/markdown/MarkdownLink.js +46 -0
- package/lib/widgets/markdown/MarkdownLink.js.map +1 -0
- package/lib/widgets/markdown/MarkdownRenderer.d.ts +30 -0
- package/lib/widgets/markdown/MarkdownRenderer.d.ts.map +1 -0
- package/lib/widgets/markdown/MarkdownRenderer.js +162 -0
- package/lib/widgets/markdown/MarkdownRenderer.js.map +1 -0
- package/lib/widgets/markdown/MermaidDiagram.d.ts +28 -0
- package/lib/widgets/markdown/MermaidDiagram.d.ts.map +1 -0
- package/lib/widgets/markdown/MermaidDiagram.js +150 -0
- package/lib/widgets/markdown/MermaidDiagram.js.map +1 -0
- package/lib/widgets/markdown/codeBlockHandlers.d.ts +58 -0
- package/lib/widgets/markdown/codeBlockHandlers.d.ts.map +1 -0
- package/lib/widgets/markdown/codeBlockHandlers.js +285 -0
- package/lib/widgets/markdown/codeBlockHandlers.js.map +1 -0
- package/lib/widgets/markdown/index.d.ts +13 -0
- package/lib/widgets/markdown/index.d.ts.map +1 -0
- package/lib/widgets/markdown/index.js +13 -0
- package/lib/widgets/markdown/index.js.map +1 -0
- package/lib/widgets/markdown/normalizeCustomSchemeLinks.d.ts.map +1 -0
- package/lib/widgets/markdown/normalizeCustomSchemeLinks.js +70 -0
- package/lib/widgets/markdown/normalizeCustomSchemeLinks.js.map +1 -0
- package/lib/widgets/markdown/normalizeDirectives.d.ts.map +1 -0
- package/lib/widgets/markdown/normalizeDirectives.js +58 -0
- package/lib/widgets/markdown/normalizeDirectives.js.map +1 -0
- package/lib/widgets/markdown/preprocessMathDelimiters.d.ts.map +1 -0
- package/lib/widgets/markdown/preprocessMathDelimiters.js +222 -0
- package/lib/widgets/markdown/preprocessMathDelimiters.js.map +1 -0
- package/lib/widgets/markdown/remarkDirectiveHandler.d.ts +15 -0
- package/lib/widgets/markdown/remarkDirectiveHandler.d.ts.map +1 -0
- package/lib/widgets/markdown/remarkDirectiveHandler.js +96 -0
- package/lib/widgets/markdown/remarkDirectiveHandler.js.map +1 -0
- package/lib/widgets/markdown/useArtifactContent.d.ts.map +1 -0
- package/lib/widgets/markdown/useArtifactContent.js +173 -0
- package/lib/widgets/markdown/useArtifactContent.js.map +1 -0
- package/lib/widgets/markdown/useResolvedUrl.d.ts.map +1 -0
- package/lib/widgets/markdown/useResolvedUrl.js +181 -0
- package/lib/widgets/markdown/useResolvedUrl.js.map +1 -0
- package/lib/widgets/monacoEditor/MonacoEditor.d.ts +41 -0
- package/lib/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -0
- package/lib/widgets/monacoEditor/MonacoEditor.js +168 -0
- package/lib/widgets/monacoEditor/MonacoEditor.js.map +1 -0
- package/lib/widgets/monacoEditor/foldingProviders.d.ts.map +1 -0
- package/lib/widgets/monacoEditor/foldingProviders.js +138 -0
- package/lib/widgets/monacoEditor/foldingProviders.js.map +1 -0
- package/lib/widgets/monacoEditor/index.d.ts +3 -0
- package/lib/widgets/monacoEditor/index.d.ts.map +1 -0
- package/lib/widgets/monacoEditor/index.js +2 -0
- package/lib/widgets/monacoEditor/index.js.map +1 -0
- package/lib/widgets/properties/PropertiesView.d.ts +11 -0
- package/lib/widgets/properties/PropertiesView.d.ts.map +1 -0
- package/lib/widgets/properties/PropertiesView.js +7 -0
- package/lib/widgets/properties/PropertiesView.js.map +1 -0
- package/lib/widgets/properties/index.d.ts +2 -0
- package/lib/widgets/properties/index.d.ts.map +1 -0
- package/lib/widgets/properties/index.js +2 -0
- package/lib/widgets/properties/index.js.map +1 -0
- package/lib/widgets/schema-editor/ManagedSchema.d.ts +75 -0
- package/lib/widgets/schema-editor/ManagedSchema.d.ts.map +1 -0
- package/lib/widgets/schema-editor/ManagedSchema.js +303 -0
- package/lib/widgets/schema-editor/ManagedSchema.js.map +1 -0
- package/lib/widgets/schema-editor/editor/Editable.d.ts +40 -0
- package/lib/widgets/schema-editor/editor/Editable.d.ts.map +1 -0
- package/lib/widgets/schema-editor/editor/Editable.js +109 -0
- package/lib/widgets/schema-editor/editor/Editable.js.map +1 -0
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +8 -0
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +1 -0
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js +8 -0
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js.map +1 -0
- package/lib/widgets/schema-editor/editor/PropertyEditor.d.ts +6 -0
- package/lib/widgets/schema-editor/editor/PropertyEditor.d.ts.map +1 -0
- package/lib/widgets/schema-editor/editor/PropertyEditor.js +85 -0
- package/lib/widgets/schema-editor/editor/PropertyEditor.js.map +1 -0
- package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts +4 -0
- package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts.map +1 -0
- package/lib/widgets/schema-editor/editor/PropertyViewer.js +7 -0
- package/lib/widgets/schema-editor/editor/PropertyViewer.js.map +1 -0
- package/lib/widgets/schema-editor/editor/SchemaContext.d.ts +4 -0
- package/lib/widgets/schema-editor/editor/SchemaContext.d.ts.map +1 -0
- package/lib/widgets/schema-editor/editor/SchemaContext.js +9 -0
- package/lib/widgets/schema-editor/editor/SchemaContext.js.map +1 -0
- package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts +9 -0
- package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -0
- package/lib/widgets/schema-editor/editor/SchemaEditor.js +81 -0
- package/lib/widgets/schema-editor/editor/SchemaEditor.js.map +1 -0
- package/lib/widgets/schema-editor/index.d.ts +7 -0
- package/lib/widgets/schema-editor/index.d.ts.map +1 -0
- package/lib/widgets/schema-editor/index.js +7 -0
- package/lib/widgets/schema-editor/index.js.map +1 -0
- package/lib/widgets/schema-editor/json-schema4-utils.d.ts +16 -0
- package/lib/widgets/schema-editor/json-schema4-utils.d.ts.map +1 -0
- package/lib/widgets/schema-editor/json-schema4-utils.js +188 -0
- package/lib/widgets/schema-editor/json-schema4-utils.js.map +1 -0
- package/lib/widgets/schema-editor/type-signature.d.ts.map +1 -0
- package/lib/widgets/schema-editor/type-signature.js.map +1 -0
- package/lib/widgets/upload/DropZone.d.ts +41 -0
- package/lib/widgets/upload/DropZone.d.ts.map +1 -0
- package/lib/widgets/upload/DropZone.js +181 -0
- package/lib/widgets/upload/DropZone.js.map +1 -0
- package/lib/widgets/upload/UploadResultCategory.d.ts +26 -0
- package/lib/widgets/upload/UploadResultCategory.d.ts.map +1 -0
- package/lib/widgets/upload/UploadResultCategory.js +22 -0
- package/lib/widgets/upload/UploadResultCategory.js.map +1 -0
- package/lib/widgets/upload/UploadSummary.d.ts +38 -0
- package/lib/widgets/upload/UploadSummary.d.ts.map +1 -0
- package/lib/widgets/upload/UploadSummary.js +32 -0
- package/lib/widgets/upload/UploadSummary.js.map +1 -0
- package/lib/widgets/upload/index.d.ts.map +1 -0
- package/lib/widgets/upload/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/Attributes/index.d.ts +6 -0
- package/lib/widgets/xml-viewer/components/Attributes/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/Attributes/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/CDataTag/index.d.ts +8 -0
- package/lib/widgets/xml-viewer/components/CDataTag/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/CDataTag/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/CollapseIcon/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/CollapseIcon/index.js +11 -0
- package/lib/widgets/xml-viewer/components/CollapseIcon/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/CommentTag/index.d.ts +9 -0
- package/lib/widgets/xml-viewer/components/CommentTag/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/CommentTag/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/DeclarationTag/index.d.ts +8 -0
- package/lib/widgets/xml-viewer/components/DeclarationTag/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/DeclarationTag/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/Elements/index.d.ts +8 -0
- package/lib/widgets/xml-viewer/components/Elements/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/Elements/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/InvalidXml/index.d.ts +2 -0
- package/lib/widgets/xml-viewer/components/InvalidXml/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/InvalidXml/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/Tag/index.d.ts +13 -0
- package/lib/widgets/xml-viewer/components/Tag/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/Tag/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/TextElement/index.d.ts +8 -0
- package/lib/widgets/xml-viewer/components/TextElement/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/TextElement/index.js.map +1 -0
- package/lib/widgets/xml-viewer/components/XMLViewer.d.ts +3 -0
- package/lib/widgets/xml-viewer/components/XMLViewer.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/XMLViewer.js.map +1 -0
- package/lib/widgets/xml-viewer/components/types.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/components/types.js.map +1 -0
- package/lib/widgets/xml-viewer/constants/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/constants/index.js.map +1 -0
- package/lib/widgets/xml-viewer/context/xml-viewer-context.d.ts +4 -0
- package/lib/widgets/xml-viewer/context/xml-viewer-context.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/context/xml-viewer-context.js.map +1 -0
- package/lib/widgets/xml-viewer/helpers/index.d.ts +13 -0
- package/lib/widgets/xml-viewer/helpers/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/helpers/index.js +38 -0
- package/lib/widgets/xml-viewer/helpers/index.js.map +1 -0
- package/lib/widgets/xml-viewer/hooks/useCollapsible.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/hooks/useCollapsible.js.map +1 -0
- package/lib/widgets/xml-viewer/hooks/useXMLViewer.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/hooks/useXMLViewer.js +33 -0
- package/lib/widgets/xml-viewer/hooks/useXMLViewer.js.map +1 -0
- package/lib/widgets/xml-viewer/index.d.ts +3 -0
- package/lib/widgets/xml-viewer/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/index.js +3 -0
- package/lib/widgets/xml-viewer/index.js.map +1 -0
- package/lib/widgets/xml-viewer/types/index.d.ts +16 -0
- package/lib/widgets/xml-viewer/types/index.d.ts.map +1 -0
- package/lib/widgets/xml-viewer/types/index.js.map +1 -0
- package/llms.txt +387 -484
- package/package.json +103 -132
- package/src/__tests__/a11y.test.tsx +398 -0
- package/src/__tests__/axe-helper.ts +23 -0
- package/src/__tests__/contrast.test.ts +165 -0
- package/src/__tests__/setup.ts +74 -0
- package/src/__tests__/test-modules.d.ts +13 -0
- package/src/__tests__/test-utils.tsx +15 -0
- package/src/__tests__/tsconfig.json +19 -0
- package/src/__tests__/vitest-axe.d.ts +20 -0
- package/src/core/components/Avatar.tsx +38 -29
- package/src/core/components/Center.tsx +5 -7
- package/src/core/components/ComboBox.tsx +167 -83
- package/src/core/components/Divider.tsx +2 -5
- package/src/core/components/EmptyCollection.tsx +5 -6
- package/src/core/components/FileUpload.tsx +54 -21
- package/src/core/components/FormItem.tsx +125 -16
- package/src/core/components/InputList.tsx +63 -36
- package/src/core/components/Link.tsx +8 -5
- package/src/core/components/MenuList.tsx +29 -24
- package/src/core/components/NumberInput.tsx +52 -41
- package/src/core/components/Overlay.tsx +86 -77
- package/src/core/components/Portal.tsx +7 -7
- package/src/core/components/SelectList.tsx +44 -26
- package/src/core/components/SidePanel.tsx +45 -20
- package/src/core/components/Spinner.tsx +34 -21
- package/src/core/components/TagsInput.tsx +54 -48
- package/src/core/components/index.ts +28 -27
- package/src/core/components/libs/utils.tsx +4 -4
- package/src/core/components/libs/visuallyHidden.tsx +12 -12
- package/src/core/components/popup/Popup.tsx +60 -29
- package/src/core/components/popup/PopupController.ts +36 -37
- package/src/core/components/popup/index.ts +3 -3
- package/src/core/components/popup/position.ts +56 -34
- package/src/core/components/popup/utils.ts +5 -3
- package/src/core/components/shadcn/LanguageSwitcher.tsx +61 -0
- package/src/core/components/shadcn/MessageBox.tsx +119 -57
- package/src/core/components/shadcn/Panel.tsx +89 -40
- package/src/core/components/shadcn/badge.tsx +74 -92
- package/src/core/components/shadcn/breadcrumb.tsx +158 -180
- package/src/core/components/shadcn/button.tsx +188 -143
- package/src/core/components/shadcn/calendar.tsx +13 -23
- package/src/core/components/shadcn/card.tsx +41 -76
- package/src/core/components/shadcn/checkbox.tsx +20 -22
- package/src/core/components/shadcn/collaspible.tsx +8 -24
- package/src/core/components/shadcn/command.tsx +124 -157
- package/src/core/components/shadcn/dropdown.tsx +283 -290
- package/src/core/components/shadcn/filters/DynamicLabel.tsx +36 -35
- package/src/core/components/shadcn/filters/animateChangeInHeight.tsx +5 -8
- package/src/core/components/shadcn/filters/comboBox/DateCombobox.tsx +28 -36
- package/src/core/components/shadcn/filters/comboBox/SelectCombobox.tsx +41 -37
- package/src/core/components/shadcn/filters/comboBox/StringListCombobox.tsx +13 -22
- package/src/core/components/shadcn/filters/comboBox/TextCombobox.tsx +12 -14
- package/src/core/components/shadcn/filters/comboBox/comboBox.tsx +2 -2
- package/src/core/components/shadcn/filters/filter/SelectFilter.tsx +143 -139
- package/src/core/components/shadcn/filters/filter/StringListFilter.tsx +48 -48
- package/src/core/components/shadcn/filters/filter/TextFilter.tsx +56 -60
- package/src/core/components/shadcn/filters/filter/dateFilter.tsx +235 -228
- package/src/core/components/shadcn/filters/filter-styles.ts +1 -1
- package/src/core/components/shadcn/filters/filterBar.tsx +347 -329
- package/src/core/components/shadcn/filters/filters.tsx +62 -63
- package/src/core/components/shadcn/filters/types.ts +25 -25
- package/src/core/components/shadcn/heading.tsx +15 -15
- package/src/core/components/shadcn/index.ts +23 -22
- package/src/core/components/shadcn/input.tsx +80 -76
- package/src/core/components/shadcn/label.tsx +20 -25
- package/src/core/components/shadcn/modal/ConfirmModal.tsx +21 -30
- package/src/core/components/shadcn/modal/DeleteModal.tsx +16 -12
- package/src/core/components/shadcn/modal/dialog.tsx +73 -97
- package/src/core/components/shadcn/modal/index.ts +3 -3
- package/src/core/components/shadcn/popover.tsx +96 -93
- package/src/core/components/shadcn/radioGroup.tsx +80 -81
- package/src/core/components/shadcn/resizeable.tsx +46 -44
- package/src/core/components/shadcn/selectBox.tsx +216 -121
- package/src/core/components/shadcn/separator.tsx +15 -19
- package/src/core/components/shadcn/slider.test.tsx +14 -0
- package/src/core/components/shadcn/slider.tsx +78 -0
- package/src/core/components/shadcn/switch.tsx +55 -48
- package/src/core/components/shadcn/tabs.tsx +316 -292
- package/src/core/components/shadcn/text.tsx +24 -24
- package/src/core/components/shadcn/textarea.tsx +55 -55
- package/src/core/components/shadcn/theme/ThemeProvider.tsx +52 -58
- package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +45 -31
- package/src/core/components/shadcn/tooltip.tsx +85 -69
- package/src/core/components/styles.ts +7 -6
- package/src/core/components/table/index.tsx +90 -31
- package/src/core/components/toast/NotificationPanel.tsx +31 -31
- package/src/core/components/toast/ToastContext.ts +3 -3
- package/src/core/components/toast/ToastProps.ts +1 -1
- package/src/core/components/toast/ToastProvider.tsx +20 -13
- package/src/core/components/toast/index.ts +2 -2
- package/src/core/hooks/CompositeState.tsx +28 -33
- package/src/core/hooks/PortalContainerProvider.tsx +8 -14
- package/src/core/hooks/SharedState.tsx +9 -9
- package/src/core/hooks/index.ts +15 -15
- package/src/core/hooks/useClickOutside.tsx +11 -7
- package/src/core/hooks/useCopyToClipboard.tsx +21 -21
- package/src/core/hooks/useDarkMode.ts +2 -2
- package/src/core/hooks/useDebounce.tsx +1 -1
- package/src/core/hooks/useEventSource.ts +40 -14
- package/src/core/hooks/useFetch.ts +41 -27
- package/src/core/hooks/useFlag.tsx +4 -4
- package/src/core/hooks/useIntersectionObserver.tsx +22 -13
- package/src/core/hooks/useIsFistRendering.ts +5 -4
- package/src/core/hooks/useSafeLayoutEffect.ts +3 -3
- package/src/core/hooks/useScrollableSearch.tsx +64 -47
- package/src/core/hooks/useSharedValue.ts +3 -5
- package/src/core/index.ts +3 -3
- package/src/core/utils/a11y.ts +23 -0
- package/src/core/utils/cn.ts +4 -4
- package/src/core/utils/errorMessage.ts +20 -0
- package/src/core/utils/index.ts +4 -1
- package/src/core/utils/textarea.ts +15 -0
- package/src/css/base.css +24 -24
- package/src/css/color.css +129 -131
- package/src/css/custom-tooltips.css +54 -47
- package/src/css/theme.css +82 -84
- package/src/css/typography.css +8 -7
- package/src/css/utilities.css +137 -67
- package/src/env/index.ts +65 -42
- package/src/features/activity-doc/ActivityDoc.tsx +77 -71
- package/src/features/activity-doc/index.ts +1 -1
- package/src/features/agent/PayloadBuilder.tsx +98 -55
- package/src/features/agent/chat/AgentChart.tsx +50 -42
- package/src/features/agent/chat/AgentChatFixtureReplay.test.tsx +144 -0
- package/src/features/agent/chat/AgentChatFixtureReplay.tsx +254 -0
- package/src/features/agent/chat/AgentChatPlaybackControls.test.tsx +96 -0
- package/src/features/agent/chat/AgentChatPlaybackControls.tsx +215 -0
- package/src/features/agent/chat/AgentRequestInputOverlay.tsx +59 -0
- package/src/features/agent/chat/AgentRightPanel.tsx +409 -185
- package/src/features/agent/chat/AnimatedThinkingDots.tsx +91 -82
- package/src/features/agent/chat/ArtifactsTab.tsx +347 -110
- package/src/features/agent/chat/AskUserWidget.tsx +221 -51
- package/src/features/agent/chat/BrowserUseWidget.tsx +255 -0
- package/src/features/agent/chat/DocumentPanel.tsx +35 -41
- package/src/features/agent/chat/DocumentTabBar.tsx +7 -4
- package/src/features/agent/chat/ImageLightbox.tsx +30 -14
- package/src/features/agent/chat/JumpingDots.tsx +15 -6
- package/src/features/agent/chat/ModernAgentConversation.test.tsx +1463 -0
- package/src/features/agent/chat/ModernAgentConversation.tsx +1671 -734
- package/src/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.tsx +74 -0
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +1499 -0
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +2675 -344
- package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +428 -0
- package/src/features/agent/chat/ModernAgentOutput/BatchProgressPanel.tsx +67 -65
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +239 -134
- package/src/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.tsx +18 -14
- package/src/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.tsx +197 -242
- package/src/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.tsx +83 -0
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.test.tsx +232 -0
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +395 -274
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +437 -291
- package/src/features/agent/chat/ModernAgentOutput/MessagesContainer.tsx +12 -13
- package/src/features/agent/chat/ModernAgentOutput/PlanPanel.tsx +27 -23
- package/src/features/agent/chat/ModernAgentOutput/SlideInPanel.tsx +24 -22
- package/src/features/agent/chat/ModernAgentOutput/SlidingMessages.tsx +18 -21
- package/src/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.tsx +53 -49
- package/src/features/agent/chat/ModernAgentOutput/StackedMessages.tsx +9 -9
- package/src/features/agent/chat/ModernAgentOutput/StreamingMessage.tsx +42 -38
- package/src/features/agent/chat/ModernAgentOutput/SummaryConversation.ts +499 -0
- package/src/features/agent/chat/ModernAgentOutput/ToolCallGroup.tsx +518 -271
- package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +124 -146
- package/src/features/agent/chat/ModernAgentOutput/processContentForMarkdown.test.ts +48 -0
- package/src/features/agent/chat/ModernAgentOutput/processContentForMarkdown.ts +158 -0
- package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +81 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +1381 -88
- package/src/features/agent/chat/ModernAgentOutput/utils.ts +291 -154
- package/src/features/agent/chat/ModernAgentOutput/with-types.d.ts +7 -7
- package/src/features/agent/chat/ProposalCodeBlockHandler.tsx +89 -0
- package/src/features/agent/chat/SkillWidgetProvider.tsx +72 -58
- package/src/features/agent/chat/SlidingThinkingIndicator.tsx +173 -165
- package/src/features/agent/chat/VegaLiteChart.tsx +631 -557
- package/src/features/agent/chat/WaitingMessages.ts +50 -50
- package/src/features/agent/chat/applyParameterValues.test.ts +67 -69
- package/src/features/agent/chat/clipboardFiles.ts +33 -0
- package/src/features/agent/chat/hooks/useAgentPlans.ts +22 -27
- package/src/features/agent/chat/hooks/useAgentStream.test.tsx +601 -0
- package/src/features/agent/chat/hooks/useAgentStream.ts +413 -126
- package/src/features/agent/chat/hooks/useArtifacts.ts +41 -16
- package/src/features/agent/chat/hooks/useDocumentPanel.ts +11 -13
- package/src/features/agent/chat/hooks/useFileProcessing.test.tsx +121 -0
- package/src/features/agent/chat/hooks/useFileProcessing.ts +173 -72
- package/src/features/agent/chat/index.ts +58 -27
- package/src/features/agent/chat/playback.test.ts +70 -0
- package/src/features/agent/chat/playback.ts +93 -0
- package/src/features/agent/chat/useArtifactUrlCache.tsx +25 -27
- package/src/features/agent/chat/workstreams.ts +224 -0
- package/src/features/agent/index.ts +2 -2
- package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +123 -0
- package/src/features/document-viewer/UniversalDocumentViewer.tsx +746 -0
- package/src/features/document-viewer/index.ts +1 -0
- package/src/features/errors/PanelErrorBoundary.tsx +13 -19
- package/src/features/errors/RowErrorBoundary.tsx +8 -12
- package/src/features/errors/VertesiaErrorBoundary.tsx +8 -7
- package/src/features/errors/WidgetErrorBoundary.tsx +8 -16
- package/src/features/errors/index.ts +4 -4
- package/src/features/facets/AgentRunnerFacetsNav.tsx +56 -59
- package/src/features/facets/CollectionsFacetsNav.tsx +24 -35
- package/src/features/facets/DocumentsFacetsNav.tsx +36 -44
- package/src/features/facets/EnvironmentFacet.tsx +38 -20
- package/src/features/facets/InteractionsFacetsNav.tsx +18 -31
- package/src/features/facets/ProcessDefinitionsFacetsNav.tsx +51 -0
- package/src/features/facets/ProcessRunsFacetsNav.tsx +64 -0
- package/src/features/facets/PromptsFacetsNav.tsx +22 -33
- package/src/features/facets/RunsFacetsNav.tsx +52 -60
- package/src/features/facets/WorkflowDefinitionsFacetsNav.tsx +51 -0
- package/src/features/facets/WorkflowExecutionsFacetsNav.tsx +28 -42
- package/src/features/facets/WorkflowRulesFacetsNav.tsx +49 -0
- package/src/features/facets/index.ts +32 -18
- package/src/features/facets/utils/SearchInterface.tsx +32 -3
- package/src/features/facets/utils/StringFacet.tsx +16 -5
- package/src/features/facets/utils/StringListFacet.tsx +5 -6
- package/src/features/facets/utils/TypeFacet.tsx +30 -19
- package/src/features/facets/utils/VEnvironmentFacet.tsx +9 -9
- package/src/features/facets/utils/VInteractionFacet.tsx +18 -17
- package/src/features/facets/utils/VStringFacet.tsx +19 -8
- package/src/features/facets/utils/VTypeFacet.tsx +15 -15
- package/src/features/facets/utils/VUserFacet.tsx +6 -6
- package/src/features/facets/utils/utils.tsx +2 -2
- package/src/features/index.ts +14 -12
- package/src/features/layout/GenericPageNavHeader.tsx +73 -53
- package/src/features/layout/NotFoundView.tsx +4 -7
- package/src/features/layout/index.ts +2 -2
- package/src/features/magic-pdf/AnnotatedImageSlider.tsx +59 -44
- package/src/features/magic-pdf/DownloadPopover.tsx +29 -34
- package/src/features/magic-pdf/ExtractedContentView.tsx +14 -21
- package/src/features/magic-pdf/MagicPdfProvider.tsx +30 -45
- package/src/features/magic-pdf/MagicPdfView.tsx +42 -55
- package/src/features/magic-pdf/index.ts +1 -1
- package/src/features/magic-pdf/types.ts +1 -1
- package/src/features/media-viewer/AudioPanel.tsx +118 -0
- package/src/features/media-viewer/ImagePanel.tsx +96 -0
- package/src/features/media-viewer/VideoPanel.tsx +131 -0
- package/src/features/media-viewer/formats.ts +38 -0
- package/src/features/media-viewer/index.ts +4 -0
- package/src/features/oauth/OAuthProviderConnectButton.tsx +6 -16
- package/src/features/oauth/RemoteMcpConnectionButton.tsx +14 -23
- package/src/features/oauth/useOAuthPopup.ts +1 -1
- package/src/features/pdf-viewer/PdfPageRenderer.tsx +50 -72
- package/src/features/pdf-viewer/PdfPageSlider.tsx +78 -80
- package/src/features/pdf-viewer/SimplePdfViewer.tsx +22 -18
- package/src/features/permissions/SecureButton.tsx +9 -8
- package/src/features/permissions/SecureSidebarItem.tsx +4 -7
- package/src/features/permissions/UserPermissionsProvider.tsx +52 -54
- package/src/features/permissions/helpers.ts +8 -5
- package/src/features/permissions/index.ts +4 -4
- package/src/features/store/collections/BrowseCollectionView.tsx +25 -23
- package/src/features/store/collections/CollectionsTable.tsx +50 -41
- package/src/features/store/collections/CreateCollection.tsx +61 -31
- package/src/features/store/collections/EditCollectionView.tsx +202 -80
- package/src/features/store/collections/SelectCollection.tsx +120 -116
- package/src/features/store/collections/SharedPropsEditor.tsx +38 -29
- package/src/features/store/collections/SyncMemberHeadsToggle.tsx +28 -26
- package/src/features/store/collections/index.ts +7 -7
- package/src/features/store/index.ts +3 -3
- package/src/features/store/objects/DocumentPreviewPanel.tsx +348 -376
- package/src/features/store/objects/DocumentSearchResults.tsx +194 -117
- package/src/features/store/objects/DocumentSelectionProvider.tsx +15 -10
- package/src/features/store/objects/DocumentTable.tsx +51 -45
- package/src/features/store/objects/ExportPropertiesModal.tsx +24 -26
- package/src/features/store/objects/components/ContentDispositionButton.tsx +22 -27
- package/src/features/store/objects/components/ContentOverview.tsx +412 -589
- package/src/features/store/objects/components/DocumentIcon.tsx +95 -91
- package/src/features/store/objects/components/DocumentInput.tsx +33 -26
- package/src/features/store/objects/components/PropertiesEditorModal.tsx +58 -60
- package/src/features/store/objects/components/SaveVersionConfirmModal.tsx +49 -37
- package/src/features/store/objects/components/SelectDocument.test.tsx +87 -0
- package/src/features/store/objects/components/SelectDocument.tsx +50 -54
- package/src/features/store/objects/components/SelectDocumentModal.tsx +7 -7
- package/src/features/store/objects/components/TextEditorPanel.tsx +26 -22
- package/src/features/store/objects/components/VectorSearchWidget.test.tsx +41 -0
- package/src/features/store/objects/components/VectorSearchWidget.tsx +94 -37
- package/src/features/store/objects/components/index.ts +9 -9
- package/src/features/store/objects/components/useContentPanelHooks.ts +24 -19
- package/src/features/store/objects/components/useDownloadFile.ts +141 -126
- package/src/features/store/objects/index.ts +10 -10
- package/src/features/store/objects/layout/DocumentTableColumn.tsx +28 -12
- package/src/features/store/objects/layout/documentLayout.tsx +86 -43
- package/src/features/store/objects/layout/index.ts +2 -2
- package/src/features/store/objects/layout/renderers.tsx +107 -73
- package/src/features/store/objects/search/DocumentSearchContext.test.ts +49 -0
- package/src/features/store/objects/search/DocumentSearchContext.ts +63 -46
- package/src/features/store/objects/search/DocumentSearchProvider.tsx +23 -16
- package/src/features/store/objects/search/index.ts +2 -2
- package/src/features/store/objects/selection/ObjectsActionContext.tsx +28 -21
- package/src/features/store/objects/selection/ObjectsActionContextClass.ts +9 -11
- package/src/features/store/objects/selection/ObjectsActionHooks.ts +5 -5
- package/src/features/store/objects/selection/ObjectsActionSpec.ts +16 -16
- package/src/features/store/objects/selection/SelectionActions.tsx +111 -51
- package/src/features/store/objects/selection/actions/AddToCollectionAction.tsx +68 -43
- package/src/features/store/objects/selection/actions/ChangeTypeAction.tsx +36 -32
- package/src/features/store/objects/selection/actions/ConfirmAction.tsx +27 -20
- package/src/features/store/objects/selection/actions/DeleteObjectsAction.tsx +57 -46
- package/src/features/store/objects/selection/actions/ExportPropertiesAction.tsx +60 -65
- package/src/features/store/objects/selection/actions/RemoveFromCollectionAction.tsx +42 -33
- package/src/features/store/objects/selection/actions/StartWorkflowComponent.tsx +9 -10
- package/src/features/store/objects/selection/actions/index.ts +7 -7
- package/src/features/store/objects/selection/index.ts +4 -4
- package/src/features/store/objects/upload/DocumentUploadModal.tsx +189 -183
- package/src/features/store/objects/upload/index.ts +3 -3
- package/src/features/store/objects/upload/useSmartFileUploadProcessing.ts +139 -132
- package/src/features/store/objects/upload/useUploadHandler.ts +41 -41
- package/src/features/store/types/ContentObjectTypesSearch.tsx +89 -65
- package/src/features/store/types/ContentObjectTypesTable.tsx +19 -18
- package/src/features/store/types/CreateOrUpdateTypeModal.tsx +26 -16
- package/src/features/store/types/ObjectSchemaEditor.tsx +72 -62
- package/src/features/store/types/SelectContentType.tsx +22 -16
- package/src/features/store/types/SelectContentTypeModal.tsx +23 -33
- package/src/features/store/types/TableLayoutEditor.tsx +54 -41
- package/src/features/store/types/TypeRegistry.ts +2 -3
- package/src/features/store/types/TypeRegistryProvider.tsx +76 -73
- package/src/features/store/types/index.ts +10 -10
- package/src/features/store/types/search/ObjectTypeSearchContext.tsx +39 -33
- package/src/features/store/types/search/ObjectTypeSearchProvider.tsx +7 -8
- package/src/features/store/types/search/index.ts +2 -2
- package/src/features/user/UserAvatar.tsx +21 -17
- package/src/features/user/UserInfo.test.tsx +88 -0
- package/src/features/user/UserInfo.tsx +196 -110
- package/src/features/user/index.ts +2 -2
- package/src/features/utils/index.ts +5 -5
- package/src/features/utils/mimeType.ts +10 -10
- package/src/features/utils/print.ts +14 -12
- package/src/features/utils/rendition.ts +68 -81
- package/src/features/utils/text.ts +4 -4
- package/src/features/utils/workflowStatus.ts +14 -14
- package/src/i18n/LanguageProvider.test.tsx +172 -0
- package/src/i18n/LanguageProvider.tsx +77 -0
- package/src/i18n/index.tsx +30 -7
- package/src/i18n/locales/ar.json +92 -32
- package/src/i18n/locales/de.json +92 -28
- package/src/i18n/locales/en.json +109 -31
- package/src/i18n/locales/es.json +94 -31
- package/src/i18n/locales/fr.json +92 -29
- package/src/i18n/locales/it.json +94 -31
- package/src/i18n/locales/ja.json +92 -28
- package/src/i18n/locales/ko.json +92 -28
- package/src/i18n/locales/pt.json +94 -31
- package/src/i18n/locales/ru.json +92 -30
- package/src/i18n/locales/tr.json +92 -28
- package/src/i18n/locales/zh-TW.json +92 -28
- package/src/i18n/locales/zh.json +92 -28
- package/src/i18n/rtl.test.ts +74 -0
- package/src/i18n/rtl.ts +55 -0
- package/src/i18n/useLocaleFormat.test.tsx +176 -0
- package/src/i18n/useLocaleFormat.ts +106 -0
- package/src/layout/AppLayout.tsx +80 -70
- package/src/layout/ErrorPage.tsx +32 -0
- package/src/layout/FullHeightLayout.tsx +16 -70
- package/src/layout/Navbar.tsx +48 -50
- package/src/layout/RegionTag.tsx +1 -5
- package/src/layout/Sidebar.tsx +79 -67
- package/src/layout/SidebarContext.ts +1 -1
- package/src/layout/TitleBar.tsx +1 -2
- package/src/layout/index.ts +8 -7
- package/src/router/FixLinks.tsx +11 -9
- package/src/router/HistoryNavigator.ts +58 -32
- package/src/router/Nav.tsx +42 -10
- package/src/router/NestedNavigationContext.tsx +23 -22
- package/src/router/NestedRouterProvider.tsx +52 -46
- package/src/router/PathMatcher.ts +42 -36
- package/src/router/PathWithParams.ts +1 -2
- package/src/router/Route404.tsx +6 -6
- package/src/router/RouteComponent.tsx +7 -9
- package/src/router/Router.tsx +34 -23
- package/src/router/RouterProvider.tsx +24 -22
- package/src/router/index.ts +10 -10
- package/src/router/path.test.ts +87 -0
- package/src/router/path.ts +42 -3
- package/src/session/UserSession.ts +97 -66
- package/src/session/UserSessionProvider.tsx +173 -88
- package/src/session/auth/composable.test.ts +79 -0
- package/src/session/auth/composable.ts +108 -33
- package/src/session/auth/domainRouting.test.ts +8 -8
- package/src/session/auth/domainRouting.ts +22 -0
- package/src/session/auth/firebase.ts +25 -24
- package/src/session/auth/useAuthState.ts +5 -8
- package/src/session/auth/useCurrentTenant.ts +10 -11
- package/src/session/constants.ts +1 -1
- package/src/session/index.ts +7 -7
- package/src/session/useUXTracking.tsx +11 -15
- package/src/shell/SplashScreen.tsx +22 -13
- package/src/shell/VertesiaShell.tsx +38 -16
- package/src/shell/apps/AppInstallationProvider.tsx +10 -11
- package/src/shell/apps/AppProjectSelector.tsx +34 -20
- package/src/shell/apps/StandaloneApp.tsx +40 -37
- package/src/shell/apps/index.ts +3 -3
- package/src/shell/index.tsx +5 -5
- package/src/shell/login/InviteAcceptModal.tsx +65 -56
- package/src/shell/login/PreviewIcon.tsx +3 -6
- package/src/shell/login/SignInAuthPending.tsx +43 -0
- package/src/shell/login/SignInEmailStep.tsx +83 -0
- package/src/shell/login/SignInIcons.tsx +66 -0
- package/src/shell/login/SignInModal.tsx +10 -14
- package/src/shell/login/SignInPrimitives.tsx +414 -0
- package/src/shell/login/SignInProvidersStep.tsx +50 -0
- package/src/shell/login/SignInReturningStep.tsx +90 -0
- package/src/shell/login/SignInTenantBlockedStep.tsx +41 -0
- package/src/shell/login/SignInTenantStep.tsx +78 -0
- package/src/shell/login/SignInWithProviderButton.tsx +40 -0
- package/src/shell/login/SigninScreen.tsx +231 -134
- package/src/shell/login/SignupForm.tsx +28 -33
- package/src/shell/login/TerminalLogin.tsx +188 -156
- package/src/shell/login/UserInfo.tsx +41 -26
- package/src/shell/login/UserSessionMenu.tsx +50 -35
- package/src/shell/login/signInUtils.test.ts +41 -0
- package/src/shell/login/signInUtils.ts +241 -0
- package/src/shell/utils.tsx +5 -5
- package/src/widgets/Progress.tsx +2 -2
- package/src/widgets/SvgIcon.tsx +4 -4
- package/src/widgets/form/Form.tsx +71 -59
- package/src/widgets/form/FormContext.ts +9 -7
- package/src/widgets/form/ManagedObject.ts +50 -40
- package/src/widgets/form/fields.tsx +3 -11
- package/src/widgets/form/index.ts +6 -6
- package/src/widgets/form/inputs.tsx +55 -35
- package/src/widgets/form/schema.ts +22 -15
- package/src/widgets/index.ts +10 -10
- package/src/widgets/json-view/JSONCode.test.tsx +52 -0
- package/src/widgets/json-view/JSONCode.tsx +64 -19
- package/src/widgets/json-view/JSONDisplay.tsx +30 -14
- package/src/widgets/json-view/JSONEditor.tsx +89 -0
- package/src/widgets/json-view/JSONSwitcher.tsx +13 -5
- package/src/widgets/json-view/JSONTable.tsx +80 -0
- package/src/widgets/json-view/JSONView.tsx +122 -82
- package/src/widgets/json-view/index.ts +7 -5
- package/src/widgets/markdown/ArtifactContentRenderer.tsx +20 -36
- package/src/widgets/markdown/CodeBlockContext.tsx +1 -1
- package/src/widgets/markdown/CodeBlockPlaceholder.test.tsx +2 -2
- package/src/widgets/markdown/CodeBlockPlaceholder.tsx +21 -19
- package/src/widgets/markdown/CodeBlockRendering.tsx +3 -8
- package/src/widgets/markdown/MarkdownFigure.tsx +5 -21
- package/src/widgets/markdown/MarkdownImage.tsx +7 -29
- package/src/widgets/markdown/MarkdownLink.tsx +7 -30
- package/src/widgets/markdown/MarkdownRenderer.tsx +45 -42
- package/src/widgets/markdown/MermaidDiagram.test.ts +40 -0
- package/src/widgets/markdown/MermaidDiagram.tsx +9 -8
- package/src/widgets/markdown/codeBlockHandlers.test.tsx +12 -15
- package/src/widgets/markdown/codeBlockHandlers.tsx +40 -155
- package/src/widgets/markdown/index.ts +23 -14
- package/src/widgets/markdown/normalizeCustomSchemeLinks.test.ts +21 -6
- package/src/widgets/markdown/normalizeCustomSchemeLinks.ts +9 -16
- package/src/widgets/markdown/normalizeDirectives.test.ts +57 -0
- package/src/widgets/markdown/normalizeDirectives.ts +24 -14
- package/src/widgets/markdown/preprocessMathDelimiters.test.ts +59 -54
- package/src/widgets/markdown/preprocessMathDelimiters.ts +36 -32
- package/src/widgets/markdown/remarkDirectiveHandler.ts +10 -12
- package/src/widgets/markdown/useArtifactContent.ts +9 -22
- package/src/widgets/markdown/useResolvedUrl.test.ts +25 -2
- package/src/widgets/markdown/useResolvedUrl.ts +25 -24
- package/src/widgets/monacoEditor/MonacoEditor.tsx +93 -81
- package/src/widgets/monacoEditor/foldingProviders.ts +33 -7
- package/src/widgets/monacoEditor/index.ts +2 -3
- package/src/widgets/properties/PropertiesView.tsx +19 -25
- package/src/widgets/properties/index.ts +1 -1
- package/src/widgets/schema-editor/ManagedSchema.ts +47 -39
- package/src/widgets/schema-editor/editor/Editable.tsx +94 -74
- package/src/widgets/schema-editor/editor/EditableSchemaProperty.tsx +4 -4
- package/src/widgets/schema-editor/editor/PropertyEditor.tsx +49 -34
- package/src/widgets/schema-editor/editor/PropertyViewer.tsx +6 -9
- package/src/widgets/schema-editor/editor/SchemaContext.tsx +9 -6
- package/src/widgets/schema-editor/editor/SchemaEditor.test.ts +5 -5
- package/src/widgets/schema-editor/editor/SchemaEditor.tsx +56 -50
- package/src/widgets/schema-editor/index.ts +6 -6
- package/src/widgets/schema-editor/json-schema4-utils.ts +36 -34
- package/src/widgets/schema-editor/type-signature.ts +16 -18
- package/src/widgets/upload/DropZone.tsx +68 -47
- package/src/widgets/upload/UploadResultCategory.tsx +24 -20
- package/src/widgets/upload/UploadSummary.tsx +24 -24
- package/src/widgets/upload/index.ts +1 -1
- package/src/widgets/xml-viewer/components/Attributes/index.tsx +17 -17
- package/src/widgets/xml-viewer/components/CDataTag/index.tsx +13 -13
- package/src/widgets/xml-viewer/components/CollapseIcon/index.tsx +20 -22
- package/src/widgets/xml-viewer/components/CommentTag/index.tsx +20 -20
- package/src/widgets/xml-viewer/components/DeclarationTag/index.tsx +14 -14
- package/src/widgets/xml-viewer/components/Elements/index.tsx +67 -67
- package/src/widgets/xml-viewer/components/InvalidXml/index.tsx +1 -1
- package/src/widgets/xml-viewer/components/Tag/index.tsx +36 -35
- package/src/widgets/xml-viewer/components/TextElement/index.tsx +20 -19
- package/src/widgets/xml-viewer/components/XMLViewer.tsx +50 -50
- package/src/widgets/xml-viewer/components/types.ts +99 -99
- package/src/widgets/xml-viewer/constants/index.ts +16 -16
- package/src/widgets/xml-viewer/context/xml-viewer-context.ts +4 -4
- package/src/widgets/xml-viewer/helpers/index.ts +32 -34
- package/src/widgets/xml-viewer/hooks/useCollapsible.ts +18 -20
- package/src/widgets/xml-viewer/hooks/useXMLViewer.ts +25 -23
- package/src/widgets/xml-viewer/index.ts +1 -1
- package/src/widgets/xml-viewer/types/index.ts +6 -6
- package/tsconfig.dist.json +3 -2
- package/lib/esm/core/components/Avatar.js +0 -31
- package/lib/esm/core/components/Avatar.js.map +0 -1
- package/lib/esm/core/components/Center.js +0 -6
- package/lib/esm/core/components/Center.js.map +0 -1
- package/lib/esm/core/components/ComboBox.js +0 -355
- package/lib/esm/core/components/ComboBox.js.map +0 -1
- package/lib/esm/core/components/Divider.js +0 -6
- package/lib/esm/core/components/Divider.js.map +0 -1
- package/lib/esm/core/components/EmptyCollection.js +0 -7
- package/lib/esm/core/components/EmptyCollection.js.map +0 -1
- package/lib/esm/core/components/FileUpload.js +0 -119
- package/lib/esm/core/components/FileUpload.js.map +0 -1
- package/lib/esm/core/components/FormItem.js +0 -9
- package/lib/esm/core/components/FormItem.js.map +0 -1
- package/lib/esm/core/components/InputList.js +0 -61
- package/lib/esm/core/components/InputList.js.map +0 -1
- package/lib/esm/core/components/Link.js +0 -13
- package/lib/esm/core/components/Link.js.map +0 -1
- package/lib/esm/core/components/MenuList.js +0 -20
- package/lib/esm/core/components/MenuList.js.map +0 -1
- package/lib/esm/core/components/NumberInput.js +0 -43
- package/lib/esm/core/components/NumberInput.js.map +0 -1
- package/lib/esm/core/components/Overlay.js +0 -57
- package/lib/esm/core/components/Overlay.js.map +0 -1
- package/lib/esm/core/components/Portal.js +0 -28
- package/lib/esm/core/components/Portal.js.map +0 -1
- package/lib/esm/core/components/SelectList.js +0 -54
- package/lib/esm/core/components/SelectList.js.map +0 -1
- package/lib/esm/core/components/SidePanel.js +0 -39
- package/lib/esm/core/components/SidePanel.js.map +0 -1
- package/lib/esm/core/components/Spinner.js +0 -18
- package/lib/esm/core/components/Spinner.js.map +0 -1
- package/lib/esm/core/components/TagsInput.js +0 -194
- package/lib/esm/core/components/TagsInput.js.map +0 -1
- package/lib/esm/core/components/index.js +0 -23
- package/lib/esm/core/components/index.js.map +0 -1
- package/lib/esm/core/components/libs/utils.js +0 -6
- package/lib/esm/core/components/libs/utils.js.map +0 -1
- package/lib/esm/core/components/libs/visuallyHidden.js +0 -16
- package/lib/esm/core/components/libs/visuallyHidden.js.map +0 -1
- package/lib/esm/core/components/popup/Popup.js +0 -60
- package/lib/esm/core/components/popup/Popup.js.map +0 -1
- package/lib/esm/core/components/popup/PopupController.js +0 -149
- package/lib/esm/core/components/popup/PopupController.js.map +0 -1
- package/lib/esm/core/components/popup/index.js +0 -4
- package/lib/esm/core/components/popup/index.js.map +0 -1
- package/lib/esm/core/components/popup/position.js +0 -221
- package/lib/esm/core/components/popup/position.js.map +0 -1
- package/lib/esm/core/components/popup/utils.js +0 -74
- package/lib/esm/core/components/popup/utils.js.map +0 -1
- package/lib/esm/core/components/shadcn/MessageBox.js +0 -66
- package/lib/esm/core/components/shadcn/MessageBox.js.map +0 -1
- package/lib/esm/core/components/shadcn/Panel.js +0 -13
- package/lib/esm/core/components/shadcn/Panel.js.map +0 -1
- package/lib/esm/core/components/shadcn/badge.js +0 -62
- package/lib/esm/core/components/shadcn/badge.js.map +0 -1
- package/lib/esm/core/components/shadcn/breadcrumb.js +0 -55
- package/lib/esm/core/components/shadcn/breadcrumb.js.map +0 -1
- package/lib/esm/core/components/shadcn/button.js +0 -78
- package/lib/esm/core/components/shadcn/button.js.map +0 -1
- package/lib/esm/core/components/shadcn/calendar.js +0 -13
- package/lib/esm/core/components/shadcn/calendar.js.map +0 -1
- package/lib/esm/core/components/shadcn/card.js +0 -17
- package/lib/esm/core/components/shadcn/card.js.map +0 -1
- package/lib/esm/core/components/shadcn/checkbox.js +0 -9
- package/lib/esm/core/components/shadcn/checkbox.js.map +0 -1
- package/lib/esm/core/components/shadcn/collaspible.js +0 -13
- package/lib/esm/core/components/shadcn/collaspible.js.map +0 -1
- package/lib/esm/core/components/shadcn/command.js +0 -29
- package/lib/esm/core/components/shadcn/command.js.map +0 -1
- package/lib/esm/core/components/shadcn/dropdown.js +0 -86
- package/lib/esm/core/components/shadcn/dropdown.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/DynamicLabel.js +0 -38
- package/lib/esm/core/components/shadcn/filters/DynamicLabel.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/animateChangeInHeight.js +0 -23
- package/lib/esm/core/components/shadcn/filters/animateChangeInHeight.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +0 -131
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js +0 -49
- package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js +0 -23
- package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/TextCombobox.js +0 -28
- package/lib/esm/core/components/shadcn/filters/comboBox/TextCombobox.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/comboBox.js +0 -5
- package/lib/esm/core/components/shadcn/filters/comboBox/comboBox.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js +0 -98
- package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js +0 -24
- package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/filter/TextFilter.js +0 -21
- package/lib/esm/core/components/shadcn/filters/filter/TextFilter.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js +0 -163
- package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/filter-styles.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/filterBar.js +0 -237
- package/lib/esm/core/components/shadcn/filters/filterBar.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/filters.js +0 -57
- package/lib/esm/core/components/shadcn/filters/filters.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/index.js.map +0 -1
- package/lib/esm/core/components/shadcn/filters/types.js.map +0 -1
- package/lib/esm/core/components/shadcn/heading.js +0 -17
- package/lib/esm/core/components/shadcn/heading.js.map +0 -1
- package/lib/esm/core/components/shadcn/index.js +0 -29
- package/lib/esm/core/components/shadcn/index.js.map +0 -1
- package/lib/esm/core/components/shadcn/input.js +0 -41
- package/lib/esm/core/components/shadcn/input.js.map +0 -1
- package/lib/esm/core/components/shadcn/label.js +0 -10
- package/lib/esm/core/components/shadcn/label.js.map +0 -1
- package/lib/esm/core/components/shadcn/modal/ConfirmModal.js +0 -12
- package/lib/esm/core/components/shadcn/modal/ConfirmModal.js.map +0 -1
- package/lib/esm/core/components/shadcn/modal/DeleteModal.js +0 -30
- package/lib/esm/core/components/shadcn/modal/DeleteModal.js.map +0 -1
- package/lib/esm/core/components/shadcn/modal/dialog.js +0 -78
- package/lib/esm/core/components/shadcn/modal/dialog.js.map +0 -1
- package/lib/esm/core/components/shadcn/modal/index.js +0 -4
- package/lib/esm/core/components/shadcn/modal/index.js.map +0 -1
- package/lib/esm/core/components/shadcn/popover.js +0 -56
- package/lib/esm/core/components/shadcn/popover.js.map +0 -1
- package/lib/esm/core/components/shadcn/radioGroup.js +0 -28
- package/lib/esm/core/components/shadcn/radioGroup.js.map +0 -1
- package/lib/esm/core/components/shadcn/resizeable.js +0 -15
- package/lib/esm/core/components/shadcn/resizeable.js.map +0 -1
- package/lib/esm/core/components/shadcn/selectBox.js +0 -156
- package/lib/esm/core/components/shadcn/selectBox.js.map +0 -1
- package/lib/esm/core/components/shadcn/separator.js +0 -8
- package/lib/esm/core/components/shadcn/separator.js.map +0 -1
- package/lib/esm/core/components/shadcn/switch.js +0 -18
- package/lib/esm/core/components/shadcn/switch.js.map +0 -1
- package/lib/esm/core/components/shadcn/tabs.js +0 -134
- package/lib/esm/core/components/shadcn/tabs.js.map +0 -1
- package/lib/esm/core/components/shadcn/text.js +0 -30
- package/lib/esm/core/components/shadcn/text.js.map +0 -1
- package/lib/esm/core/components/shadcn/textarea.js +0 -35
- package/lib/esm/core/components/shadcn/textarea.js.map +0 -1
- package/lib/esm/core/components/shadcn/theme/ThemeProvider.js +0 -39
- package/lib/esm/core/components/shadcn/theme/ThemeProvider.js.map +0 -1
- package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js +0 -15
- package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js.map +0 -1
- package/lib/esm/core/components/shadcn/tooltip.js +0 -34
- package/lib/esm/core/components/shadcn/tooltip.js.map +0 -1
- package/lib/esm/core/components/styles.js +0 -10
- package/lib/esm/core/components/styles.js.map +0 -1
- package/lib/esm/core/components/table/index.js +0 -24
- package/lib/esm/core/components/table/index.js.map +0 -1
- package/lib/esm/core/components/toast/NotificationPanel.js +0 -43
- package/lib/esm/core/components/toast/NotificationPanel.js.map +0 -1
- package/lib/esm/core/components/toast/ToastContext.js +0 -7
- package/lib/esm/core/components/toast/ToastContext.js.map +0 -1
- package/lib/esm/core/components/toast/ToastProps.js.map +0 -1
- package/lib/esm/core/components/toast/ToastProvider.js +0 -13
- package/lib/esm/core/components/toast/ToastProvider.js.map +0 -1
- package/lib/esm/core/components/toast/index.js +0 -3
- package/lib/esm/core/components/toast/index.js.map +0 -1
- package/lib/esm/core/hooks/CompositeState.js +0 -256
- package/lib/esm/core/hooks/CompositeState.js.map +0 -1
- package/lib/esm/core/hooks/PortalContainerProvider.js +0 -50
- package/lib/esm/core/hooks/PortalContainerProvider.js.map +0 -1
- package/lib/esm/core/hooks/SharedState.js +0 -64
- package/lib/esm/core/hooks/SharedState.js.map +0 -1
- package/lib/esm/core/hooks/index.js +0 -16
- package/lib/esm/core/hooks/index.js.map +0 -1
- package/lib/esm/core/hooks/useClickOutside.js +0 -29
- package/lib/esm/core/hooks/useClickOutside.js.map +0 -1
- package/lib/esm/core/hooks/useCopyToClipboard.js.map +0 -1
- package/lib/esm/core/hooks/useDarkMode.js +0 -11
- package/lib/esm/core/hooks/useDarkMode.js.map +0 -1
- package/lib/esm/core/hooks/useDebounce.js +0 -14
- package/lib/esm/core/hooks/useDebounce.js.map +0 -1
- package/lib/esm/core/hooks/useEventSource.js +0 -31
- package/lib/esm/core/hooks/useEventSource.js.map +0 -1
- package/lib/esm/core/hooks/useFetch.js +0 -40
- package/lib/esm/core/hooks/useFetch.js.map +0 -1
- package/lib/esm/core/hooks/useFlag.js +0 -13
- package/lib/esm/core/hooks/useFlag.js.map +0 -1
- package/lib/esm/core/hooks/useIntersectionObserver.js +0 -34
- package/lib/esm/core/hooks/useIntersectionObserver.js.map +0 -1
- package/lib/esm/core/hooks/useIsFistRendering.js +0 -14
- package/lib/esm/core/hooks/useIsFistRendering.js.map +0 -1
- package/lib/esm/core/hooks/useSafeLayoutEffect.js +0 -4
- package/lib/esm/core/hooks/useSafeLayoutEffect.js.map +0 -1
- package/lib/esm/core/hooks/useScrollableSearch.js +0 -92
- package/lib/esm/core/hooks/useScrollableSearch.js.map +0 -1
- package/lib/esm/core/hooks/useSharedValue.js +0 -21
- package/lib/esm/core/hooks/useSharedValue.js.map +0 -1
- package/lib/esm/core/index.js +0 -4
- package/lib/esm/core/index.js.map +0 -1
- package/lib/esm/core/utils/cn.js +0 -6
- package/lib/esm/core/utils/cn.js.map +0 -1
- package/lib/esm/core/utils/index.js +0 -2
- package/lib/esm/core/utils/index.js.map +0 -1
- package/lib/esm/env/index.js +0 -85
- package/lib/esm/env/index.js.map +0 -1
- package/lib/esm/features/activity-doc/ActivityDoc.js +0 -71
- package/lib/esm/features/activity-doc/ActivityDoc.js.map +0 -1
- package/lib/esm/features/activity-doc/index.js +0 -2
- package/lib/esm/features/activity-doc/index.js.map +0 -1
- package/lib/esm/features/agent/PayloadBuilder.js +0 -421
- package/lib/esm/features/agent/PayloadBuilder.js.map +0 -1
- package/lib/esm/features/agent/chat/AgentChart.js +0 -26
- package/lib/esm/features/agent/chat/AgentChart.js.map +0 -1
- package/lib/esm/features/agent/chat/AgentRightPanel.js +0 -169
- package/lib/esm/features/agent/chat/AgentRightPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/AnimatedThinkingDots.js +0 -243
- package/lib/esm/features/agent/chat/AnimatedThinkingDots.js.map +0 -1
- package/lib/esm/features/agent/chat/ArtifactsTab.js +0 -69
- package/lib/esm/features/agent/chat/ArtifactsTab.js.map +0 -1
- package/lib/esm/features/agent/chat/AskUserWidget.js +0 -116
- package/lib/esm/features/agent/chat/AskUserWidget.js.map +0 -1
- package/lib/esm/features/agent/chat/DocumentPanel.js +0 -52
- package/lib/esm/features/agent/chat/DocumentPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/DocumentTabBar.js +0 -9
- package/lib/esm/features/agent/chat/DocumentTabBar.js.map +0 -1
- package/lib/esm/features/agent/chat/ImageLightbox.js +0 -35
- package/lib/esm/features/agent/chat/ImageLightbox.js.map +0 -1
- package/lib/esm/features/agent/chat/JumpingDots.js +0 -6
- package/lib/esm/features/agent/chat/JumpingDots.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentConversation.js +0 -878
- package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +0 -488
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +0 -90
- package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +0 -114
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js +0 -29
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +0 -94
- package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js +0 -202
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +0 -322
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessagesContainer.js +0 -20
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessagesContainer.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js +0 -65
- package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlideInPanel.js +0 -23
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingMessages.js +0 -52
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +0 -84
- package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/StackedMessages.js +0 -13
- package/lib/esm/features/agent/chat/ModernAgentOutput/StackedMessages.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js +0 -203
- package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +0 -556
- package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +0 -108
- package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +0 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js +0 -614
- package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js.map +0 -1
- package/lib/esm/features/agent/chat/SkillWidgetProvider.js +0 -145
- package/lib/esm/features/agent/chat/SkillWidgetProvider.js.map +0 -1
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +0 -262
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +0 -1
- package/lib/esm/features/agent/chat/VegaLiteChart.js +0 -793
- package/lib/esm/features/agent/chat/VegaLiteChart.js.map +0 -1
- package/lib/esm/features/agent/chat/WaitingMessages.js +0 -60
- package/lib/esm/features/agent/chat/WaitingMessages.js.map +0 -1
- package/lib/esm/features/agent/chat/hooks/useAgentPlans.js +0 -141
- package/lib/esm/features/agent/chat/hooks/useAgentPlans.js.map +0 -1
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js +0 -243
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js.map +0 -1
- package/lib/esm/features/agent/chat/hooks/useArtifacts.js +0 -108
- package/lib/esm/features/agent/chat/hooks/useArtifacts.js.map +0 -1
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js +0 -155
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js.map +0 -1
- package/lib/esm/features/agent/chat/hooks/useFileProcessing.js +0 -92
- package/lib/esm/features/agent/chat/hooks/useFileProcessing.js.map +0 -1
- package/lib/esm/features/agent/chat/index.js +0 -18
- package/lib/esm/features/agent/chat/index.js.map +0 -1
- package/lib/esm/features/agent/chat/types/document.js.map +0 -1
- package/lib/esm/features/agent/chat/useArtifactUrlCache.js +0 -62
- package/lib/esm/features/agent/chat/useArtifactUrlCache.js.map +0 -1
- package/lib/esm/features/agent/index.js +0 -3
- package/lib/esm/features/agent/index.js.map +0 -1
- package/lib/esm/features/errors/PanelErrorBoundary.js +0 -13
- package/lib/esm/features/errors/PanelErrorBoundary.js.map +0 -1
- package/lib/esm/features/errors/RowErrorBoundary.js +0 -9
- package/lib/esm/features/errors/RowErrorBoundary.js.map +0 -1
- package/lib/esm/features/errors/VertesiaErrorBoundary.js +0 -15
- package/lib/esm/features/errors/VertesiaErrorBoundary.js.map +0 -1
- package/lib/esm/features/errors/WidgetErrorBoundary.js +0 -11
- package/lib/esm/features/errors/WidgetErrorBoundary.js.map +0 -1
- package/lib/esm/features/errors/index.js +0 -5
- package/lib/esm/features/errors/index.js.map +0 -1
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js +0 -98
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +0 -1
- package/lib/esm/features/facets/CollectionsFacetsNav.js +0 -89
- package/lib/esm/features/facets/CollectionsFacetsNav.js.map +0 -1
- package/lib/esm/features/facets/DocumentsFacetsNav.js +0 -151
- package/lib/esm/features/facets/DocumentsFacetsNav.js.map +0 -1
- package/lib/esm/features/facets/EnvironmentFacet.js +0 -39
- package/lib/esm/features/facets/EnvironmentFacet.js.map +0 -1
- package/lib/esm/features/facets/InteractionsFacetsNav.js +0 -88
- package/lib/esm/features/facets/InteractionsFacetsNav.js.map +0 -1
- package/lib/esm/features/facets/PromptsFacetsNav.js +0 -80
- package/lib/esm/features/facets/PromptsFacetsNav.js.map +0 -1
- package/lib/esm/features/facets/RunsFacetsNav.js +0 -164
- package/lib/esm/features/facets/RunsFacetsNav.js.map +0 -1
- package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js +0 -119
- package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js.map +0 -1
- package/lib/esm/features/facets/index.js +0 -17
- package/lib/esm/features/facets/index.js.map +0 -1
- package/lib/esm/features/facets/utils/SearchInterface.js +0 -2
- package/lib/esm/features/facets/utils/SearchInterface.js.map +0 -1
- package/lib/esm/features/facets/utils/StringFacet.js +0 -12
- package/lib/esm/features/facets/utils/StringFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/StringListFacet.js +0 -11
- package/lib/esm/features/facets/utils/StringListFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/TypeFacet.js +0 -42
- package/lib/esm/features/facets/utils/TypeFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/VEnvironmentFacet.js +0 -25
- package/lib/esm/features/facets/utils/VEnvironmentFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/VInteractionFacet.js +0 -45
- package/lib/esm/features/facets/utils/VInteractionFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/VStringFacet.js +0 -20
- package/lib/esm/features/facets/utils/VStringFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/VTypeFacet.js +0 -61
- package/lib/esm/features/facets/utils/VTypeFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/VUserFacet.js +0 -31
- package/lib/esm/features/facets/utils/VUserFacet.js.map +0 -1
- package/lib/esm/features/facets/utils/utils.js.map +0 -1
- package/lib/esm/features/index.js +0 -13
- package/lib/esm/features/index.js.map +0 -1
- package/lib/esm/features/layout/GenericPageNavHeader.js +0 -86
- package/lib/esm/features/layout/GenericPageNavHeader.js.map +0 -1
- package/lib/esm/features/layout/NotFoundView.js +0 -7
- package/lib/esm/features/layout/NotFoundView.js.map +0 -1
- package/lib/esm/features/layout/index.js +0 -3
- package/lib/esm/features/layout/index.js.map +0 -1
- package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js +0 -272
- package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js.map +0 -1
- package/lib/esm/features/magic-pdf/DownloadPopover.js +0 -29
- package/lib/esm/features/magic-pdf/DownloadPopover.js.map +0 -1
- package/lib/esm/features/magic-pdf/ExtractedContentView.js +0 -77
- package/lib/esm/features/magic-pdf/ExtractedContentView.js.map +0 -1
- package/lib/esm/features/magic-pdf/MagicPdfProvider.js +0 -242
- package/lib/esm/features/magic-pdf/MagicPdfProvider.js.map +0 -1
- package/lib/esm/features/magic-pdf/MagicPdfView.js +0 -64
- package/lib/esm/features/magic-pdf/MagicPdfView.js.map +0 -1
- package/lib/esm/features/magic-pdf/index.js +0 -2
- package/lib/esm/features/magic-pdf/index.js.map +0 -1
- package/lib/esm/features/magic-pdf/types.js.map +0 -1
- package/lib/esm/features/oauth/OAuthProviderConnectButton.js +0 -85
- package/lib/esm/features/oauth/OAuthProviderConnectButton.js.map +0 -1
- package/lib/esm/features/oauth/RemoteMcpConnectionButton.js +0 -119
- package/lib/esm/features/oauth/RemoteMcpConnectionButton.js.map +0 -1
- package/lib/esm/features/oauth/index.js.map +0 -1
- package/lib/esm/features/oauth/useOAuthPopup.js.map +0 -1
- package/lib/esm/features/pdf-viewer/PdfPageRenderer.js +0 -261
- package/lib/esm/features/pdf-viewer/PdfPageRenderer.js.map +0 -1
- package/lib/esm/features/pdf-viewer/PdfPageSlider.js +0 -280
- package/lib/esm/features/pdf-viewer/PdfPageSlider.js.map +0 -1
- package/lib/esm/features/pdf-viewer/SimplePdfViewer.js +0 -73
- package/lib/esm/features/pdf-viewer/SimplePdfViewer.js.map +0 -1
- package/lib/esm/features/pdf-viewer/index.js.map +0 -1
- package/lib/esm/features/permissions/SecureButton.js +0 -13
- package/lib/esm/features/permissions/SecureButton.js.map +0 -1
- package/lib/esm/features/permissions/SecureSidebarItem.js +0 -14
- package/lib/esm/features/permissions/SecureSidebarItem.js.map +0 -1
- package/lib/esm/features/permissions/UserPermissionsProvider.js +0 -89
- package/lib/esm/features/permissions/UserPermissionsProvider.js.map +0 -1
- package/lib/esm/features/permissions/helpers.js.map +0 -1
- package/lib/esm/features/permissions/index.js +0 -5
- package/lib/esm/features/permissions/index.js.map +0 -1
- package/lib/esm/features/store/collections/BrowseCollectionView.js +0 -48
- package/lib/esm/features/store/collections/BrowseCollectionView.js.map +0 -1
- package/lib/esm/features/store/collections/CollectionsTable.js +0 -71
- package/lib/esm/features/store/collections/CollectionsTable.js.map +0 -1
- package/lib/esm/features/store/collections/CreateCollection.js +0 -90
- package/lib/esm/features/store/collections/CreateCollection.js.map +0 -1
- package/lib/esm/features/store/collections/EditCollectionView.js +0 -192
- package/lib/esm/features/store/collections/EditCollectionView.js.map +0 -1
- package/lib/esm/features/store/collections/SelectCollection.js +0 -134
- package/lib/esm/features/store/collections/SelectCollection.js.map +0 -1
- package/lib/esm/features/store/collections/SharedPropsEditor.js +0 -41
- package/lib/esm/features/store/collections/SharedPropsEditor.js.map +0 -1
- package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js +0 -37
- package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js.map +0 -1
- package/lib/esm/features/store/collections/index.js +0 -8
- package/lib/esm/features/store/collections/index.js.map +0 -1
- package/lib/esm/features/store/index.js +0 -4
- package/lib/esm/features/store/index.js.map +0 -1
- package/lib/esm/features/store/objects/DocumentPreviewPanel.js +0 -149
- package/lib/esm/features/store/objects/DocumentPreviewPanel.js.map +0 -1
- package/lib/esm/features/store/objects/DocumentSearchResults.js +0 -216
- package/lib/esm/features/store/objects/DocumentSearchResults.js.map +0 -1
- package/lib/esm/features/store/objects/DocumentSelectionProvider.js +0 -81
- package/lib/esm/features/store/objects/DocumentSelectionProvider.js.map +0 -1
- package/lib/esm/features/store/objects/DocumentTable.js +0 -281
- package/lib/esm/features/store/objects/DocumentTable.js.map +0 -1
- package/lib/esm/features/store/objects/ExportPropertiesModal.js +0 -34
- package/lib/esm/features/store/objects/ExportPropertiesModal.js.map +0 -1
- package/lib/esm/features/store/objects/components/ContentDispositionButton.js +0 -33
- package/lib/esm/features/store/objects/components/ContentDispositionButton.js.map +0 -1
- package/lib/esm/features/store/objects/components/ContentOverview.js +0 -555
- package/lib/esm/features/store/objects/components/ContentOverview.js.map +0 -1
- package/lib/esm/features/store/objects/components/DocumentIcon.js +0 -34
- package/lib/esm/features/store/objects/components/DocumentIcon.js.map +0 -1
- package/lib/esm/features/store/objects/components/DocumentInput.js +0 -51
- package/lib/esm/features/store/objects/components/DocumentInput.js.map +0 -1
- package/lib/esm/features/store/objects/components/PropertiesEditorModal.js +0 -159
- package/lib/esm/features/store/objects/components/PropertiesEditorModal.js.map +0 -1
- package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js +0 -50
- package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js.map +0 -1
- package/lib/esm/features/store/objects/components/SelectDocument.js +0 -58
- package/lib/esm/features/store/objects/components/SelectDocument.js.map +0 -1
- package/lib/esm/features/store/objects/components/SelectDocumentModal.js +0 -7
- package/lib/esm/features/store/objects/components/SelectDocumentModal.js.map +0 -1
- package/lib/esm/features/store/objects/components/TextEditorPanel.js +0 -97
- package/lib/esm/features/store/objects/components/TextEditorPanel.js.map +0 -1
- package/lib/esm/features/store/objects/components/VectorSearchWidget.js +0 -92
- package/lib/esm/features/store/objects/components/VectorSearchWidget.js.map +0 -1
- package/lib/esm/features/store/objects/components/index.js +0 -10
- package/lib/esm/features/store/objects/components/index.js.map +0 -1
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js +0 -191
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +0 -1
- package/lib/esm/features/store/objects/components/useDownloadFile.js +0 -194
- package/lib/esm/features/store/objects/components/useDownloadFile.js.map +0 -1
- package/lib/esm/features/store/objects/index.js +0 -11
- package/lib/esm/features/store/objects/index.js.map +0 -1
- package/lib/esm/features/store/objects/layout/DocumentTableColumn.js +0 -86
- package/lib/esm/features/store/objects/layout/DocumentTableColumn.js.map +0 -1
- package/lib/esm/features/store/objects/layout/documentLayout.js +0 -19
- package/lib/esm/features/store/objects/layout/documentLayout.js.map +0 -1
- package/lib/esm/features/store/objects/layout/index.js +0 -3
- package/lib/esm/features/store/objects/layout/index.js.map +0 -1
- package/lib/esm/features/store/objects/layout/renderers.js +0 -166
- package/lib/esm/features/store/objects/layout/renderers.js.map +0 -1
- package/lib/esm/features/store/objects/search/DocumentSearchContext.js +0 -181
- package/lib/esm/features/store/objects/search/DocumentSearchContext.js.map +0 -1
- package/lib/esm/features/store/objects/search/DocumentSearchProvider.js +0 -42
- package/lib/esm/features/store/objects/search/DocumentSearchProvider.js.map +0 -1
- package/lib/esm/features/store/objects/search/index.js +0 -3
- package/lib/esm/features/store/objects/search/index.js.map +0 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +0 -63
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +0 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js +0 -50
- package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js.map +0 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js +0 -27
- package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js.map +0 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionSpec.js.map +0 -1
- package/lib/esm/features/store/objects/selection/SelectionActions.js +0 -71
- package/lib/esm/features/store/objects/selection/SelectionActions.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js +0 -86
- package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js +0 -57
- package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js +0 -32
- package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js +0 -85
- package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +0 -119
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js +0 -68
- package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js +0 -78
- package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js.map +0 -1
- package/lib/esm/features/store/objects/selection/actions/index.js +0 -8
- package/lib/esm/features/store/objects/selection/actions/index.js.map +0 -1
- package/lib/esm/features/store/objects/selection/index.js +0 -5
- package/lib/esm/features/store/objects/selection/index.js.map +0 -1
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +0 -520
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +0 -1
- package/lib/esm/features/store/objects/upload/index.js +0 -4
- package/lib/esm/features/store/objects/upload/index.js.map +0 -1
- package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js +0 -204
- package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js.map +0 -1
- package/lib/esm/features/store/objects/upload/useUploadHandler.js +0 -232
- package/lib/esm/features/store/objects/upload/useUploadHandler.js.map +0 -1
- package/lib/esm/features/store/types/ContentObjectTypesSearch.js +0 -84
- package/lib/esm/features/store/types/ContentObjectTypesSearch.js.map +0 -1
- package/lib/esm/features/store/types/ContentObjectTypesTable.js +0 -13
- package/lib/esm/features/store/types/ContentObjectTypesTable.js.map +0 -1
- package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js +0 -25
- package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js.map +0 -1
- package/lib/esm/features/store/types/ObjectSchemaEditor.js +0 -104
- package/lib/esm/features/store/types/ObjectSchemaEditor.js.map +0 -1
- package/lib/esm/features/store/types/SelectContentType.js +0 -45
- package/lib/esm/features/store/types/SelectContentType.js.map +0 -1
- package/lib/esm/features/store/types/SelectContentTypeModal.js +0 -32
- package/lib/esm/features/store/types/SelectContentTypeModal.js.map +0 -1
- package/lib/esm/features/store/types/TableLayoutEditor.js +0 -78
- package/lib/esm/features/store/types/TableLayoutEditor.js.map +0 -1
- package/lib/esm/features/store/types/TypeRegistry.js.map +0 -1
- package/lib/esm/features/store/types/TypeRegistryProvider.js +0 -53
- package/lib/esm/features/store/types/TypeRegistryProvider.js.map +0 -1
- package/lib/esm/features/store/types/index.js +0 -11
- package/lib/esm/features/store/types/index.js.map +0 -1
- package/lib/esm/features/store/types/search/ObjectTypeSearchContext.js +0 -98
- package/lib/esm/features/store/types/search/ObjectTypeSearchContext.js.map +0 -1
- package/lib/esm/features/store/types/search/ObjectTypeSearchProvider.js +0 -15
- package/lib/esm/features/store/types/search/ObjectTypeSearchProvider.js.map +0 -1
- package/lib/esm/features/store/types/search/index.js +0 -3
- package/lib/esm/features/store/types/search/index.js.map +0 -1
- package/lib/esm/features/user/UserAvatar.js +0 -18
- package/lib/esm/features/user/UserAvatar.js.map +0 -1
- package/lib/esm/features/user/UserInfo.js +0 -198
- package/lib/esm/features/user/UserInfo.js.map +0 -1
- package/lib/esm/features/user/index.js +0 -3
- package/lib/esm/features/user/index.js.map +0 -1
- package/lib/esm/features/utils/index.js +0 -6
- package/lib/esm/features/utils/index.js.map +0 -1
- package/lib/esm/features/utils/mimeType.js.map +0 -1
- package/lib/esm/features/utils/print.js +0 -180
- package/lib/esm/features/utils/print.js.map +0 -1
- package/lib/esm/features/utils/rendition.js +0 -67
- package/lib/esm/features/utils/rendition.js.map +0 -1
- package/lib/esm/features/utils/text.js +0 -10
- package/lib/esm/features/utils/text.js.map +0 -1
- package/lib/esm/features/utils/workflowStatus.js +0 -43
- package/lib/esm/features/utils/workflowStatus.js.map +0 -1
- package/lib/esm/i18n/index.js +0 -31
- package/lib/esm/i18n/index.js.map +0 -1
- package/lib/esm/i18n/instance.js.map +0 -1
- package/lib/esm/i18n/locales/ar.json +0 -677
- package/lib/esm/i18n/locales/de.json +0 -633
- package/lib/esm/i18n/locales/en.json +0 -633
- package/lib/esm/i18n/locales/es.json +0 -644
- package/lib/esm/i18n/locales/fr.json +0 -644
- package/lib/esm/i18n/locales/it.json +0 -644
- package/lib/esm/i18n/locales/ja.json +0 -633
- package/lib/esm/i18n/locales/ko.json +0 -633
- package/lib/esm/i18n/locales/pt.json +0 -644
- package/lib/esm/i18n/locales/ru.json +0 -655
- package/lib/esm/i18n/locales/tr.json +0 -633
- package/lib/esm/i18n/locales/zh-TW.json +0 -633
- package/lib/esm/i18n/locales/zh.json +0 -633
- package/lib/esm/layout/AppLayout.js +0 -45
- package/lib/esm/layout/AppLayout.js.map +0 -1
- package/lib/esm/layout/FullHeightLayout.js +0 -24
- package/lib/esm/layout/FullHeightLayout.js.map +0 -1
- package/lib/esm/layout/Navbar.js +0 -42
- package/lib/esm/layout/Navbar.js.map +0 -1
- package/lib/esm/layout/RegionTag.js.map +0 -1
- package/lib/esm/layout/Sidebar.js +0 -45
- package/lib/esm/layout/Sidebar.js.map +0 -1
- package/lib/esm/layout/SidebarContext.js +0 -10
- package/lib/esm/layout/SidebarContext.js.map +0 -1
- package/lib/esm/layout/TitleBar.js +0 -5
- package/lib/esm/layout/TitleBar.js.map +0 -1
- package/lib/esm/layout/index.js +0 -8
- package/lib/esm/layout/index.js.map +0 -1
- package/lib/esm/router/FixLinks.js +0 -23
- package/lib/esm/router/FixLinks.js.map +0 -1
- package/lib/esm/router/HistoryNavigator.js +0 -198
- package/lib/esm/router/HistoryNavigator.js.map +0 -1
- package/lib/esm/router/Nav.js +0 -28
- package/lib/esm/router/Nav.js.map +0 -1
- package/lib/esm/router/NestedNavigationContext.js +0 -23
- package/lib/esm/router/NestedNavigationContext.js.map +0 -1
- package/lib/esm/router/NestedRouterProvider.js +0 -46
- package/lib/esm/router/NestedRouterProvider.js.map +0 -1
- package/lib/esm/router/PathMatcher.js +0 -159
- package/lib/esm/router/PathMatcher.js.map +0 -1
- package/lib/esm/router/PathWithParams.js +0 -34
- package/lib/esm/router/PathWithParams.js.map +0 -1
- package/lib/esm/router/Route404.js +0 -18
- package/lib/esm/router/Route404.js.map +0 -1
- package/lib/esm/router/RouteComponent.js +0 -32
- package/lib/esm/router/RouteComponent.js.map +0 -1
- package/lib/esm/router/Router.js +0 -176
- package/lib/esm/router/Router.js.map +0 -1
- package/lib/esm/router/RouterProvider.js +0 -41
- package/lib/esm/router/RouterProvider.js.map +0 -1
- package/lib/esm/router/index.js +0 -11
- package/lib/esm/router/index.js.map +0 -1
- package/lib/esm/router/path.js +0 -140
- package/lib/esm/router/path.js.map +0 -1
- package/lib/esm/session/UserSession.js +0 -221
- package/lib/esm/session/UserSession.js.map +0 -1
- package/lib/esm/session/UserSessionProvider.js +0 -189
- package/lib/esm/session/UserSessionProvider.js.map +0 -1
- package/lib/esm/session/auth/composable.js +0 -273
- package/lib/esm/session/auth/composable.js.map +0 -1
- package/lib/esm/session/auth/domainRouting.js +0 -7
- package/lib/esm/session/auth/domainRouting.js.map +0 -1
- package/lib/esm/session/auth/firebase.js +0 -158
- package/lib/esm/session/auth/firebase.js.map +0 -1
- package/lib/esm/session/auth/useAuthState.js +0 -46
- package/lib/esm/session/auth/useAuthState.js.map +0 -1
- package/lib/esm/session/auth/useCurrentTenant.js +0 -65
- package/lib/esm/session/auth/useCurrentTenant.js.map +0 -1
- package/lib/esm/session/constants.js.map +0 -1
- package/lib/esm/session/index.js +0 -8
- package/lib/esm/session/index.js.map +0 -1
- package/lib/esm/session/useUXTracking.js +0 -29
- package/lib/esm/session/useUXTracking.js.map +0 -1
- package/lib/esm/shell/SplashScreen.js +0 -22
- package/lib/esm/shell/SplashScreen.js.map +0 -1
- package/lib/esm/shell/VertesiaShell.js +0 -10
- package/lib/esm/shell/VertesiaShell.js.map +0 -1
- package/lib/esm/shell/apps/AppInstallationProvider.js +0 -13
- package/lib/esm/shell/apps/AppInstallationProvider.js.map +0 -1
- package/lib/esm/shell/apps/AppProjectSelector.js +0 -36
- package/lib/esm/shell/apps/AppProjectSelector.js.map +0 -1
- package/lib/esm/shell/apps/StandaloneApp.js +0 -90
- package/lib/esm/shell/apps/StandaloneApp.js.map +0 -1
- package/lib/esm/shell/apps/index.js +0 -4
- package/lib/esm/shell/apps/index.js.map +0 -1
- package/lib/esm/shell/index.js +0 -8
- package/lib/esm/shell/index.js.map +0 -1
- package/lib/esm/shell/login/EnterpriseSigninButton.js +0 -86
- package/lib/esm/shell/login/EnterpriseSigninButton.js.map +0 -1
- package/lib/esm/shell/login/GitHubSignInButton.js +0 -20
- package/lib/esm/shell/login/GitHubSignInButton.js.map +0 -1
- package/lib/esm/shell/login/GoogleSignInButton.js +0 -27
- package/lib/esm/shell/login/GoogleSignInButton.js.map +0 -1
- package/lib/esm/shell/login/InviteAcceptModal.js +0 -66
- package/lib/esm/shell/login/InviteAcceptModal.js.map +0 -1
- package/lib/esm/shell/login/MicrosoftSigninButton.js +0 -17
- package/lib/esm/shell/login/MicrosoftSigninButton.js.map +0 -1
- package/lib/esm/shell/login/PreviewIcon.js +0 -23
- package/lib/esm/shell/login/PreviewIcon.js.map +0 -1
- package/lib/esm/shell/login/SignInModal.js +0 -9
- package/lib/esm/shell/login/SignInModal.js.map +0 -1
- package/lib/esm/shell/login/SigninScreen.js +0 -68
- package/lib/esm/shell/login/SigninScreen.js.map +0 -1
- package/lib/esm/shell/login/SignupForm.js +0 -93
- package/lib/esm/shell/login/SignupForm.js.map +0 -1
- package/lib/esm/shell/login/TerminalLogin.js +0 -215
- package/lib/esm/shell/login/TerminalLogin.js.map +0 -1
- package/lib/esm/shell/login/UserInfo.js +0 -43
- package/lib/esm/shell/login/UserInfo.js.map +0 -1
- package/lib/esm/shell/login/UserSessionMenu.js +0 -36
- package/lib/esm/shell/login/UserSessionMenu.js.map +0 -1
- package/lib/esm/shell/utils.js +0 -6
- package/lib/esm/shell/utils.js.map +0 -1
- package/lib/esm/widgets/Progress.js.map +0 -1
- package/lib/esm/widgets/SvgIcon.js +0 -36
- package/lib/esm/widgets/SvgIcon.js.map +0 -1
- package/lib/esm/widgets/form/Form.js +0 -100
- package/lib/esm/widgets/form/Form.js.map +0 -1
- package/lib/esm/widgets/form/FormContext.js +0 -31
- package/lib/esm/widgets/form/FormContext.js.map +0 -1
- package/lib/esm/widgets/form/ManagedObject.js +0 -287
- package/lib/esm/widgets/form/ManagedObject.js.map +0 -1
- package/lib/esm/widgets/form/fields.js +0 -12
- package/lib/esm/widgets/form/fields.js.map +0 -1
- package/lib/esm/widgets/form/index.js +0 -7
- package/lib/esm/widgets/form/index.js.map +0 -1
- package/lib/esm/widgets/form/inputs.js +0 -38
- package/lib/esm/widgets/form/inputs.js.map +0 -1
- package/lib/esm/widgets/form/schema.js +0 -199
- package/lib/esm/widgets/form/schema.js.map +0 -1
- package/lib/esm/widgets/index.js +0 -11
- package/lib/esm/widgets/index.js.map +0 -1
- package/lib/esm/widgets/json-view/JSONCode.js +0 -22
- package/lib/esm/widgets/json-view/JSONCode.js.map +0 -1
- package/lib/esm/widgets/json-view/JSONDisplay.js +0 -14
- package/lib/esm/widgets/json-view/JSONDisplay.js.map +0 -1
- package/lib/esm/widgets/json-view/JSONSwitcher.js +0 -6
- package/lib/esm/widgets/json-view/JSONSwitcher.js.map +0 -1
- package/lib/esm/widgets/json-view/JSONView.js +0 -106
- package/lib/esm/widgets/json-view/JSONView.js.map +0 -1
- package/lib/esm/widgets/json-view/index.js +0 -5
- package/lib/esm/widgets/json-view/index.js.map +0 -1
- package/lib/esm/widgets/json-view/types.js.map +0 -1
- package/lib/esm/widgets/markdown/ArtifactContentRenderer.js +0 -229
- package/lib/esm/widgets/markdown/ArtifactContentRenderer.js.map +0 -1
- package/lib/esm/widgets/markdown/CodeBlockContext.js.map +0 -1
- package/lib/esm/widgets/markdown/CodeBlockPlaceholder.js +0 -56
- package/lib/esm/widgets/markdown/CodeBlockPlaceholder.js.map +0 -1
- package/lib/esm/widgets/markdown/CodeBlockPlaceholder.test.js +0 -50
- package/lib/esm/widgets/markdown/CodeBlockPlaceholder.test.js.map +0 -1
- package/lib/esm/widgets/markdown/CodeBlockRendering.js +0 -38
- package/lib/esm/widgets/markdown/CodeBlockRendering.js.map +0 -1
- package/lib/esm/widgets/markdown/MarkdownFigure.js +0 -40
- package/lib/esm/widgets/markdown/MarkdownFigure.js.map +0 -1
- package/lib/esm/widgets/markdown/MarkdownImage.js +0 -41
- package/lib/esm/widgets/markdown/MarkdownImage.js.map +0 -1
- package/lib/esm/widgets/markdown/MarkdownLink.js +0 -46
- package/lib/esm/widgets/markdown/MarkdownLink.js.map +0 -1
- package/lib/esm/widgets/markdown/MarkdownRenderer.js +0 -163
- package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +0 -1
- package/lib/esm/widgets/markdown/MermaidDiagram.js +0 -148
- package/lib/esm/widgets/markdown/MermaidDiagram.js.map +0 -1
- package/lib/esm/widgets/markdown/codeBlockHandlers.js +0 -329
- package/lib/esm/widgets/markdown/codeBlockHandlers.js.map +0 -1
- package/lib/esm/widgets/markdown/codeBlockHandlers.test.js +0 -179
- package/lib/esm/widgets/markdown/codeBlockHandlers.test.js.map +0 -1
- package/lib/esm/widgets/markdown/index.js +0 -13
- package/lib/esm/widgets/markdown/index.js.map +0 -1
- package/lib/esm/widgets/markdown/normalizeCustomSchemeLinks.js +0 -77
- package/lib/esm/widgets/markdown/normalizeCustomSchemeLinks.js.map +0 -1
- package/lib/esm/widgets/markdown/normalizeDirectives.js +0 -45
- package/lib/esm/widgets/markdown/normalizeDirectives.js.map +0 -1
- package/lib/esm/widgets/markdown/preprocessMathDelimiters.js +0 -226
- package/lib/esm/widgets/markdown/preprocessMathDelimiters.js.map +0 -1
- package/lib/esm/widgets/markdown/remarkDirectiveHandler.js +0 -95
- package/lib/esm/widgets/markdown/remarkDirectiveHandler.js.map +0 -1
- package/lib/esm/widgets/markdown/useArtifactContent.js +0 -174
- package/lib/esm/widgets/markdown/useArtifactContent.js.map +0 -1
- package/lib/esm/widgets/markdown/useResolvedUrl.js +0 -175
- package/lib/esm/widgets/markdown/useResolvedUrl.js.map +0 -1
- package/lib/esm/widgets/monacoEditor/MonacoEditor.js +0 -169
- package/lib/esm/widgets/monacoEditor/MonacoEditor.js.map +0 -1
- package/lib/esm/widgets/monacoEditor/foldingProviders.js +0 -132
- package/lib/esm/widgets/monacoEditor/foldingProviders.js.map +0 -1
- package/lib/esm/widgets/monacoEditor/index.js +0 -2
- package/lib/esm/widgets/monacoEditor/index.js.map +0 -1
- package/lib/esm/widgets/properties/PropertiesView.js +0 -8
- package/lib/esm/widgets/properties/PropertiesView.js.map +0 -1
- package/lib/esm/widgets/properties/index.js +0 -2
- package/lib/esm/widgets/properties/index.js.map +0 -1
- package/lib/esm/widgets/schema-editor/ManagedSchema.js +0 -301
- package/lib/esm/widgets/schema-editor/ManagedSchema.js.map +0 -1
- package/lib/esm/widgets/schema-editor/editor/Editable.js +0 -110
- package/lib/esm/widgets/schema-editor/editor/Editable.js.map +0 -1
- package/lib/esm/widgets/schema-editor/editor/EditableSchemaProperty.js +0 -8
- package/lib/esm/widgets/schema-editor/editor/EditableSchemaProperty.js.map +0 -1
- package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js +0 -85
- package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js.map +0 -1
- package/lib/esm/widgets/schema-editor/editor/PropertyViewer.js +0 -7
- package/lib/esm/widgets/schema-editor/editor/PropertyViewer.js.map +0 -1
- package/lib/esm/widgets/schema-editor/editor/SchemaContext.js +0 -9
- package/lib/esm/widgets/schema-editor/editor/SchemaContext.js.map +0 -1
- package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js +0 -86
- package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js.map +0 -1
- package/lib/esm/widgets/schema-editor/index.js +0 -7
- package/lib/esm/widgets/schema-editor/index.js.map +0 -1
- package/lib/esm/widgets/schema-editor/json-schema4-utils.js +0 -188
- package/lib/esm/widgets/schema-editor/json-schema4-utils.js.map +0 -1
- package/lib/esm/widgets/schema-editor/type-signature.js.map +0 -1
- package/lib/esm/widgets/upload/DropZone.js +0 -173
- package/lib/esm/widgets/upload/DropZone.js.map +0 -1
- package/lib/esm/widgets/upload/UploadResultCategory.js +0 -21
- package/lib/esm/widgets/upload/UploadResultCategory.js.map +0 -1
- package/lib/esm/widgets/upload/UploadSummary.js +0 -32
- package/lib/esm/widgets/upload/UploadSummary.js.map +0 -1
- package/lib/esm/widgets/upload/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/Attributes/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/CDataTag/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/CollapseIcon/index.js +0 -11
- package/lib/esm/widgets/xml-viewer/components/CollapseIcon/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/CommentTag/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/DeclarationTag/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/Elements/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/InvalidXml/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/Tag/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/TextElement/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/XMLViewer.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/components/types.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/constants/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/context/xml-viewer-context.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/helpers/index.js +0 -40
- package/lib/esm/widgets/xml-viewer/helpers/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/hooks/useCollapsible.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/hooks/useXMLViewer.js +0 -31
- package/lib/esm/widgets/xml-viewer/hooks/useXMLViewer.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/index.js +0 -3
- package/lib/esm/widgets/xml-viewer/index.js.map +0 -1
- package/lib/esm/widgets/xml-viewer/types/index.js.map +0 -1
- package/lib/tsconfig.tsbuildinfo +0 -1
- package/lib/types/core/components/Avatar.d.ts +0 -16
- package/lib/types/core/components/Avatar.d.ts.map +0 -1
- package/lib/types/core/components/Center.d.ts +0 -8
- package/lib/types/core/components/Center.d.ts.map +0 -1
- package/lib/types/core/components/ComboBox.d.ts +0 -134
- package/lib/types/core/components/ComboBox.d.ts.map +0 -1
- package/lib/types/core/components/Divider.d.ts +0 -6
- package/lib/types/core/components/Divider.d.ts.map +0 -1
- package/lib/types/core/components/EmptyCollection.d.ts +0 -9
- package/lib/types/core/components/EmptyCollection.d.ts.map +0 -1
- package/lib/types/core/components/FileUpload.d.ts +0 -29
- package/lib/types/core/components/FileUpload.d.ts.map +0 -1
- package/lib/types/core/components/FormItem.d.ts +0 -16
- package/lib/types/core/components/FormItem.d.ts.map +0 -1
- package/lib/types/core/components/InputList.d.ts +0 -12
- package/lib/types/core/components/InputList.d.ts.map +0 -1
- package/lib/types/core/components/Link.d.ts +0 -7
- package/lib/types/core/components/Link.d.ts.map +0 -1
- package/lib/types/core/components/MenuList.d.ts +0 -14
- package/lib/types/core/components/MenuList.d.ts.map +0 -1
- package/lib/types/core/components/NumberInput.d.ts +0 -16
- package/lib/types/core/components/NumberInput.d.ts.map +0 -1
- package/lib/types/core/components/Overlay.d.ts +0 -25
- package/lib/types/core/components/Overlay.d.ts.map +0 -1
- package/lib/types/core/components/Portal.d.ts +0 -6
- package/lib/types/core/components/Portal.d.ts.map +0 -1
- package/lib/types/core/components/SelectList.d.ts +0 -19
- package/lib/types/core/components/SelectList.d.ts.map +0 -1
- package/lib/types/core/components/SidePanel.d.ts +0 -16
- package/lib/types/core/components/SidePanel.d.ts.map +0 -1
- package/lib/types/core/components/Spinner.d.ts +0 -7
- package/lib/types/core/components/Spinner.d.ts.map +0 -1
- package/lib/types/core/components/TagsInput.d.ts +0 -16
- package/lib/types/core/components/TagsInput.d.ts.map +0 -1
- package/lib/types/core/components/index.d.ts +0 -27
- package/lib/types/core/components/index.d.ts.map +0 -1
- package/lib/types/core/components/libs/utils.d.ts +0 -3
- package/lib/types/core/components/libs/utils.d.ts.map +0 -1
- package/lib/types/core/components/libs/visuallyHidden.d.ts +0 -7
- package/lib/types/core/components/libs/visuallyHidden.d.ts.map +0 -1
- package/lib/types/core/components/popup/Popup.d.ts +0 -26
- package/lib/types/core/components/popup/Popup.d.ts.map +0 -1
- package/lib/types/core/components/popup/PopupController.d.ts +0 -41
- package/lib/types/core/components/popup/PopupController.d.ts.map +0 -1
- package/lib/types/core/components/popup/index.d.ts +0 -4
- package/lib/types/core/components/popup/index.d.ts.map +0 -1
- package/lib/types/core/components/popup/position.d.ts.map +0 -1
- package/lib/types/core/components/popup/utils.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/MessageBox.d.ts +0 -36
- package/lib/types/core/components/shadcn/MessageBox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/Panel.d.ts +0 -13
- package/lib/types/core/components/shadcn/Panel.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/badge.d.ts +0 -21
- package/lib/types/core/components/shadcn/badge.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/breadcrumb.d.ts +0 -15
- package/lib/types/core/components/shadcn/breadcrumb.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/button.d.ts +0 -27
- package/lib/types/core/components/shadcn/button.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/calendar.d.ts +0 -11
- package/lib/types/core/components/shadcn/calendar.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/card.d.ts +0 -9
- package/lib/types/core/components/shadcn/card.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/checkbox.d.ts +0 -5
- package/lib/types/core/components/shadcn/checkbox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/collaspible.d.ts +0 -6
- package/lib/types/core/components/shadcn/collaspible.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/command.d.ts +0 -17
- package/lib/types/core/components/shadcn/command.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/dropdown.d.ts +0 -52
- package/lib/types/core/components/shadcn/dropdown.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/DynamicLabel.d.ts +0 -9
- package/lib/types/core/components/shadcn/filters/DynamicLabel.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/animateChangeInHeight.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts +0 -6
- package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts +0 -10
- package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts +0 -6
- package/lib/types/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/comboBox/TextCombobox.d.ts +0 -6
- package/lib/types/core/components/shadcn/filters/comboBox/TextCombobox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/comboBox/comboBox.d.ts +0 -5
- package/lib/types/core/components/shadcn/filters/comboBox/comboBox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/filter/SelectFilter.d.ts +0 -12
- package/lib/types/core/components/shadcn/filters/filter/SelectFilter.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/filter/StringListFilter.d.ts +0 -11
- package/lib/types/core/components/shadcn/filters/filter/StringListFilter.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/filter/TextFilter.d.ts +0 -13
- package/lib/types/core/components/shadcn/filters/filter/TextFilter.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts +0 -14
- package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/filter-styles.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts +0 -21
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/filters.d.ts +0 -10
- package/lib/types/core/components/shadcn/filters/filters.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/index.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/filters/types.d.ts +0 -35
- package/lib/types/core/components/shadcn/filters/types.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/heading.d.ts +0 -6
- package/lib/types/core/components/shadcn/heading.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/index.d.ts +0 -29
- package/lib/types/core/components/shadcn/index.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/input.d.ts +0 -17
- package/lib/types/core/components/shadcn/input.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/label.d.ts +0 -10
- package/lib/types/core/components/shadcn/label.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts +0 -12
- package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/modal/DeleteModal.d.ts +0 -11
- package/lib/types/core/components/shadcn/modal/DeleteModal.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/modal/dialog.d.ts +0 -41
- package/lib/types/core/components/shadcn/modal/dialog.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/modal/index.d.ts +0 -4
- package/lib/types/core/components/shadcn/modal/index.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/popover.d.ts +0 -32
- package/lib/types/core/components/shadcn/popover.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/radioGroup.d.ts +0 -26
- package/lib/types/core/components/shadcn/radioGroup.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/resizeable.d.ts +0 -9
- package/lib/types/core/components/shadcn/resizeable.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/selectBox.d.ts +0 -40
- package/lib/types/core/components/shadcn/selectBox.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/separator.d.ts +0 -6
- package/lib/types/core/components/shadcn/separator.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/switch.d.ts +0 -12
- package/lib/types/core/components/shadcn/switch.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/tabs.d.ts +0 -49
- package/lib/types/core/components/shadcn/tabs.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/text.d.ts +0 -11
- package/lib/types/core/components/shadcn/text.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/textarea.d.ts +0 -8
- package/lib/types/core/components/shadcn/textarea.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts +0 -15
- package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts +0 -16
- package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +0 -1
- package/lib/types/core/components/shadcn/tooltip.d.ts +0 -21
- package/lib/types/core/components/shadcn/tooltip.d.ts.map +0 -1
- package/lib/types/core/components/styles.d.ts.map +0 -1
- package/lib/types/core/components/table/index.d.ts +0 -19
- package/lib/types/core/components/table/index.d.ts.map +0 -1
- package/lib/types/core/components/toast/NotificationPanel.d.ts +0 -8
- package/lib/types/core/components/toast/NotificationPanel.d.ts.map +0 -1
- package/lib/types/core/components/toast/ToastContext.d.ts +0 -6
- package/lib/types/core/components/toast/ToastContext.d.ts.map +0 -1
- package/lib/types/core/components/toast/ToastProps.d.ts.map +0 -1
- package/lib/types/core/components/toast/ToastProvider.d.ts +0 -6
- package/lib/types/core/components/toast/ToastProvider.d.ts.map +0 -1
- package/lib/types/core/components/toast/index.d.ts +0 -3
- package/lib/types/core/components/toast/index.d.ts.map +0 -1
- package/lib/types/core/hooks/CompositeState.d.ts +0 -137
- package/lib/types/core/hooks/CompositeState.d.ts.map +0 -1
- package/lib/types/core/hooks/PortalContainerProvider.d.ts +0 -8
- package/lib/types/core/hooks/PortalContainerProvider.d.ts.map +0 -1
- package/lib/types/core/hooks/SharedState.d.ts +0 -10
- package/lib/types/core/hooks/SharedState.d.ts.map +0 -1
- package/lib/types/core/hooks/index.d.ts +0 -16
- package/lib/types/core/hooks/index.d.ts.map +0 -1
- package/lib/types/core/hooks/useClickOutside.d.ts.map +0 -1
- package/lib/types/core/hooks/useCopyToClipboard.d.ts.map +0 -1
- package/lib/types/core/hooks/useDarkMode.d.ts.map +0 -1
- package/lib/types/core/hooks/useDebounce.d.ts.map +0 -1
- package/lib/types/core/hooks/useEventSource.d.ts +0 -2
- package/lib/types/core/hooks/useEventSource.d.ts.map +0 -1
- package/lib/types/core/hooks/useFetch.d.ts +0 -24
- package/lib/types/core/hooks/useFetch.d.ts.map +0 -1
- package/lib/types/core/hooks/useFlag.d.ts.map +0 -1
- package/lib/types/core/hooks/useIntersectionObserver.d.ts +0 -14
- package/lib/types/core/hooks/useIntersectionObserver.d.ts.map +0 -1
- package/lib/types/core/hooks/useIsFistRendering.d.ts.map +0 -1
- package/lib/types/core/hooks/useSafeLayoutEffect.d.ts +0 -4
- package/lib/types/core/hooks/useSafeLayoutEffect.d.ts.map +0 -1
- package/lib/types/core/hooks/useScrollableSearch.d.ts +0 -82
- package/lib/types/core/hooks/useScrollableSearch.d.ts.map +0 -1
- package/lib/types/core/hooks/useSharedValue.d.ts +0 -12
- package/lib/types/core/hooks/useSharedValue.d.ts.map +0 -1
- package/lib/types/core/index.d.ts +0 -4
- package/lib/types/core/index.d.ts.map +0 -1
- package/lib/types/core/utils/cn.d.ts +0 -3
- package/lib/types/core/utils/cn.d.ts.map +0 -1
- package/lib/types/core/utils/index.d.ts +0 -2
- package/lib/types/core/utils/index.d.ts.map +0 -1
- package/lib/types/env/index.d.ts +0 -85
- package/lib/types/env/index.d.ts.map +0 -1
- package/lib/types/features/activity-doc/ActivityDoc.d.ts +0 -14
- package/lib/types/features/activity-doc/ActivityDoc.d.ts.map +0 -1
- package/lib/types/features/activity-doc/index.d.ts +0 -2
- package/lib/types/features/activity-doc/index.d.ts.map +0 -1
- package/lib/types/features/agent/PayloadBuilder.d.ts +0 -120
- package/lib/types/features/agent/PayloadBuilder.d.ts.map +0 -1
- package/lib/types/features/agent/chat/AgentChart.d.ts +0 -34
- package/lib/types/features/agent/chat/AgentChart.d.ts.map +0 -1
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts +0 -55
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/AnimatedThinkingDots.d.ts +0 -38
- package/lib/types/features/agent/chat/AnimatedThinkingDots.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ArtifactsTab.d.ts +0 -9
- package/lib/types/features/agent/chat/ArtifactsTab.d.ts.map +0 -1
- package/lib/types/features/agent/chat/AskUserWidget.d.ts +0 -84
- package/lib/types/features/agent/chat/AskUserWidget.d.ts.map +0 -1
- package/lib/types/features/agent/chat/DocumentPanel.d.ts +0 -16
- package/lib/types/features/agent/chat/DocumentPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/DocumentTabBar.d.ts +0 -9
- package/lib/types/features/agent/chat/DocumentTabBar.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ImageLightbox.d.ts +0 -18
- package/lib/types/features/agent/chat/ImageLightbox.d.ts.map +0 -1
- package/lib/types/features/agent/chat/JumpingDots.d.ts +0 -7
- package/lib/types/features/agent/chat/JumpingDots.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +0 -147
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +0 -68
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts +0 -26
- package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +0 -33
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts +0 -11
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +0 -18
- package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +0 -62
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +0 -58
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts +0 -15
- package/lib/types/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts +0 -9
- package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts +0 -11
- package/lib/types/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts +0 -8
- package/lib/types/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts +0 -10
- package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts +0 -8
- package/lib/types/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +0 -38
- package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +0 -34
- package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts +0 -22
- package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +0 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts +0 -139
- package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts.map +0 -1
- package/lib/types/features/agent/chat/SkillWidgetProvider.d.ts +0 -11
- package/lib/types/features/agent/chat/SkillWidgetProvider.d.ts.map +0 -1
- package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts +0 -18
- package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts.map +0 -1
- package/lib/types/features/agent/chat/VegaLiteChart.d.ts +0 -18
- package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +0 -1
- package/lib/types/features/agent/chat/WaitingMessages.d.ts.map +0 -1
- package/lib/types/features/agent/chat/hooks/useAgentPlans.d.ts +0 -22
- package/lib/types/features/agent/chat/hooks/useAgentPlans.d.ts.map +0 -1
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts +0 -44
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts.map +0 -1
- package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts +0 -18
- package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts.map +0 -1
- package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts +0 -23
- package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts.map +0 -1
- package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts +0 -27
- package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts.map +0 -1
- package/lib/types/features/agent/chat/index.d.ts +0 -21
- package/lib/types/features/agent/chat/index.d.ts.map +0 -1
- package/lib/types/features/agent/chat/types/document.d.ts.map +0 -1
- package/lib/types/features/agent/chat/useArtifactUrlCache.d.ts +0 -28
- package/lib/types/features/agent/chat/useArtifactUrlCache.d.ts.map +0 -1
- package/lib/types/features/agent/index.d.ts +0 -3
- package/lib/types/features/agent/index.d.ts.map +0 -1
- package/lib/types/features/errors/PanelErrorBoundary.d.ts +0 -5
- package/lib/types/features/errors/PanelErrorBoundary.d.ts.map +0 -1
- package/lib/types/features/errors/RowErrorBoundary.d.ts +0 -8
- package/lib/types/features/errors/RowErrorBoundary.d.ts.map +0 -1
- package/lib/types/features/errors/VertesiaErrorBoundary.d.ts +0 -12
- package/lib/types/features/errors/VertesiaErrorBoundary.d.ts.map +0 -1
- package/lib/types/features/errors/WidgetErrorBoundary.d.ts +0 -5
- package/lib/types/features/errors/WidgetErrorBoundary.d.ts.map +0 -1
- package/lib/types/features/errors/index.d.ts +0 -5
- package/lib/types/features/errors/index.d.ts.map +0 -1
- package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts +0 -17
- package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts.map +0 -1
- package/lib/types/features/facets/CollectionsFacetsNav.d.ts +0 -14
- package/lib/types/features/facets/CollectionsFacetsNav.d.ts.map +0 -1
- package/lib/types/features/facets/DocumentsFacetsNav.d.ts +0 -12
- package/lib/types/features/facets/DocumentsFacetsNav.d.ts.map +0 -1
- package/lib/types/features/facets/EnvironmentFacet.d.ts +0 -10
- package/lib/types/features/facets/EnvironmentFacet.d.ts.map +0 -1
- package/lib/types/features/facets/InteractionsFacetsNav.d.ts +0 -13
- package/lib/types/features/facets/InteractionsFacetsNav.d.ts.map +0 -1
- package/lib/types/features/facets/PromptsFacetsNav.d.ts +0 -15
- package/lib/types/features/facets/PromptsFacetsNav.d.ts.map +0 -1
- package/lib/types/features/facets/RunsFacetsNav.d.ts +0 -22
- package/lib/types/features/facets/RunsFacetsNav.d.ts.map +0 -1
- package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts +0 -14
- package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts.map +0 -1
- package/lib/types/features/facets/index.d.ts +0 -17
- package/lib/types/features/facets/index.d.ts.map +0 -1
- package/lib/types/features/facets/utils/SearchInterface.d.ts +0 -16
- package/lib/types/features/facets/utils/SearchInterface.d.ts.map +0 -1
- package/lib/types/features/facets/utils/StringFacet.d.ts +0 -11
- package/lib/types/features/facets/utils/StringFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/StringListFacet.d.ts +0 -11
- package/lib/types/features/facets/utils/StringListFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/TypeFacet.d.ts +0 -16
- package/lib/types/features/facets/utils/TypeFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/VEnvironmentFacet.d.ts +0 -12
- package/lib/types/features/facets/utils/VEnvironmentFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/VInteractionFacet.d.ts +0 -15
- package/lib/types/features/facets/utils/VInteractionFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/VStringFacet.d.ts +0 -21
- package/lib/types/features/facets/utils/VStringFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/VTypeFacet.d.ts +0 -12
- package/lib/types/features/facets/utils/VTypeFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/VUserFacet.d.ts +0 -11
- package/lib/types/features/facets/utils/VUserFacet.d.ts.map +0 -1
- package/lib/types/features/facets/utils/utils.d.ts +0 -4
- package/lib/types/features/facets/utils/utils.d.ts.map +0 -1
- package/lib/types/features/index.d.ts +0 -13
- package/lib/types/features/index.d.ts.map +0 -1
- package/lib/types/features/layout/GenericPageNavHeader.d.ts +0 -14
- package/lib/types/features/layout/GenericPageNavHeader.d.ts.map +0 -1
- package/lib/types/features/layout/NotFoundView.d.ts +0 -5
- package/lib/types/features/layout/NotFoundView.d.ts.map +0 -1
- package/lib/types/features/layout/index.d.ts +0 -3
- package/lib/types/features/layout/index.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts +0 -13
- package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/DownloadPopover.d.ts +0 -7
- package/lib/types/features/magic-pdf/DownloadPopover.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/ExtractedContentView.d.ts +0 -8
- package/lib/types/features/magic-pdf/ExtractedContentView.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts +0 -58
- package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/MagicPdfView.d.ts +0 -7
- package/lib/types/features/magic-pdf/MagicPdfView.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/index.d.ts +0 -2
- package/lib/types/features/magic-pdf/index.d.ts.map +0 -1
- package/lib/types/features/magic-pdf/types.d.ts +0 -2
- package/lib/types/features/magic-pdf/types.d.ts.map +0 -1
- package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts +0 -11
- package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts.map +0 -1
- package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts +0 -25
- package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts.map +0 -1
- package/lib/types/features/oauth/index.d.ts.map +0 -1
- package/lib/types/features/oauth/useOAuthPopup.d.ts.map +0 -1
- package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts +0 -83
- package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts.map +0 -1
- package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts +0 -29
- package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts.map +0 -1
- package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts +0 -19
- package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts.map +0 -1
- package/lib/types/features/pdf-viewer/index.d.ts.map +0 -1
- package/lib/types/features/permissions/SecureButton.d.ts +0 -8
- package/lib/types/features/permissions/SecureButton.d.ts.map +0 -1
- package/lib/types/features/permissions/SecureSidebarItem.d.ts +0 -8
- package/lib/types/features/permissions/SecureSidebarItem.d.ts.map +0 -1
- package/lib/types/features/permissions/UserPermissionsProvider.d.ts +0 -21
- package/lib/types/features/permissions/UserPermissionsProvider.d.ts.map +0 -1
- package/lib/types/features/permissions/helpers.d.ts +0 -5
- package/lib/types/features/permissions/helpers.d.ts.map +0 -1
- package/lib/types/features/permissions/index.d.ts +0 -5
- package/lib/types/features/permissions/index.d.ts.map +0 -1
- package/lib/types/features/store/collections/BrowseCollectionView.d.ts +0 -7
- package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +0 -1
- package/lib/types/features/store/collections/CollectionsTable.d.ts +0 -10
- package/lib/types/features/store/collections/CollectionsTable.d.ts.map +0 -1
- package/lib/types/features/store/collections/CreateCollection.d.ts +0 -13
- package/lib/types/features/store/collections/CreateCollection.d.ts.map +0 -1
- package/lib/types/features/store/collections/EditCollectionView.d.ts +0 -8
- package/lib/types/features/store/collections/EditCollectionView.d.ts.map +0 -1
- package/lib/types/features/store/collections/SelectCollection.d.ts +0 -20
- package/lib/types/features/store/collections/SelectCollection.d.ts.map +0 -1
- package/lib/types/features/store/collections/SharedPropsEditor.d.ts +0 -7
- package/lib/types/features/store/collections/SharedPropsEditor.d.ts.map +0 -1
- package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts +0 -7
- package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts.map +0 -1
- package/lib/types/features/store/collections/index.d.ts +0 -8
- package/lib/types/features/store/collections/index.d.ts.map +0 -1
- package/lib/types/features/store/index.d.ts +0 -4
- package/lib/types/features/store/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts +0 -8
- package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts.map +0 -1
- package/lib/types/features/store/objects/DocumentSearchResults.d.ts +0 -20
- package/lib/types/features/store/objects/DocumentSearchResults.d.ts.map +0 -1
- package/lib/types/features/store/objects/DocumentSelectionProvider.d.ts +0 -33
- package/lib/types/features/store/objects/DocumentSelectionProvider.d.ts.map +0 -1
- package/lib/types/features/store/objects/DocumentTable.d.ts +0 -25
- package/lib/types/features/store/objects/DocumentTable.d.ts.map +0 -1
- package/lib/types/features/store/objects/ExportPropertiesModal.d.ts +0 -12
- package/lib/types/features/store/objects/ExportPropertiesModal.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts +0 -9
- package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/ContentOverview.d.ts +0 -9
- package/lib/types/features/store/objects/components/ContentOverview.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/DocumentIcon.d.ts +0 -19
- package/lib/types/features/store/objects/components/DocumentIcon.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/DocumentInput.d.ts +0 -8
- package/lib/types/features/store/objects/components/DocumentInput.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts +0 -9
- package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts +0 -9
- package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/SelectDocument.d.ts +0 -11
- package/lib/types/features/store/objects/components/SelectDocument.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/SelectDocumentModal.d.ts +0 -9
- package/lib/types/features/store/objects/components/SelectDocumentModal.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/TextEditorPanel.d.ts +0 -10
- package/lib/types/features/store/objects/components/TextEditorPanel.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts +0 -12
- package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/index.d.ts +0 -10
- package/lib/types/features/store/objects/components/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts +0 -30
- package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +0 -1
- package/lib/types/features/store/objects/components/useDownloadFile.d.ts +0 -35
- package/lib/types/features/store/objects/components/useDownloadFile.d.ts.map +0 -1
- package/lib/types/features/store/objects/index.d.ts +0 -11
- package/lib/types/features/store/objects/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts +0 -18
- package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts.map +0 -1
- package/lib/types/features/store/objects/layout/documentLayout.d.ts +0 -21
- package/lib/types/features/store/objects/layout/documentLayout.d.ts.map +0 -1
- package/lib/types/features/store/objects/layout/index.d.ts +0 -3
- package/lib/types/features/store/objects/layout/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/layout/renderers.d.ts +0 -3
- package/lib/types/features/store/objects/layout/renderers.d.ts.map +0 -1
- package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts +0 -52
- package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts.map +0 -1
- package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts +0 -14
- package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts.map +0 -1
- package/lib/types/features/store/objects/search/index.d.ts +0 -3
- package/lib/types/features/store/objects/search/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +0 -9
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts +0 -16
- package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts +0 -7
- package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +0 -32
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts +0 -11
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts +0 -4
- package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts +0 -4
- package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts +0 -16
- package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts +0 -5
- package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts +0 -4
- package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts +0 -4
- package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts +0 -4
- package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/actions/index.d.ts +0 -8
- package/lib/types/features/store/objects/selection/actions/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/selection/index.d.ts +0 -5
- package/lib/types/features/store/objects/selection/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts +0 -39
- package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts.map +0 -1
- package/lib/types/features/store/objects/upload/index.d.ts +0 -4
- package/lib/types/features/store/objects/upload/index.d.ts.map +0 -1
- package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts +0 -30
- package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +0 -1
- package/lib/types/features/store/objects/upload/useUploadHandler.d.ts +0 -50
- package/lib/types/features/store/objects/upload/useUploadHandler.d.ts.map +0 -1
- package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts +0 -6
- package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts.map +0 -1
- package/lib/types/features/store/types/ContentObjectTypesTable.d.ts +0 -8
- package/lib/types/features/store/types/ContentObjectTypesTable.d.ts.map +0 -1
- package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts +0 -16
- package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts.map +0 -1
- package/lib/types/features/store/types/ObjectSchemaEditor.d.ts +0 -9
- package/lib/types/features/store/types/ObjectSchemaEditor.d.ts.map +0 -1
- package/lib/types/features/store/types/SelectContentType.d.ts +0 -11
- package/lib/types/features/store/types/SelectContentType.d.ts.map +0 -1
- package/lib/types/features/store/types/SelectContentTypeModal.d.ts +0 -33
- package/lib/types/features/store/types/SelectContentTypeModal.d.ts.map +0 -1
- package/lib/types/features/store/types/TableLayoutEditor.d.ts +0 -10
- package/lib/types/features/store/types/TableLayoutEditor.d.ts.map +0 -1
- package/lib/types/features/store/types/TypeRegistry.d.ts +0 -10
- package/lib/types/features/store/types/TypeRegistry.d.ts.map +0 -1
- package/lib/types/features/store/types/TypeRegistryProvider.d.ts +0 -15
- package/lib/types/features/store/types/TypeRegistryProvider.d.ts.map +0 -1
- package/lib/types/features/store/types/index.d.ts +0 -11
- package/lib/types/features/store/types/index.d.ts.map +0 -1
- package/lib/types/features/store/types/search/ObjectTypeSearchContext.d.ts +0 -36
- package/lib/types/features/store/types/search/ObjectTypeSearchContext.d.ts.map +0 -1
- package/lib/types/features/store/types/search/ObjectTypeSearchProvider.d.ts +0 -11
- package/lib/types/features/store/types/search/ObjectTypeSearchProvider.d.ts.map +0 -1
- package/lib/types/features/store/types/search/index.d.ts +0 -3
- package/lib/types/features/store/types/search/index.d.ts.map +0 -1
- package/lib/types/features/user/UserAvatar.d.ts +0 -9
- package/lib/types/features/user/UserAvatar.d.ts.map +0 -1
- package/lib/types/features/user/UserInfo.d.ts +0 -60
- package/lib/types/features/user/UserInfo.d.ts.map +0 -1
- package/lib/types/features/user/index.d.ts +0 -3
- package/lib/types/features/user/index.d.ts.map +0 -1
- package/lib/types/features/utils/index.d.ts +0 -6
- package/lib/types/features/utils/index.d.ts.map +0 -1
- package/lib/types/features/utils/mimeType.d.ts.map +0 -1
- package/lib/types/features/utils/print.d.ts.map +0 -1
- package/lib/types/features/utils/rendition.d.ts +0 -4
- package/lib/types/features/utils/rendition.d.ts.map +0 -1
- package/lib/types/features/utils/text.d.ts.map +0 -1
- package/lib/types/features/utils/workflowStatus.d.ts +0 -10
- package/lib/types/features/utils/workflowStatus.d.ts.map +0 -1
- package/lib/types/i18n/index.d.ts +0 -14
- package/lib/types/i18n/index.d.ts.map +0 -1
- package/lib/types/i18n/instance.d.ts.map +0 -1
- package/lib/types/layout/AppLayout.d.ts +0 -13
- package/lib/types/layout/AppLayout.d.ts.map +0 -1
- package/lib/types/layout/FullHeightLayout.d.ts +0 -31
- package/lib/types/layout/FullHeightLayout.d.ts.map +0 -1
- package/lib/types/layout/Navbar.d.ts +0 -33
- package/lib/types/layout/Navbar.d.ts.map +0 -1
- package/lib/types/layout/RegionTag.d.ts +0 -4
- package/lib/types/layout/RegionTag.d.ts.map +0 -1
- package/lib/types/layout/Sidebar.d.ts +0 -34
- package/lib/types/layout/Sidebar.d.ts.map +0 -1
- package/lib/types/layout/SidebarContext.d.ts.map +0 -1
- package/lib/types/layout/TitleBar.d.ts +0 -6
- package/lib/types/layout/TitleBar.d.ts.map +0 -1
- package/lib/types/layout/index.d.ts +0 -8
- package/lib/types/layout/index.d.ts.map +0 -1
- package/lib/types/router/FixLinks.d.ts +0 -7
- package/lib/types/router/FixLinks.d.ts.map +0 -1
- package/lib/types/router/HistoryNavigator.d.ts +0 -59
- package/lib/types/router/HistoryNavigator.d.ts.map +0 -1
- package/lib/types/router/Nav.d.ts +0 -39
- package/lib/types/router/Nav.d.ts.map +0 -1
- package/lib/types/router/NestedNavigationContext.d.ts +0 -9
- package/lib/types/router/NestedNavigationContext.d.ts.map +0 -1
- package/lib/types/router/NestedRouterProvider.d.ts +0 -14
- package/lib/types/router/NestedRouterProvider.d.ts.map +0 -1
- package/lib/types/router/PathMatcher.d.ts +0 -36
- package/lib/types/router/PathMatcher.d.ts.map +0 -1
- package/lib/types/router/PathWithParams.d.ts.map +0 -1
- package/lib/types/router/Route404.d.ts +0 -4
- package/lib/types/router/Route404.d.ts.map +0 -1
- package/lib/types/router/RouteComponent.d.ts +0 -6
- package/lib/types/router/RouteComponent.d.ts.map +0 -1
- package/lib/types/router/Router.d.ts +0 -76
- package/lib/types/router/Router.d.ts.map +0 -1
- package/lib/types/router/RouterProvider.d.ts +0 -15
- package/lib/types/router/RouterProvider.d.ts.map +0 -1
- package/lib/types/router/index.d.ts +0 -11
- package/lib/types/router/index.d.ts.map +0 -1
- package/lib/types/router/path.d.ts +0 -8
- package/lib/types/router/path.d.ts.map +0 -1
- package/lib/types/session/UserSession.d.ts +0 -37
- package/lib/types/session/UserSession.d.ts.map +0 -1
- package/lib/types/session/UserSessionProvider.d.ts +0 -7
- package/lib/types/session/UserSessionProvider.d.ts.map +0 -1
- package/lib/types/session/auth/composable.d.ts +0 -30
- package/lib/types/session/auth/composable.d.ts.map +0 -1
- package/lib/types/session/auth/domainRouting.d.ts +0 -8
- package/lib/types/session/auth/domainRouting.d.ts.map +0 -1
- package/lib/types/session/auth/firebase.d.ts +0 -10
- package/lib/types/session/auth/firebase.d.ts.map +0 -1
- package/lib/types/session/auth/useAuthState.d.ts.map +0 -1
- package/lib/types/session/auth/useCurrentTenant.d.ts.map +0 -1
- package/lib/types/session/constants.d.ts.map +0 -1
- package/lib/types/session/index.d.ts +0 -8
- package/lib/types/session/index.d.ts.map +0 -1
- package/lib/types/session/useUXTracking.d.ts +0 -6
- package/lib/types/session/useUXTracking.d.ts.map +0 -1
- package/lib/types/shell/SplashScreen.d.ts +0 -7
- package/lib/types/shell/SplashScreen.d.ts.map +0 -1
- package/lib/types/shell/VertesiaShell.d.ts +0 -10
- package/lib/types/shell/VertesiaShell.d.ts.map +0 -1
- package/lib/types/shell/apps/AppInstallationProvider.d.ts +0 -12
- package/lib/types/shell/apps/AppInstallationProvider.d.ts.map +0 -1
- package/lib/types/shell/apps/AppProjectSelector.d.ts +0 -12
- package/lib/types/shell/apps/AppProjectSelector.d.ts.map +0 -1
- package/lib/types/shell/apps/StandaloneApp.d.ts +0 -23
- package/lib/types/shell/apps/StandaloneApp.d.ts.map +0 -1
- package/lib/types/shell/apps/index.d.ts +0 -4
- package/lib/types/shell/apps/index.d.ts.map +0 -1
- package/lib/types/shell/index.d.ts +0 -8
- package/lib/types/shell/index.d.ts.map +0 -1
- package/lib/types/shell/login/EnterpriseSigninButton.d.ts +0 -6
- package/lib/types/shell/login/EnterpriseSigninButton.d.ts.map +0 -1
- package/lib/types/shell/login/GitHubSignInButton.d.ts +0 -6
- package/lib/types/shell/login/GitHubSignInButton.d.ts.map +0 -1
- package/lib/types/shell/login/GoogleSignInButton.d.ts +0 -6
- package/lib/types/shell/login/GoogleSignInButton.d.ts.map +0 -1
- package/lib/types/shell/login/InviteAcceptModal.d.ts +0 -2
- package/lib/types/shell/login/InviteAcceptModal.d.ts.map +0 -1
- package/lib/types/shell/login/MicrosoftSigninButton.d.ts +0 -6
- package/lib/types/shell/login/MicrosoftSigninButton.d.ts.map +0 -1
- package/lib/types/shell/login/PreviewIcon.d.ts +0 -6
- package/lib/types/shell/login/PreviewIcon.d.ts.map +0 -1
- package/lib/types/shell/login/SignInModal.d.ts +0 -7
- package/lib/types/shell/login/SignInModal.d.ts.map +0 -1
- package/lib/types/shell/login/SigninScreen.d.ts +0 -9
- package/lib/types/shell/login/SigninScreen.d.ts.map +0 -1
- package/lib/types/shell/login/SignupForm.d.ts +0 -8
- package/lib/types/shell/login/SignupForm.d.ts.map +0 -1
- package/lib/types/shell/login/TerminalLogin.d.ts +0 -2
- package/lib/types/shell/login/TerminalLogin.d.ts.map +0 -1
- package/lib/types/shell/login/UserInfo.d.ts +0 -6
- package/lib/types/shell/login/UserInfo.d.ts.map +0 -1
- package/lib/types/shell/login/UserSessionMenu.d.ts +0 -9
- package/lib/types/shell/login/UserSessionMenu.d.ts.map +0 -1
- package/lib/types/shell/utils.d.ts.map +0 -1
- package/lib/types/widgets/Progress.d.ts +0 -6
- package/lib/types/widgets/Progress.d.ts.map +0 -1
- package/lib/types/widgets/SvgIcon.d.ts +0 -7
- package/lib/types/widgets/SvgIcon.d.ts.map +0 -1
- package/lib/types/widgets/form/Form.d.ts +0 -22
- package/lib/types/widgets/form/Form.d.ts.map +0 -1
- package/lib/types/widgets/form/FormContext.d.ts +0 -20
- package/lib/types/widgets/form/FormContext.d.ts.map +0 -1
- package/lib/types/widgets/form/ManagedObject.d.ts +0 -82
- package/lib/types/widgets/form/ManagedObject.d.ts.map +0 -1
- package/lib/types/widgets/form/fields.d.ts +0 -16
- package/lib/types/widgets/form/fields.d.ts.map +0 -1
- package/lib/types/widgets/form/index.d.ts +0 -7
- package/lib/types/widgets/form/index.d.ts.map +0 -1
- package/lib/types/widgets/form/inputs.d.ts +0 -8
- package/lib/types/widgets/form/inputs.d.ts.map +0 -1
- package/lib/types/widgets/form/schema.d.ts +0 -47
- package/lib/types/widgets/form/schema.d.ts.map +0 -1
- package/lib/types/widgets/index.d.ts +0 -11
- package/lib/types/widgets/index.d.ts.map +0 -1
- package/lib/types/widgets/json-view/JSONCode.d.ts +0 -5
- package/lib/types/widgets/json-view/JSONCode.d.ts.map +0 -1
- package/lib/types/widgets/json-view/JSONDisplay.d.ts +0 -8
- package/lib/types/widgets/json-view/JSONDisplay.d.ts.map +0 -1
- package/lib/types/widgets/json-view/JSONSwitcher.d.ts +0 -6
- package/lib/types/widgets/json-view/JSONSwitcher.d.ts.map +0 -1
- package/lib/types/widgets/json-view/JSONView.d.ts +0 -7
- package/lib/types/widgets/json-view/JSONView.d.ts.map +0 -1
- package/lib/types/widgets/json-view/index.d.ts +0 -6
- package/lib/types/widgets/json-view/index.d.ts.map +0 -1
- package/lib/types/widgets/json-view/types.d.ts.map +0 -1
- package/lib/types/widgets/markdown/ArtifactContentRenderer.d.ts.map +0 -1
- package/lib/types/widgets/markdown/CodeBlockContext.d.ts +0 -21
- package/lib/types/widgets/markdown/CodeBlockContext.d.ts.map +0 -1
- package/lib/types/widgets/markdown/CodeBlockPlaceholder.d.ts +0 -42
- package/lib/types/widgets/markdown/CodeBlockPlaceholder.d.ts.map +0 -1
- package/lib/types/widgets/markdown/CodeBlockPlaceholder.test.d.ts +0 -2
- package/lib/types/widgets/markdown/CodeBlockPlaceholder.test.d.ts.map +0 -1
- package/lib/types/widgets/markdown/CodeBlockRendering.d.ts +0 -23
- package/lib/types/widgets/markdown/CodeBlockRendering.d.ts.map +0 -1
- package/lib/types/widgets/markdown/MarkdownFigure.d.ts +0 -15
- package/lib/types/widgets/markdown/MarkdownFigure.d.ts.map +0 -1
- package/lib/types/widgets/markdown/MarkdownImage.d.ts +0 -16
- package/lib/types/widgets/markdown/MarkdownImage.d.ts.map +0 -1
- package/lib/types/widgets/markdown/MarkdownLink.d.ts +0 -17
- package/lib/types/widgets/markdown/MarkdownLink.d.ts.map +0 -1
- package/lib/types/widgets/markdown/MarkdownRenderer.d.ts +0 -26
- package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +0 -1
- package/lib/types/widgets/markdown/MermaidDiagram.d.ts +0 -23
- package/lib/types/widgets/markdown/MermaidDiagram.d.ts.map +0 -1
- package/lib/types/widgets/markdown/codeBlockHandlers.d.ts +0 -57
- package/lib/types/widgets/markdown/codeBlockHandlers.d.ts.map +0 -1
- package/lib/types/widgets/markdown/codeBlockHandlers.test.d.ts +0 -2
- package/lib/types/widgets/markdown/codeBlockHandlers.test.d.ts.map +0 -1
- package/lib/types/widgets/markdown/index.d.ts +0 -13
- package/lib/types/widgets/markdown/index.d.ts.map +0 -1
- package/lib/types/widgets/markdown/normalizeCustomSchemeLinks.d.ts.map +0 -1
- package/lib/types/widgets/markdown/normalizeDirectives.d.ts.map +0 -1
- package/lib/types/widgets/markdown/preprocessMathDelimiters.d.ts.map +0 -1
- package/lib/types/widgets/markdown/remarkDirectiveHandler.d.ts +0 -2
- package/lib/types/widgets/markdown/remarkDirectiveHandler.d.ts.map +0 -1
- package/lib/types/widgets/markdown/useArtifactContent.d.ts.map +0 -1
- package/lib/types/widgets/markdown/useResolvedUrl.d.ts.map +0 -1
- package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts +0 -40
- package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts.map +0 -1
- package/lib/types/widgets/monacoEditor/foldingProviders.d.ts.map +0 -1
- package/lib/types/widgets/monacoEditor/index.d.ts +0 -3
- package/lib/types/widgets/monacoEditor/index.d.ts.map +0 -1
- package/lib/types/widgets/properties/PropertiesView.d.ts +0 -11
- package/lib/types/widgets/properties/PropertiesView.d.ts.map +0 -1
- package/lib/types/widgets/properties/index.d.ts +0 -2
- package/lib/types/widgets/properties/index.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/ManagedSchema.d.ts +0 -75
- package/lib/types/widgets/schema-editor/ManagedSchema.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/editor/Editable.d.ts +0 -40
- package/lib/types/widgets/schema-editor/editor/Editable.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +0 -8
- package/lib/types/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts +0 -5
- package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/editor/PropertyViewer.d.ts +0 -4
- package/lib/types/widgets/schema-editor/editor/PropertyViewer.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/editor/SchemaContext.d.ts +0 -3
- package/lib/types/widgets/schema-editor/editor/SchemaContext.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts +0 -9
- package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/index.d.ts +0 -7
- package/lib/types/widgets/schema-editor/index.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/json-schema4-utils.d.ts +0 -16
- package/lib/types/widgets/schema-editor/json-schema4-utils.d.ts.map +0 -1
- package/lib/types/widgets/schema-editor/type-signature.d.ts.map +0 -1
- package/lib/types/widgets/upload/DropZone.d.ts +0 -41
- package/lib/types/widgets/upload/DropZone.d.ts.map +0 -1
- package/lib/types/widgets/upload/UploadResultCategory.d.ts +0 -26
- package/lib/types/widgets/upload/UploadResultCategory.d.ts.map +0 -1
- package/lib/types/widgets/upload/UploadSummary.d.ts +0 -38
- package/lib/types/widgets/upload/UploadSummary.d.ts.map +0 -1
- package/lib/types/widgets/upload/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/Attributes/index.d.ts +0 -6
- package/lib/types/widgets/xml-viewer/components/Attributes/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/CDataTag/index.d.ts +0 -8
- package/lib/types/widgets/xml-viewer/components/CDataTag/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/CollapseIcon/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/CommentTag/index.d.ts +0 -9
- package/lib/types/widgets/xml-viewer/components/CommentTag/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/DeclarationTag/index.d.ts +0 -8
- package/lib/types/widgets/xml-viewer/components/DeclarationTag/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/Elements/index.d.ts +0 -8
- package/lib/types/widgets/xml-viewer/components/Elements/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/InvalidXml/index.d.ts +0 -2
- package/lib/types/widgets/xml-viewer/components/InvalidXml/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/Tag/index.d.ts +0 -13
- package/lib/types/widgets/xml-viewer/components/Tag/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/TextElement/index.d.ts +0 -8
- package/lib/types/widgets/xml-viewer/components/TextElement/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/XMLViewer.d.ts +0 -3
- package/lib/types/widgets/xml-viewer/components/XMLViewer.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/components/types.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/constants/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/context/xml-viewer-context.d.ts +0 -4
- package/lib/types/widgets/xml-viewer/context/xml-viewer-context.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/helpers/index.d.ts +0 -13
- package/lib/types/widgets/xml-viewer/helpers/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/hooks/useCollapsible.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/hooks/useXMLViewer.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/index.d.ts +0 -3
- package/lib/types/widgets/xml-viewer/index.d.ts.map +0 -1
- package/lib/types/widgets/xml-viewer/types/index.d.ts +0 -16
- package/lib/types/widgets/xml-viewer/types/index.d.ts.map +0 -1
- package/src/shell/login/EnterpriseSigninButton.tsx +0 -111
- package/src/shell/login/GitHubSignInButton.tsx +0 -36
- package/src/shell/login/GoogleSignInButton.tsx +0 -38
- package/src/shell/login/MicrosoftSigninButton.tsx +0 -28
- /package/lib/{types/core → core}/components/popup/position.d.ts +0 -0
- /package/lib/{types/core → core}/components/popup/utils.d.ts +0 -0
- /package/lib/{types/core → core}/components/shadcn/filters/animateChangeInHeight.d.ts +0 -0
- /package/lib/{types/core → core}/components/shadcn/filters/filter-styles.d.ts +0 -0
- /package/lib/{esm/core → core}/components/shadcn/filters/filter-styles.js +0 -0
- /package/lib/{types/core → core}/components/shadcn/filters/index.d.ts +0 -0
- /package/lib/{esm/core → core}/components/shadcn/filters/index.js +0 -0
- /package/lib/{esm/core → core}/components/shadcn/filters/types.js +0 -0
- /package/lib/{types/core → core}/components/styles.d.ts +0 -0
- /package/lib/{types/core → core}/components/toast/ToastProps.d.ts +0 -0
- /package/lib/{esm/core → core}/components/toast/ToastProps.js +0 -0
- /package/lib/{types/core → core}/hooks/useClickOutside.d.ts +0 -0
- /package/lib/{types/core → core}/hooks/useCopyToClipboard.d.ts +0 -0
- /package/lib/{esm/core → core}/hooks/useCopyToClipboard.js +0 -0
- /package/lib/{types/core → core}/hooks/useDarkMode.d.ts +0 -0
- /package/lib/{types/core → core}/hooks/useDebounce.d.ts +0 -0
- /package/lib/{types/core → core}/hooks/useFlag.d.ts +0 -0
- /package/lib/{types/core → core}/hooks/useIsFistRendering.d.ts +0 -0
- /package/lib/{types/features → features}/agent/chat/WaitingMessages.d.ts +0 -0
- /package/lib/{types/features → features}/agent/chat/types/document.d.ts +0 -0
- /package/lib/{esm/features → features}/agent/chat/types/document.js +0 -0
- /package/lib/{esm/features → features}/facets/utils/utils.js +0 -0
- /package/lib/{esm/features → features}/magic-pdf/types.js +0 -0
- /package/lib/{types/features → features}/oauth/index.d.ts +0 -0
- /package/lib/{esm/features → features}/oauth/index.js +0 -0
- /package/lib/{types/features → features}/oauth/useOAuthPopup.d.ts +0 -0
- /package/lib/{esm/features → features}/oauth/useOAuthPopup.js +0 -0
- /package/lib/{types/features → features}/pdf-viewer/index.d.ts +0 -0
- /package/lib/{esm/features → features}/pdf-viewer/index.js +0 -0
- /package/lib/{esm/features → features}/permissions/helpers.js +0 -0
- /package/lib/{esm/features → features}/store/objects/selection/ObjectsActionSpec.js +0 -0
- /package/lib/{esm/features → features}/store/types/TypeRegistry.js +0 -0
- /package/lib/{types/features → features}/utils/mimeType.d.ts +0 -0
- /package/lib/{esm/features → features}/utils/mimeType.js +0 -0
- /package/lib/{types/features → features}/utils/print.d.ts +0 -0
- /package/lib/{types/features → features}/utils/text.d.ts +0 -0
- /package/lib/{types/i18n → i18n}/instance.d.ts +0 -0
- /package/lib/{esm/i18n → i18n}/instance.js +0 -0
- /package/lib/{esm/layout → layout}/RegionTag.js +0 -0
- /package/lib/{types/layout → layout}/SidebarContext.d.ts +0 -0
- /package/lib/{types/router → router}/PathWithParams.d.ts +0 -0
- /package/lib/{types/session → session}/auth/useAuthState.d.ts +0 -0
- /package/lib/{types/session → session}/auth/useCurrentTenant.d.ts +0 -0
- /package/lib/{types/session → session}/constants.d.ts +0 -0
- /package/lib/{esm/session → session}/constants.js +0 -0
- /package/lib/{types/shell → shell}/utils.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/Progress.js +0 -0
- /package/lib/{types/widgets → widgets}/json-view/types.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/json-view/types.js +0 -0
- /package/lib/{types/widgets → widgets}/markdown/ArtifactContentRenderer.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/markdown/CodeBlockContext.js +0 -0
- /package/lib/{types/widgets → widgets}/markdown/normalizeCustomSchemeLinks.d.ts +0 -0
- /package/lib/{types/widgets → widgets}/markdown/normalizeDirectives.d.ts +0 -0
- /package/lib/{types/widgets → widgets}/markdown/preprocessMathDelimiters.d.ts +0 -0
- /package/lib/{types/widgets → widgets}/markdown/useArtifactContent.d.ts +0 -0
- /package/lib/{types/widgets → widgets}/markdown/useResolvedUrl.d.ts +0 -0
- /package/lib/{types/widgets → widgets}/monacoEditor/foldingProviders.d.ts +0 -0
- /package/lib/{types/widgets → widgets}/schema-editor/type-signature.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/schema-editor/type-signature.js +0 -0
- /package/lib/{types/widgets → widgets}/upload/index.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/upload/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/Attributes/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/CDataTag/index.js +0 -0
- /package/lib/{types/widgets → widgets}/xml-viewer/components/CollapseIcon/index.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/CommentTag/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/DeclarationTag/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/Elements/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/InvalidXml/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/Tag/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/TextElement/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/XMLViewer.js +0 -0
- /package/lib/{types/widgets → widgets}/xml-viewer/components/types.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/components/types.js +0 -0
- /package/lib/{types/widgets → widgets}/xml-viewer/constants/index.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/constants/index.js +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/context/xml-viewer-context.js +0 -0
- /package/lib/{types/widgets → widgets}/xml-viewer/hooks/useCollapsible.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/hooks/useCollapsible.js +0 -0
- /package/lib/{types/widgets → widgets}/xml-viewer/hooks/useXMLViewer.d.ts +0 -0
- /package/lib/{esm/widgets → widgets}/xml-viewer/types/index.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModernAgentConversation.js","sourceRoot":"","sources":["../../../../src/features/agent/chat/ModernAgentConversation.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type WorkstreamInfo } from '../workstreams.js';
|
|
2
|
+
interface ActiveWorkstreamsSummaryProps {
|
|
3
|
+
activeWorkstreams: WorkstreamInfo[];
|
|
4
|
+
className?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function ActiveWorkstreamsSummary({ activeWorkstreams, className }: ActiveWorkstreamsSummaryProps): import("react").JSX.Element | null;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=ActiveWorkstreamsSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActiveWorkstreamsSummary.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.tsx"],"names":[],"mappings":"AAIA,OAAO,EAIH,KAAK,cAAc,EACtB,MAAM,mBAAmB,CAAC;AAE3B,UAAU,6BAA6B;IACnC,iBAAiB,EAAE,cAAc,EAAE,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,wBAAwB,CAAC,EAAE,iBAAiB,EAAE,SAAS,EAAE,EAAE,6BAA6B,sCAyDvG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from '@vertesia/ui/core';
|
|
3
|
+
import { useUITranslation } from '@vertesia/ui/i18n';
|
|
4
|
+
import { Bot } from 'lucide-react';
|
|
5
|
+
import { useMemo } from 'react';
|
|
6
|
+
import { formatWorkstreamName, getWorkstreamDisplayName, getWorkstreamStatusClass, } from '../workstreams.js';
|
|
7
|
+
export function ActiveWorkstreamsSummary({ activeWorkstreams, className }) {
|
|
8
|
+
const { t } = useUITranslation();
|
|
9
|
+
const runningWorkstreams = useMemo(() => activeWorkstreams.filter((ws) => ws.status === 'running' || ws.status === 'canceling'), [activeWorkstreams]);
|
|
10
|
+
const visibleRunningWorkstreams = runningWorkstreams.slice(0, 3);
|
|
11
|
+
const hiddenRunningWorkstreamCount = Math.max(0, runningWorkstreams.length - visibleRunningWorkstreams.length);
|
|
12
|
+
if (runningWorkstreams.length === 0)
|
|
13
|
+
return null;
|
|
14
|
+
return (_jsx("div", { className: cn('mx-auto mb-2 w-full max-w-3xl px-1', className), "data-agent-active-workstreams": true, children: _jsxs("output", { className: "flex flex-col gap-1.5 rounded-2xl border border-border/70 bg-background/95 p-2 text-xs text-muted shadow-lg shadow-black/5", "aria-live": "polite", children: [_jsxs("div", { className: "flex items-center gap-2 px-1 font-medium", children: [_jsx(Bot, { className: "size-3.5 text-muted", "aria-hidden": "true" }), _jsx("span", { children: t('agent.activeWorkstreams', { count: runningWorkstreams.length }) })] }), _jsxs("div", { className: "flex flex-col gap-0.5", children: [visibleRunningWorkstreams.map((workstream) => {
|
|
15
|
+
const workstreamName = getWorkstreamDisplayName(workstream.workstream_id, workstream.interaction);
|
|
16
|
+
return (_jsxs("span", { className: "flex min-w-0 items-center gap-2 rounded-lg px-1 py-1 text-sm text-foreground/80", title: workstreamName, children: [_jsx("span", { className: cn('size-1.5 shrink-0 rounded-full', getWorkstreamStatusClass(workstream.status)), "aria-hidden": "true" }), _jsx("span", { className: "truncate font-medium", children: workstreamName }), workstream.phase && (_jsx("span", { className: "truncate text-xs text-muted/75", children: formatWorkstreamName(workstream.phase) }))] }, workstream.launch_id || workstream.workstream_id));
|
|
17
|
+
}), hiddenRunningWorkstreamCount > 0 && (_jsxs("span", { className: "px-1 py-1 text-xs text-muted", children: ["+", hiddenRunningWorkstreamCount] }))] })] }) }));
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=ActiveWorkstreamsSummary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActiveWorkstreamsSummary.js","sourceRoot":"","sources":["../../../../../src/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,mBAAmB,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EACH,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,GAE3B,MAAM,mBAAmB,CAAC;AAO3B,MAAM,UAAU,wBAAwB,CAAC,EAAE,iBAAiB,EAAE,SAAS,EAAiC;IACpG,MAAM,EAAE,CAAC,EAAE,GAAG,gBAAgB,EAAE,CAAC;IACjC,MAAM,kBAAkB,GAAG,OAAO,CAC9B,GAAG,EAAE,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,MAAM,KAAK,SAAS,IAAI,EAAE,CAAC,MAAM,KAAK,WAAW,CAAC,EAC5F,CAAC,iBAAiB,CAAC,CACtB,CAAC;IACF,MAAM,yBAAyB,GAAG,kBAAkB,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACjE,MAAM,4BAA4B,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,kBAAkB,CAAC,MAAM,GAAG,yBAAyB,CAAC,MAAM,CAAC,CAAC;IAE/G,IAAI,kBAAkB,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,IAAI,CAAC;IAEjD,OAAO,CACH,cAAK,SAAS,EAAE,EAAE,CAAC,oCAAoC,EAAE,SAAS,CAAC,mDAC/D,kBACI,SAAS,EAAC,4HAA4H,eAC5H,QAAQ,aAElB,eAAK,SAAS,EAAC,0CAA0C,aACrD,KAAC,GAAG,IAAC,SAAS,EAAC,qBAAqB,iBAAa,MAAM,GAAG,EAC1D,yBAAO,CAAC,CAAC,yBAAyB,EAAE,EAAE,KAAK,EAAE,kBAAkB,CAAC,MAAM,EAAE,CAAC,GAAQ,IAC/E,EACN,eAAK,SAAS,EAAC,uBAAuB,aACjC,yBAAyB,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,EAAE;4BAC1C,MAAM,cAAc,GAAG,wBAAwB,CAC3C,UAAU,CAAC,aAAa,EACxB,UAAU,CAAC,WAAW,CACzB,CAAC;4BAEF,OAAO,CACH,gBAEI,SAAS,EAAC,iFAAiF,EAC3F,KAAK,EAAE,cAAc,aAErB,eACI,SAAS,EAAE,EAAE,CACT,gCAAgC,EAChC,wBAAwB,CAAC,UAAU,CAAC,MAAM,CAAC,CAC9C,iBACW,MAAM,GACpB,EACF,eAAM,SAAS,EAAC,sBAAsB,YAAE,cAAc,GAAQ,EAC7D,UAAU,CAAC,KAAK,IAAI,CACjB,eAAM,SAAS,EAAC,gCAAgC,YAC3C,oBAAoB,CAAC,UAAU,CAAC,KAAK,CAAC,GACpC,CACV,KAhBI,UAAU,CAAC,SAAS,IAAI,UAAU,CAAC,aAAa,CAiBlD,CACV,CAAC;wBACN,CAAC,CAAC,EACD,4BAA4B,GAAG,CAAC,IAAI,CACjC,gBAAM,SAAS,EAAC,8BAA8B,kBAAG,4BAA4B,IAAQ,CACxF,IACC,IACD,GACP,CACT,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { type AgentMessage, AgentMessageType, type JSONSchema, type Plan } from '@vertesia/common';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { type BatchProgressPanelClassNames } from './BatchProgressPanel';
|
|
4
|
+
import { type MessageItemClassNames, type MessageItemProps } from './MessageItem';
|
|
5
|
+
import { type StreamingMessageClassNames } from './StreamingMessage';
|
|
6
|
+
import { type ToolCallGroupClassNames } from './ToolCallGroup';
|
|
7
|
+
import { type StreamingData } from './utils';
|
|
8
|
+
export type AgentConversationViewMode = 'stacked' | 'sliding';
|
|
9
|
+
export interface AgentInitialRequestTemplateContext {
|
|
10
|
+
data: unknown;
|
|
11
|
+
schema?: JSONSchema | null;
|
|
12
|
+
title?: string;
|
|
13
|
+
}
|
|
14
|
+
export type AgentInitialRequestTemplate = (context: AgentInitialRequestTemplateContext) => React.ReactNode;
|
|
15
|
+
interface AllMessagesMixedProps {
|
|
16
|
+
messages: AgentMessage[];
|
|
17
|
+
bottomRef: React.RefObject<HTMLDivElement>;
|
|
18
|
+
viewMode?: 'stacked' | 'sliding';
|
|
19
|
+
isCompleted?: boolean;
|
|
20
|
+
plan?: Plan;
|
|
21
|
+
workstreamStatus?: Map<string, 'pending' | 'in_progress' | 'completed'>;
|
|
22
|
+
showPlanPanel?: boolean;
|
|
23
|
+
onTogglePlanPanel?: () => void;
|
|
24
|
+
plans?: Array<{
|
|
25
|
+
plan: Plan;
|
|
26
|
+
timestamp: number;
|
|
27
|
+
}>;
|
|
28
|
+
activePlanIndex?: number;
|
|
29
|
+
onChangePlan?: (index: number) => void;
|
|
30
|
+
taskLabels?: Map<string, string>;
|
|
31
|
+
streamingMessages?: Map<string, StreamingData>;
|
|
32
|
+
/** Callback when user sends a message (e.g., from proposal selection) */
|
|
33
|
+
onSendMessage?: (message: string) => void;
|
|
34
|
+
/** Stable index for thinking messages (changes on 4s interval) */
|
|
35
|
+
thinkingMessageIndex?: number;
|
|
36
|
+
/** className overrides passed to every MessageItem */
|
|
37
|
+
messageItemClassNames?: MessageItemClassNames;
|
|
38
|
+
/** Sparse MESSAGE_STYLES overrides passed to every MessageItem */
|
|
39
|
+
messageStyleOverrides?: MessageItemProps['messageStyleOverrides'];
|
|
40
|
+
toolCallGroupClassNames?: ToolCallGroupClassNames;
|
|
41
|
+
/** Hide ToolCallGroup in this view mode */
|
|
42
|
+
hideToolCallsInViewMode?: AgentConversationViewMode[];
|
|
43
|
+
streamingMessageClassNames?: StreamingMessageClassNames;
|
|
44
|
+
batchProgressPanelClassNames?: BatchProgressPanelClassNames;
|
|
45
|
+
/** Run ID used to resolve artifact references in streaming chart specs */
|
|
46
|
+
artifactRunId?: string;
|
|
47
|
+
/** Hide the workstream tabs entirely */
|
|
48
|
+
hideWorkstreamTabs?: boolean;
|
|
49
|
+
/** className override for the working indicator container */
|
|
50
|
+
workingIndicatorClassName?: string;
|
|
51
|
+
/** className override for the message list container (spacing/layout) */
|
|
52
|
+
messageListClassName?: string;
|
|
53
|
+
/** Custom component to render store/document links instead of default NavLink navigation */
|
|
54
|
+
StoreLinkComponent?: React.ComponentType<{
|
|
55
|
+
href: string;
|
|
56
|
+
documentId: string;
|
|
57
|
+
children: React.ReactNode;
|
|
58
|
+
}>;
|
|
59
|
+
/** Custom component to render store/collection links instead of default NavLink navigation */
|
|
60
|
+
CollectionLinkComponent?: React.ComponentType<{
|
|
61
|
+
href: string;
|
|
62
|
+
collectionId: string;
|
|
63
|
+
children: React.ReactNode;
|
|
64
|
+
}>;
|
|
65
|
+
/** Optional message to display as the first user message in the conversation.
|
|
66
|
+
* Purely visual/UI — not sent to temporal. Renders as a QUESTION MessageItem before real messages. */
|
|
67
|
+
prependFriendlyMessage?: string;
|
|
68
|
+
/** Optional structured request data to render as the first user entry in Summary/Details. */
|
|
69
|
+
initialRequestData?: unknown;
|
|
70
|
+
/** Optional schema used to turn structured request data into a readable first entry. */
|
|
71
|
+
initialRequestSchema?: JSONSchema | null;
|
|
72
|
+
/** Optional title for the structured request renderer. */
|
|
73
|
+
initialRequestTitle?: string;
|
|
74
|
+
/** Optional caller-provided renderer for agent-specific request shapes. */
|
|
75
|
+
initialRequestTemplate?: AgentInitialRequestTemplate;
|
|
76
|
+
/** Whether the synthetic initial request fallback should render when no persisted question is present. */
|
|
77
|
+
showInitialRequest?: boolean;
|
|
78
|
+
/** Message types to exclude from the conversation view */
|
|
79
|
+
hiddenMessageTypes?: AgentMessageType[];
|
|
80
|
+
/** Test/playback mode: keep the current scroll position while the rendered message slice changes. */
|
|
81
|
+
disableAutoScroll?: boolean;
|
|
82
|
+
/** Whether REQUEST_INPUT messages render their active controls in the transcript. */
|
|
83
|
+
renderRequestInputControls?: boolean;
|
|
84
|
+
/** Active workstream selected by the parent conversation shell. */
|
|
85
|
+
activeWorkstream?: string;
|
|
86
|
+
/** Called when the user selects a different workstream from the conversation. */
|
|
87
|
+
onActiveWorkstreamChange?: (workstreamId: string) => void;
|
|
88
|
+
}
|
|
89
|
+
declare function AllMessagesMixedComponent({ messages, bottomRef, viewMode, isCompleted, streamingMessages, onSendMessage, messageItemClassNames, messageStyleOverrides, toolCallGroupClassNames, hideToolCallsInViewMode, streamingMessageClassNames, batchProgressPanelClassNames, artifactRunId, hideWorkstreamTabs, workingIndicatorClassName, messageListClassName, StoreLinkComponent, CollectionLinkComponent, prependFriendlyMessage, initialRequestData, initialRequestSchema, initialRequestTitle, initialRequestTemplate, showInitialRequest, hiddenMessageTypes, disableAutoScroll, renderRequestInputControls, activeWorkstream: controlledActiveWorkstream, onActiveWorkstreamChange, }: AllMessagesMixedProps): React.JSX.Element;
|
|
90
|
+
declare const AllMessagesMixed: React.MemoExoticComponent<typeof AllMessagesMixedComponent>;
|
|
91
|
+
export default AllMessagesMixed;
|
|
92
|
+
//# sourceMappingURL=AllMessagesMixed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllMessagesMixed.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx"],"names":[],"mappings":"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"}
|