@vertesia/ui 1.3.0 → 1.4.0-dev.20260615.042549Z
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 +34 -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 +1147 -0
- package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +86 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +1574 -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 +201 -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/MessageInput.d.ts +70 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +296 -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 +383 -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 +24 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js +332 -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 +147 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.js +634 -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/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 +50 -0
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -0
- package/lib/features/agent/chat/hooks/useAgentStream.js +289 -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 +30 -0
- package/lib/features/agent/chat/workstreams.d.ts.map +1 -0
- package/lib/features/agent/chat/workstreams.js +136 -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 +20 -0
- package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -0
- package/lib/features/permissions/UserPermissionsProvider.js +98 -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 +433 -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 +733 -0
- package/lib/i18n/locales/de.json +689 -0
- package/lib/i18n/locales/en.json +704 -0
- package/lib/i18n/locales/es.json +700 -0
- package/lib/i18n/locales/fr.json +700 -0
- package/lib/i18n/locales/it.json +700 -0
- package/lib/i18n/locales/ja.json +689 -0
- package/lib/i18n/locales/ko.json +689 -0
- package/lib/i18n/locales/pt.json +700 -0
- package/lib/i18n/locales/ru.json +711 -0
- package/lib/i18n/locales/tr.json +689 -0
- package/lib/i18n/locales/zh-TW.json +689 -0
- package/lib/i18n/locales/zh.json +689 -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 +220 -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 +37 -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 +183 -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.map +1 -0
- package/lib/router/path.js +140 -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 +248 -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 +252 -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.map +1 -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 +96 -126
- 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 +124 -0
- package/src/features/agent/chat/AgentChatFixtureReplay.tsx +248 -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 +679 -0
- package/src/features/agent/chat/ModernAgentConversation.tsx +1239 -722
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +946 -0
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +2244 -343
- package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +437 -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/MessageInput.test.tsx +211 -0
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +394 -268
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +435 -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 +421 -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 +1232 -88
- package/src/features/agent/chat/ModernAgentOutput/utils.ts +190 -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/hooks/useAgentPlans.ts +22 -27
- package/src/features/agent/chat/hooks/useAgentStream.test.tsx +250 -0
- package/src/features/agent/chat/hooks/useAgentStream.ts +185 -125
- 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 +182 -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 +70 -51
- package/src/features/permissions/helpers.ts +8 -5
- package/src/features/permissions/index.ts +4 -4
- package/src/features/store/collections/BrowseCollectionView.tsx +17 -19
- 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 +164 -93
- 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 +401 -600
- 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 +23 -21
- 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 +137 -128
- 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 +77 -21
- package/src/i18n/locales/de.json +77 -21
- package/src/i18n/locales/en.json +93 -25
- package/src/i18n/locales/es.json +79 -23
- package/src/i18n/locales/fr.json +77 -21
- package/src/i18n/locales/it.json +79 -23
- package/src/i18n/locales/ja.json +77 -21
- package/src/i18n/locales/ko.json +77 -21
- package/src/i18n/locales/pt.json +79 -23
- package/src/i18n/locales/ru.json +77 -21
- package/src/i18n/locales/tr.json +77 -21
- package/src/i18n/locales/zh-TW.json +77 -21
- package/src/i18n/locales/zh.json +77 -21
- 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 +55 -32
- package/src/router/Nav.tsx +36 -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 +32 -22
- package/src/router/RouterProvider.tsx +24 -22
- package/src/router/index.ts +10 -10
- package/src/router/path.ts +4 -3
- package/src/session/UserSession.ts +96 -64
- package/src/session/UserSessionProvider.tsx +173 -87
- 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/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 +6 -6
- 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 -6
- 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 -212
- 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 -562
- 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 -99
- 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 -196
- 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 -636
- 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.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/JSONEditor.js +0 -53
- package/lib/esm/widgets/json-view/JSONEditor.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 -6
- 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 -39
- 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.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.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/JSONEditor.d.ts +0 -28
- package/lib/types/widgets/json-view/JSONEditor.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 -7
- 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/router → router}/path.d.ts +0 -0
- /package/lib/{types/session → session}/auth/domainRouting.d.ts +0 -0
- /package/lib/{esm/session → session}/auth/domainRouting.js +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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vertesia-ui-session.js","sources":["esm/session/constants.js","esm/session/auth/firebase.js","esm/session/auth/composable.js","esm/i18n/instance.js","esm/session/auth/useCurrentTenant.js","esm/session/auth/useAuthState.js","esm/session/auth/domainRouting.js","esm/session/UserSession.js","esm/session/UserSessionProvider.js","esm/session/useUXTracking.js"],"sourcesContent":["export const LastSelectedAccountId_KEY = 'composableai.lastSelectedAccountId';\nexport const LastSelectedProjectId_KEY = 'composableai.lastSelectedProjectId';\n//# sourceMappingURL=constants.js.map","import { Env } from \"@vertesia/ui/env\";\nimport { getAnalytics } from \"firebase/analytics\";\nimport { initializeApp } from \"firebase/app\";\nimport { getAuth } from \"firebase/auth\";\n// Use lazy initialization to avoid accessing Env before it's initialized\nlet _firebaseApp = null;\nlet _analytics = null;\nlet _firebaseAuth = null;\n// Getters that lazily initialize Firebase components when first accessed\nexport function getFirebaseApp() {\n if (!_firebaseApp) {\n try {\n if (!Env.firebase) {\n throw new Error(\"Firebase configuration is not available in the environment\");\n }\n _firebaseApp = initializeApp(Env.firebase);\n }\n catch (error) {\n console.error(\"Failed to initialize Firebase app:\", error);\n throw new Error(\"Firebase initialization failed - environment may not be properly initialized\", { cause: error });\n }\n }\n return _firebaseApp;\n}\nexport function getFirebaseAnalytics() {\n if (!_analytics) {\n _analytics = getAnalytics(getFirebaseApp());\n }\n return _analytics;\n}\nexport function getFirebaseAuth() {\n if (!_firebaseAuth) {\n _firebaseAuth = getAuth(getFirebaseApp());\n }\n return _firebaseAuth;\n}\nexport async function setFirebaseTenant(tenantEmail) {\n if (!tenantEmail) {\n console.log(\"No tenant name or email specified, skipping tenant setup\");\n return;\n }\n if (!Env.firebase) {\n console.log(\"Firebase configuration is not available in the environment\");\n return;\n }\n try {\n if (tenantEmail)\n console.log(`Resolving tenant ID from email: ${tenantEmail}`);\n // Add retry logic with exponential backoff\n let retries = 3;\n let retryDelay = 250; // Start with 250ms delay\n while (retries > 0) {\n try {\n // Call the API endpoint to resolve the tenant ID\n const response = await fetch(\"/api/resolve-tenant\", {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify({\n tenantEmail: tenantEmail,\n }),\n // Add timeout to prevent hanging requests\n signal: AbortSignal.timeout(5000),\n });\n // Check for network errors\n if (!response) {\n throw new Error(\"No response received from tenant API\");\n }\n // Handle HTTP error responses\n if (!response.ok) {\n // Try to parse the error response\n try {\n const errorData = await response.json();\n console.error(\"Failed to resolve tenant ID:\", errorData.error);\n }\n catch (parseError) {\n console.error(`Failed to resolve tenant ID: HTTP ${response.status}`);\n }\n // If the error is 404 Not Found, no need to retry\n if (response.status === 404) {\n console.warn(`Tenant not found for ${tenantEmail}`);\n return;\n }\n throw new Error(`HTTP error ${response.status}`);\n }\n // Successfully got a response, parse it\n const data = (await response.json());\n if (data && data.firebaseTenantId) {\n const auth = getFirebaseAuth();\n auth.tenantId = data.firebaseTenantId;\n Env.firebase.providerType = data.provider ?? \"oidc\";\n console.log(`Tenant ID set to ${auth.tenantId}`);\n return data;\n }\n else {\n console.error(`Invalid response format, missing tenantId for ${tenantEmail}`);\n return; // No need to retry for invalid response format\n }\n }\n catch (fetchError) {\n // Only retry for network-related errors\n if (retries > 1) {\n console.warn(`Tenant resolution failed, retrying in ${retryDelay}ms...`, fetchError);\n await new Promise((resolve) => setTimeout(resolve, retryDelay));\n retryDelay *= 2; // Exponential backoff\n retries--;\n }\n else {\n throw fetchError; // Last retry failed, propagate error\n }\n }\n }\n }\n catch (error) {\n // Final error handler\n console.error(\"Error setting Firebase tenant:\", error instanceof Error ? error.message : \"Unknown error\");\n // Continue without tenant ID - authentication will work without multi-tenancy\n // but the user will access the default tenant\n }\n}\nexport async function getFirebaseAuthToken(refresh) {\n const auth = getFirebaseAuth();\n const user = auth.currentUser;\n if (user) {\n return user\n .getIdToken(refresh)\n .then((token) => {\n Env.logger.info(\"Got Firebase token\", {\n vertesia: {\n user_email: user.email,\n user_name: user.displayName,\n user_id: user.uid,\n refresh: refresh,\n },\n });\n return token;\n })\n .catch((err) => {\n Env.logger.error(\"Failed to get Firebase token\", {\n vertesia: {\n user_email: user.email,\n user_name: user.displayName,\n user_id: user.uid,\n refresh: refresh,\n error: err,\n },\n });\n console.error(\"Failed to get access token\", err);\n return null;\n });\n }\n else {\n Env.logger.warn(\"No user found\");\n return Promise.resolve(null);\n }\n}\n//# sourceMappingURL=firebase.js.map","import { jwtDecode } from \"jwt-decode\";\nimport { Env } from '@vertesia/ui/env';\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY } from '../constants';\nimport { getFirebaseAuth, getFirebaseAuthToken } from './firebase';\nlet AUTH_TOKEN_RAW;\nlet AUTH_TOKEN;\nexport async function fetchComposableToken(getIdToken, accountId, projectId, ttl, retryCount = 0) {\n console.log(`Getting/refreshing composable token for account ${accountId} and project ${projectId} `);\n Env.logger.info('Getting/refreshing composable token', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n retry_count: retryCount,\n },\n });\n const idToken = await getIdToken(); //get from firebase\n if (!idToken) {\n console.log('No id token found - using cookie auth');\n throw new Error('No id token found');\n }\n // Use STS endpoint - either configured or default to sts.vertesia.io\n const stsEndpoint = Env.endpoints.sts;\n console.log('Using STS for token generation:', stsEndpoint);\n Env.logger.info('Using STS for token generation', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n sts_url: stsEndpoint,\n },\n });\n try {\n // Call STS to generate a user token\n const stsUrl = new URL(stsEndpoint + '/token/issue');\n const requestBody = {\n type: 'user',\n account_id: accountId,\n project_id: projectId,\n expires_at: ttl ? Math.floor(Date.now() / 1000) + ttl : undefined,\n };\n const stsRes = await fetch(stsUrl, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n 'Authorization': `Bearer ${idToken}` // Firebase token for authentication\n },\n body: JSON.stringify(requestBody)\n }).catch((error) => {\n console.error('Failed to call STS endpoint', error);\n Env.logger.error('Failed to call STS endpoint', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n error: error,\n },\n });\n throw new STSError('Failed to call STS endpoint', stsEndpoint);\n });\n if (idToken && stsRes?.status === 404) {\n // User not found in token-server - call ensure-user endpoint\n console.log('404: User not found - calling ensure-user endpoint');\n Env.logger.info('404: User not found - calling ensure-user endpoint', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes?.status\n },\n });\n const ensureResponse = await fetch(Env.endpoints.studio + '/auth/ensure-user', {\n method: 'POST',\n headers: {\n 'Authorization': `Bearer ${idToken}`,\n 'Content-Type': 'application/json'\n }\n });\n if (ensureResponse.status === 412) {\n // No invite - trigger signup\n console.log('412: No invite found - signup required');\n Env.logger.info('412: No invite found - signup required', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n }\n });\n const idTokenDecoded = jwtDecode(idToken);\n if (!idTokenDecoded?.email) {\n Env.logger.error('No email found in id token');\n throw new Error('No email found in id token');\n }\n throw new UserNotFoundError('User not found - signup required', idTokenDecoded.email);\n }\n if (!ensureResponse.ok) {\n console.error('Failed to ensure user exists', ensureResponse.status);\n Env.logger.error('Failed to ensure user exists', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: ensureResponse.status,\n },\n });\n throw new Error('Failed to ensure user exists');\n }\n // User created/exists - retry token generation\n console.log('User ensured - retrying token generation');\n Env.logger.info('User ensured - retrying token generation', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n }\n });\n return fetchComposableToken(getIdToken, accountId, projectId, ttl, retryCount);\n }\n if (idToken && stsRes?.status === 412) {\n console.log(\"412: auth succeeded but user doesn't exist - signup required\", stsRes?.status);\n Env.logger.error(\"412: auth succeeded but user doesn't exist - signup required\", {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes?.status\n },\n });\n const idTokenDecoded = jwtDecode(idToken);\n if (!idTokenDecoded?.email) {\n Env.logger.error('No email found in id token');\n throw new Error('No email found in id token');\n }\n Env.logger.error('User not found', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n email: idTokenDecoded.email\n }\n });\n throw new UserNotFoundError('User not found', idTokenDecoded.email);\n }\n if (stsRes.status === 403) {\n // User doesn't have access to the requested account/project, or has no accounts\n // This can happen with:\n // 1. Stale localStorage from previous user\n // 2. User invited to a new account (doesn't have access yet)\n // 3. User exists but has no accounts at all\n if (retryCount > 0) {\n // Already retried without account scope - this is a real authorization failure\n console.error('403: Access denied even without account scope - user may have no accounts');\n Env.logger.error('403: Access denied after retry - authorization failure', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes.status,\n retry_count: retryCount\n },\n });\n throw new Error('Access denied - user may not have access to any accounts');\n }\n console.log('403: Access denied - clearing cached account and retrying without account scope');\n Env.logger.warn('403: Access denied - clearing cached account and retrying', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes.status,\n retry_count: retryCount\n },\n });\n // Clear any stale account/project from localStorage\n localStorage.removeItem(LastSelectedAccountId_KEY);\n if (accountId) {\n localStorage.removeItem(LastSelectedProjectId_KEY + '-' + accountId);\n }\n // Retry without account/project scope - let user log in to their default account\n return fetchComposableToken(getIdToken, undefined, undefined, ttl, retryCount + 1);\n }\n if (!stsRes.ok) {\n const errorText = await stsRes.text();\n console.error('STS token generation failed:', stsRes.status, errorText);\n Env.logger.error('STS token generation failed', {\n vertesia: {\n status: stsRes.status,\n error: errorText,\n account_id: accountId,\n project_id: projectId,\n },\n });\n throw new Error(`Failed to get token from STS: ${stsRes.status}`);\n }\n const { token } = await stsRes.json();\n console.log('Successfully got token from STS');\n Env.logger.info('Successfully got token from STS');\n return token;\n }\n catch (error) {\n if (error instanceof UserNotFoundError || error instanceof STSError) {\n throw error; // Re-throw UserNotFoundError and STSError to be handled separately in the caller\n }\n // Clear any stale account/project from localStorage on error\n localStorage.removeItem(LastSelectedAccountId_KEY);\n if (accountId) {\n localStorage.removeItem(LastSelectedProjectId_KEY + '-' + accountId);\n }\n console.error('Failed to get composable token from STS', error);\n Env.logger.error('Failed to get composable token from STS', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n error: error,\n },\n });\n throw new Error('Failed to get composable token', { cause: error });\n }\n}\n/**\n *\n * @param accountId\n * @param projectId\n * @param ttl time to live for the token in seconds\n * @returns\n */\nexport async function fetchComposableTokenFromFirebaseToken(accountId, projectId, ttl) {\n return fetchComposableToken(getFirebaseAuthToken, accountId, projectId, ttl);\n}\nexport async function getComposableToken(accountId, projectId, initToken, forceRefresh = false, useInternalAuth = false) {\n const selectedAccount = accountId ?? localStorage.getItem(LastSelectedAccountId_KEY) ?? undefined;\n const selectedProject = projectId ?? localStorage.getItem(LastSelectedProjectId_KEY + '-' + selectedAccount) ?? undefined;\n //token is still valid for more than 5 minutes\n if (!forceRefresh && AUTH_TOKEN_RAW && AUTH_TOKEN && AUTH_TOKEN.exp > (Date.now() / 1000 + 300)) {\n return { rawToken: AUTH_TOKEN_RAW, token: AUTH_TOKEN, error: false };\n }\n //token is close to expire, refresh it\n if (!useInternalAuth && getFirebaseAuth().currentUser) {\n //we have a firebase user, get the token from there\n AUTH_TOKEN_RAW = await fetchComposableTokenFromFirebaseToken(selectedAccount, selectedProject);\n }\n else if (initToken || AUTH_TOKEN_RAW) {\n // we have a token already and no firebase user, refresh it\n AUTH_TOKEN_RAW = await fetchComposableToken(() => Promise.resolve(initToken ?? AUTH_TOKEN_RAW), selectedAccount, selectedProject);\n }\n if (!AUTH_TOKEN_RAW) {\n Env.logger.error('Cannot acquire a composable token', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n throw new Error('Cannot acquire a composable token');\n }\n AUTH_TOKEN = jwtDecode(AUTH_TOKEN_RAW);\n if (!AUTH_TOKEN || !AUTH_TOKEN.exp || !AUTH_TOKEN_RAW) {\n console.error('Invalid composable token', AUTH_TOKEN);\n Env.logger.error('Invalid composable token', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n throw new Error('Invalid composable token');\n }\n return { rawToken: AUTH_TOKEN_RAW, token: AUTH_TOKEN, error: false };\n}\nexport class UserNotFoundError extends Error {\n email;\n constructor(message, email) {\n super(message);\n this.name = 'UserNotFoundError';\n this.email = email;\n }\n}\nexport class STSError extends Error {\n stsURL;\n constructor(message, stsURL) {\n super(message);\n this.name = 'STSError';\n this.stsURL = stsURL;\n }\n}\n//# sourceMappingURL=composable.js.map","import i18next from 'i18next';\nimport { initReactI18next } from 'react-i18next';\nimport ar from './locales/ar.json';\nimport de from './locales/de.json';\nimport en from './locales/en.json';\nimport es from './locales/es.json';\nimport fr from './locales/fr.json';\nimport it from './locales/it.json';\nimport ja from './locales/ja.json';\nimport ko from './locales/ko.json';\nimport pt from './locales/pt.json';\nimport ru from './locales/ru.json';\nimport tr from './locales/tr.json';\nimport zh from './locales/zh.json';\nimport zhTW from './locales/zh-TW.json';\nexport const NAMESPACE = 'vertesia.ui';\n// Scoped instance — does NOT touch the global i18next singleton\nconst i18nInstance = i18next.createInstance();\nvoid i18nInstance.use(initReactI18next).init({\n resources: {\n ar: { [NAMESPACE]: ar },\n de: { [NAMESPACE]: de },\n en: { [NAMESPACE]: en },\n es: { [NAMESPACE]: es },\n fr: { [NAMESPACE]: fr },\n it: { [NAMESPACE]: it },\n ja: { [NAMESPACE]: ja },\n ko: { [NAMESPACE]: ko },\n pt: { [NAMESPACE]: pt },\n ru: { [NAMESPACE]: ru },\n tr: { [NAMESPACE]: tr },\n zh: { [NAMESPACE]: zh },\n 'zh-TW': { [NAMESPACE]: zhTW },\n },\n fallbackLng: 'en',\n ns: [NAMESPACE],\n defaultNS: NAMESPACE,\n interpolation: {\n escapeValue: false, // React already escapes\n },\n react: {\n useSuspense: false, // Translations are bundled, no async loading\n },\n});\nexport { i18nInstance };\n//# sourceMappingURL=instance.js.map","import { useState, useEffect } from 'react';\nimport { useUserSession } from \"@vertesia/ui/session\";\nimport { i18nInstance, NAMESPACE } from '../../i18n/instance.js';\nexport function useCurrentTenant() {\n const t = i18nInstance.getFixedT(null, NAMESPACE);\n const { user } = useUserSession();\n const [currentTenant, setCurrentTenant] = useState(null);\n const [isLoading, setIsLoading] = useState(true);\n const [error, setError] = useState(null);\n useEffect(() => {\n const loadCurrentTenant = async () => {\n if (!user?.email) {\n setCurrentTenant(null);\n setIsLoading(false);\n return;\n }\n try {\n const response = await fetch('/api/resolve-tenant', {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify({\n tenantEmail: user.email\n })\n });\n if (response.ok) {\n const tenantData = await response.json();\n if (tenantData) {\n // Convert the resolved tenant data to our TenantConfig format\n setCurrentTenant({\n tenantKey: tenantData.name || 'unknown',\n name: tenantData.label || tenantData.name || 'Unknown',\n domain: tenantData.domain || [],\n firebaseTenantId: tenantData.firebaseTenantId,\n provider: tenantData.provider,\n logo: tenantData.logo\n });\n }\n else {\n setCurrentTenant(null);\n }\n }\n else {\n setCurrentTenant(null);\n }\n }\n catch (error) {\n console.error('Error loading current tenant:', error);\n setError(t('errors.failedToLoadTenantConfig'));\n setCurrentTenant(null);\n }\n finally {\n setIsLoading(false);\n }\n };\n loadCurrentTenant();\n }, [user?.email]);\n return {\n currentTenant,\n isLoading,\n error\n };\n}\n//# sourceMappingURL=useCurrentTenant.js.map","/**\n * This hook is used to generate and verify state for OAuth2 authorization requests.\n * @returns\n */\nimport { useCallback } from \"react\";\nconst AUTH_STATE_KEY = 'auth_state';\nconst STATE_EXPIRY_KEY = 'auth_state_expiry';\nconst STATE_TTL = 5 * 60 * 1000; // 5 min\nexport function useAuthState() {\n // Generate new state\n const generateState = useCallback(() => {\n const state = crypto.randomUUID();\n const expiryTime = Date.now() + STATE_TTL;\n // Store state and expiry\n sessionStorage.setItem(AUTH_STATE_KEY, state);\n sessionStorage.setItem(STATE_EXPIRY_KEY, expiryTime.toString());\n return state;\n }, []);\n // Verify returned state\n const verifyState = useCallback((returnedState) => {\n if (!returnedState) {\n return 'Missing state';\n }\n const savedState = sessionStorage.getItem(AUTH_STATE_KEY);\n const expiryTime = parseInt(sessionStorage.getItem(STATE_EXPIRY_KEY) || '0');\n let reason;\n // Verify state matches and hasn't expired\n if (savedState !== returnedState) {\n reason = `State mismatched (${savedState} !== ${returnedState})`;\n }\n else if (Date.now() > expiryTime) {\n reason = 'State expired';\n }\n else {\n reason = undefined; // No errors\n }\n return reason;\n }, []);\n // Clear state (useful for cleanup)\n const clearState = useCallback(() => {\n sessionStorage.removeItem(AUTH_STATE_KEY);\n sessionStorage.removeItem(STATE_EXPIRY_KEY);\n }, []);\n return { generateState, verifyState, clearState };\n}\n//# sourceMappingURL=useAuthState.js.map","export function shouldUseFirebaseAuth(_hostname) {\n return window.AUTH_MODE === 'firebase';\n}\nexport function shouldRedirectToCentralAuth(_hostname) {\n return !shouldUseFirebaseAuth();\n}\n//# sourceMappingURL=domainRouting.js.map","import { jwtDecode } from 'jwt-decode';\nimport { createContext, useContext } from 'react';\nimport { VertesiaClient } from '@vertesia/client';\nimport { Env } from '@vertesia/ui/env';\nimport { getComposableToken } from './auth/composable';\nimport { shouldRedirectToCentralAuth } from './auth/domainRouting';\nimport { getFirebaseAuth } from './auth/firebase';\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY } from './constants';\nexport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY };\nconst CENTRAL_AUTH_REDIRECT = \"https://internal-auth.vertesia.app/\";\nclass UserSession {\n isLoading = true;\n client;\n authError;\n authToken;\n setSession;\n lastSelectedAccount;\n lastSelectedProject;\n onboardingComplete;\n constructor(client, setSession) {\n if (client) {\n this.client = client;\n }\n else {\n this.client = new VertesiaClient({\n serverUrl: Env.endpoints.studio,\n storeUrl: Env.endpoints.zeno,\n tokenServerUrl: Env.endpoints.sts\n });\n }\n if (setSession) {\n this.setSession = setSession;\n }\n this.logout = this.logout.bind(this);\n }\n get store() {\n return this.client.store;\n }\n get user() {\n return this.authToken;\n }\n get account() {\n return this.authToken?.account;\n }\n get project() {\n return this.authToken?.project;\n }\n get accounts() {\n return this.authToken?.accounts;\n }\n get authCallback() {\n return this.rawAuthToken.then(token => `Bearer ${token}`);\n }\n get rawAuthToken() {\n return getComposableToken().then(res => {\n const token = res?.rawToken;\n if (!token) {\n throw new Error('No token available');\n }\n this.authToken = jwtDecode(token);\n return token;\n });\n }\n signOut() {\n this.logout();\n }\n getAccount() {\n return this.authToken?.account;\n }\n async login(token) {\n this.authError = undefined;\n this.isLoading = false;\n this.client.withAuthCallback(() => this.authCallback);\n this.authToken = jwtDecode(token);\n console.log(`Logging in as ${this.authToken?.name} with account ${this.authToken?.account.name} (${this.authToken?.account.id}, and project ${this.authToken?.project?.name} (${this.authToken?.project?.id})`);\n //store selected account in local storage\n localStorage.setItem(LastSelectedAccountId_KEY, this.authToken.account.id);\n localStorage.setItem(LastSelectedProjectId_KEY + '-' + this.authToken.account.id, this.authToken.project?.id ?? '');\n // notify the host app of the login\n Env.onLogin?.(this.authToken);\n await this.fetchOnboardingStatus();\n return Promise.resolve();\n }\n isLoggedIn() {\n return !!this.authToken;\n }\n logout() {\n console.log('Logging out');\n if (shouldRedirectToCentralAuth()) {\n // Redirect to central auth for logout\n // Central auth will handle Firebase logout\n console.log('Using central auth logout');\n this.authError = undefined;\n this.isLoading = false;\n this.authToken = undefined;\n this.setSession = undefined;\n this.client.withAuthCallback(undefined);\n const logoutUrl = new URL(CENTRAL_AUTH_REDIRECT);\n const currentUrl = new URL(window.location.href);\n currentUrl.hash = \"\";\n logoutUrl.pathname = \"/logout\";\n logoutUrl.searchParams.set(\"redirect_uri\", currentUrl.toString());\n location.replace(logoutUrl.toString());\n }\n else {\n // Use Firebase logout directly\n console.log('Using Firebase logout');\n const wasLoggedIn = !!this.authToken;\n if (this.authToken) {\n getFirebaseAuth().signOut();\n }\n this.authError = undefined;\n this.isLoading = false;\n this.authToken = undefined;\n this.setSession = undefined;\n this.client.withAuthCallback(undefined);\n // Navigate to root to avoid React rendering errors when\n // unmounting deeply nested route components during logout.\n // Only navigate if user was actually logged in to avoid\n // infinite reload loop on fresh/incognito sessions.\n if (wasLoggedIn) {\n location.replace(\"/\");\n }\n }\n }\n async switchAccount(targetAccountId) {\n localStorage.setItem(LastSelectedAccountId_KEY, targetAccountId);\n if (this) {\n if (this.account && this.project) {\n localStorage.setItem(LastSelectedProjectId_KEY + '-' + this.account.id, this.project.id);\n }\n else if (this.account) {\n localStorage.removeItem(LastSelectedProjectId_KEY + '-' + this.account.id);\n }\n }\n window.location.replace('/?a=' + targetAccountId);\n }\n async switchProject(targetProjectId) {\n if (this.account) {\n localStorage.setItem(LastSelectedProjectId_KEY + '-' + this.account.id, targetProjectId);\n }\n window.location.replace('/?a=' + this.account?.id + '&p=' + targetProjectId);\n }\n async fetchAccounts() {\n return this.client.accounts.list().then(accounts => {\n if (!this.authToken) {\n throw new Error('No token available');\n }\n this.authToken.accounts = accounts;\n this.setSession?.(this.clone());\n }).catch(err => {\n console.error('Failed to fetch accounts', err);\n throw err;\n });\n }\n async fetchProjects(accountId) {\n return this.client.projects.list([accountId]).then(projects => {\n if (!this.authToken) {\n throw new Error('No token available');\n }\n this.authToken = {\n ...this.authToken,\n accounts: this.authToken.accounts?.map(account => {\n if (account.id === accountId) {\n return {\n ...account,\n projects: projects.filter(project => project.account === accountId)\n };\n }\n return account;\n })\n };\n this.setSession?.(this.clone());\n }).catch(err => {\n console.error('Failed to fetch projects', err);\n throw err;\n });\n }\n async fetchOnboardingStatus() {\n if (this.onboardingComplete) {\n console.log('Onboarding already completed');\n return false;\n }\n const previousStatus = this.onboardingComplete;\n try {\n const onboarding = await this.client.account.onboardingProgress();\n this.onboardingComplete = Object.values(onboarding).every(value => value === true);\n if (previousStatus !== this.onboardingComplete) {\n return true;\n }\n this.setSession?.(this.clone());\n }\n catch (error) {\n console.error('Error fetching onboarding status:', error);\n this.onboardingComplete = false;\n this.setSession?.(this.clone());\n }\n return false;\n }\n clone() {\n const session = new UserSession(this.client);\n session.isLoading = this.isLoading;\n session.authError = this.authError;\n session.authToken = this.authToken;\n session.setSession = this.setSession;\n session.lastSelectedAccount = this.lastSelectedAccount;\n session.switchAccount = this.switchAccount;\n session.onboardingComplete = this.onboardingComplete;\n return session;\n }\n}\nconst UserSessionContext = createContext(undefined);\nexport function useUserSession() {\n const session = useContext(UserSessionContext);\n if (!session) {\n throw new Error('useUserSession must be used within a UserSessionProvider');\n }\n return session;\n}\nexport { UserSession, UserSessionContext };\n//# sourceMappingURL=UserSession.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Env } from \"@vertesia/ui/env\";\nimport { onAuthStateChanged } from \"firebase/auth\";\nimport { useEffect, useRef, useState } from \"react\";\nimport { STSError, UserNotFoundError, getComposableToken } from \"./auth/composable\";\nimport { shouldRedirectToCentralAuth } from \"./auth/domainRouting\";\nimport { getFirebaseAuth } from \"./auth/firebase\";\nimport { useAuthState } from \"./auth/useAuthState\";\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY, UserSession, UserSessionContext } from \"./UserSession\";\nconst CENTRAL_AUTH_REDIRECT = \"https://internal-auth.vertesia.app/\";\nexport function UserSessionProvider({ children }) {\n const hashParams = new URLSearchParams(location.hash.substring(1));\n const token = hashParams.get(\"token\");\n const state = hashParams.get(\"state\");\n const [session, setSession] = useState(new UserSession());\n const { generateState, verifyState, clearState } = useAuthState();\n const hasInitiatedAuthRef = useRef(false);\n const redirectToCentralAuth = (projectId, accountId) => {\n const url = new URL(`${CENTRAL_AUTH_REDIRECT}?sts=${Env.endpoints.sts ?? \"https://sts.vertesia.io\"}`);\n const currentUrl = new URL(window.location.href);\n currentUrl.hash = \"\";\n if (projectId)\n currentUrl.searchParams.set(\"p\", projectId);\n if (accountId)\n currentUrl.searchParams.set(\"a\", accountId);\n url.searchParams.set(\"redirect_uri\", currentUrl.toString());\n url.searchParams.set(\"state\", generateState());\n location.replace(url.toString());\n };\n useEffect(() => {\n // Make this effect idempotent - only run auth flow once\n if (hasInitiatedAuthRef.current) {\n console.log(\"Auth: skipping duplicate auth flow initiation\");\n return;\n }\n hasInitiatedAuthRef.current = true;\n console.log(\"Auth: starting auth flow\");\n Env.logger.info(\"Starting auth flow\");\n const currentUrl = new URL(window.location.href);\n const selectedAccount = currentUrl.searchParams.get(\"a\") ?? localStorage.getItem(LastSelectedAccountId_KEY) ?? undefined;\n const selectedProject = currentUrl.searchParams.get(\"p\") ??\n localStorage.getItem(LastSelectedProjectId_KEY + \"-\" + selectedAccount) ??\n undefined;\n console.log(\"Auth: selected account\", selectedAccount);\n console.log(\"Auth: selected project\", selectedProject);\n Env.logger.info(\"Selected account and project\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n if (token && state) {\n session.setSession = setSession;\n const validationError = verifyState(state);\n if (validationError) {\n console.error(`Auth: invalid state: ${validationError}`);\n Env.logger.error(`Invalid state: ${validationError}`, {\n vertesia: {\n state: state,\n },\n });\n redirectToCentralAuth();\n }\n else {\n clearState();\n }\n getComposableToken(selectedAccount, selectedProject, token, false, shouldRedirectToCentralAuth())\n .then((res) => {\n session.login(res.rawToken).then(() => {\n setSession(session.clone());\n //cleanup the hash\n window.location.hash = \"\";\n });\n })\n .catch((err) => {\n // Don't redirect to central auth for UserNotFoundError - let signup flow handle it\n if (err instanceof UserNotFoundError) {\n console.log(\"User not found - will trigger signup flow\", err);\n session.isLoading = false;\n session.authError = err;\n setSession(session.clone());\n return;\n }\n if (err instanceof STSError) {\n console.error(\"STS error during token exchange\", err);\n Env.logger.error(\"STS error during token exchange\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n sts_url: err.stsURL,\n error: err,\n },\n });\n window.alert(\"Authentication failed due to an issue with the authentication service. Please try again later.\");\n session.logout();\n setSession(session.clone());\n window.location.hash = \"\";\n return;\n }\n console.error(\"Failed to fetch user token from studio, redirecting to central auth\", err);\n Env.logger.error(\"Failed to fetch user token from studio, redirecting to central auth\", {\n vertesia: {\n error: err,\n },\n });\n redirectToCentralAuth();\n });\n return;\n }\n else {\n // If the current host is not in the Firebase allowlist, central auth owns sign-in.\n if (!session.isLoggedIn()) {\n console.log(\"Auth: not logged in & no token/state\");\n Env.logger.info(\"Not logged in & no token/state\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n if (shouldRedirectToCentralAuth()) {\n console.log(\"Auth: host is not in Firebase auth allowlist, redirecting to central auth with selection\", selectedAccount, selectedProject);\n Env.logger.info(\"Redirecting to central auth with selection\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n redirectToCentralAuth();\n return; // Don't register onAuthStateChanged listener when redirecting\n }\n else {\n console.log(\"Auth: host is in Firebase auth allowlist\");\n Env.logger.info(\"Host is in Firebase auth allowlist\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n }\n }\n }\n return onAuthStateChanged(getFirebaseAuth(), async (firebaseUser) => {\n if (firebaseUser) {\n console.log(\"Auth: successful login with firebase\");\n Env.logger.info(\"Successful login with firebase\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n session.setSession = setSession;\n await getComposableToken(selectedAccount, selectedProject, undefined, false, shouldRedirectToCentralAuth())\n .then((res) => {\n session.login(res.rawToken).then(() => setSession(session.clone()));\n })\n .catch((err) => {\n console.error(\"Failed to fetch user token from studio\", err);\n Env.logger.error(\"Failed to fetch user token from studio\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n error: err,\n },\n });\n if (!(err instanceof UserNotFoundError))\n session.logout();\n session.isLoading = false;\n session.authError = err;\n setSession(session.clone());\n });\n }\n else {\n // anonymous user\n console.log(\"Auth: using anonymous user\");\n Env.logger.info(\"Using anonymous user\", {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n session.client.withAuthCallback(undefined);\n session.logout();\n setSession(session.clone());\n }\n });\n }, []);\n return _jsx(UserSessionContext.Provider, { value: session, children: children });\n}\n//# sourceMappingURL=UserSessionProvider.js.map","import { Env } from '@vertesia/ui/env';\nimport { logEvent } from \"firebase/analytics\";\nimport { getFirebaseAnalytics } from \"./auth/firebase\";\nexport function useUXTracking() {\n //identify user in monitoring and UX systems\n const tagUserSession = async (user) => {\n const signupData = window.localStorage.getItem(\"composableSignupData\");\n if (!user) {\n console.error('No user found -- skipping tagging');\n return;\n }\n if (signupData) {\n window.localStorage.removeItem(\"composableSignupData\");\n }\n };\n //send event to analytics and UX systems\n const trackEvent = (eventName, eventProperties) => {\n if (!Env.isProd) {\n console.debug('track event', eventName, eventProperties);\n }\n //GA via firebase\n logEvent(getFirebaseAnalytics(), eventName, { ...eventProperties, debug_mode: !Env.isProd });\n };\n return {\n tagUserSession,\n trackEvent\n };\n}\n//# sourceMappingURL=useUXTracking.js.map"],"names":["LastSelectedAccountId_KEY","LastSelectedProjectId_KEY","AUTH_TOKEN_RAW","AUTH_TOKEN","_firebaseApp","_analytics","_firebaseAuth","getFirebaseApp","Env","firebase","Error","initializeApp","error","console","cause","getFirebaseAnalytics","getAnalytics","getFirebaseAuth","getAuth","async","setFirebaseTenant","tenantEmail","log","retries","retryDelay","response","fetch","method","headers","body","JSON","stringify","signal","AbortSignal","timeout","ok","errorData","json","parseError","status","warn","data","firebaseTenantId","auth","tenantId","providerType","provider","fetchError","Promise","resolve","setTimeout","message","getFirebaseAuthToken","refresh","user","currentUser","getIdToken","then","token","logger","info","vertesia","user_email","email","user_name","displayName","user_id","uid","catch","err","fetchComposableToken","accountId","projectId","ttl","retryCount","account_id","project_id","retry_count","idToken","stsEndpoint","endpoints","sts","sts_url","stsUrl","URL","requestBody","type","expires_at","Math","floor","Date","now","undefined","stsRes","Authorization","STSError","ensureResponse","studio","idTokenDecoded","jwtDecode","UserNotFoundError","localStorage","removeItem","errorText","text","fetchComposableTokenFromFirebaseToken","getComposableToken","initToken","forceRefresh","useInternalAuth","selectedAccount","getItem","selectedProject","exp","rawToken","constructor","super","this","name","stsURL","NAMESPACE","i18nInstance","i18next","createInstance","useCurrentTenant","t","getFixedT","useUserSession","currentTenant","setCurrentTenant","useState","isLoading","setIsLoading","setError","useEffect","tenantData","tenantKey","label","domain","logo","loadCurrentTenant","use","initReactI18next","init","resources","ar","de","en","es","fr","it","ja","ko","pt","ru","tr","zh","fallbackLng","ns","defaultNS","interpolation","escapeValue","react","useSuspense","AUTH_STATE_KEY","STATE_EXPIRY_KEY","useAuthState","generateState","useCallback","state","crypto","randomUUID","expiryTime","sessionStorage","setItem","toString","verifyState","returnedState","savedState","parseInt","reason","clearState","shouldRedirectToCentralAuth","_hostname","window","AUTH_MODE","UserSession","client","authError","authToken","setSession","lastSelectedAccount","lastSelectedProject","onboardingComplete","VertesiaClient","serverUrl","storeUrl","zeno","tokenServerUrl","logout","bind","store","account","project","accounts","authCallback","rawAuthToken","res","signOut","getAccount","login","withAuthCallback","id","onLogin","fetchOnboardingStatus","isLoggedIn","logoutUrl","currentUrl","location","href","hash","pathname","searchParams","set","replace","wasLoggedIn","switchAccount","targetAccountId","switchProject","targetProjectId","fetchAccounts","list","clone","fetchProjects","projects","map","filter","previousStatus","onboarding","onboardingProgress","Object","values","every","value","session","UserSessionContext","createContext","useContext","UserSessionProvider","children","hashParams","URLSearchParams","substring","get","hasInitiatedAuthRef","useRef","redirectToCentralAuth","url","current","validationError","alert","onAuthStateChanged","firebaseUser","_jsx","Provider","useUXTracking","tagUserSession","signupData","trackEvent","eventName","eventProperties","isProd","debug","logEvent","debug_mode"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"vertesia-ui-session.js","sources":["session/constants.js","session/auth/firebase.js","session/auth/composable.js","session/auth/useAuthState.js","session/auth/domainRouting.js","session/UserSession.js","session/auth/useCurrentTenant.js","session/UserSessionProvider.js","session/useUXTracking.js"],"sourcesContent":["export const LastSelectedAccountId_KEY = 'composableai.lastSelectedAccountId';\nexport const LastSelectedProjectId_KEY = 'composableai.lastSelectedProjectId';\n//# sourceMappingURL=constants.js.map","import { Env } from '@vertesia/ui/env';\nimport { getAnalytics } from 'firebase/analytics';\nimport { initializeApp } from 'firebase/app';\nimport { getAuth } from 'firebase/auth';\n// Use lazy initialization to avoid accessing Env before it's initialized\nlet _firebaseApp = null;\nlet _analytics = null;\nlet _firebaseAuth = null;\n// Getters that lazily initialize Firebase components when first accessed\nexport function getFirebaseApp() {\n if (!_firebaseApp) {\n try {\n if (!Env.firebase) {\n throw new Error('Firebase configuration is not available in the environment');\n }\n _firebaseApp = initializeApp(Env.firebase);\n }\n catch (error) {\n console.error('Failed to initialize Firebase app:', error);\n throw new Error('Firebase initialization failed - environment may not be properly initialized', {\n cause: error,\n });\n }\n }\n return _firebaseApp;\n}\nexport function getFirebaseAnalytics() {\n if (!_analytics) {\n _analytics = getAnalytics(getFirebaseApp());\n }\n return _analytics;\n}\nexport function getFirebaseAuth() {\n if (!_firebaseAuth) {\n _firebaseAuth = getAuth(getFirebaseApp());\n }\n return _firebaseAuth;\n}\nexport async function setFirebaseTenant(tenantEmail) {\n if (!tenantEmail) {\n console.log('No tenant name or email specified, skipping tenant setup');\n return;\n }\n if (!Env.firebase) {\n console.log('Firebase configuration is not available in the environment');\n return;\n }\n try {\n if (tenantEmail)\n console.log(`Resolving tenant ID from email: ${tenantEmail}`);\n // Add retry logic with exponential backoff\n let retries = 3;\n let retryDelay = 250; // Start with 250ms delay\n while (retries > 0) {\n try {\n // Call the API endpoint to resolve the tenant ID\n const response = await fetch('/api/resolve-tenant', {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify({\n tenantEmail: tenantEmail,\n }),\n // Add timeout to prevent hanging requests\n signal: AbortSignal.timeout(5000),\n });\n // Check for network errors\n if (!response) {\n throw new Error('No response received from tenant API');\n }\n // Handle HTTP error responses\n if (!response.ok) {\n // Try to parse the error response\n try {\n const errorData = await response.json();\n console.error('Failed to resolve tenant ID:', errorData.error);\n }\n catch {\n console.error(`Failed to resolve tenant ID: HTTP ${response.status}`);\n }\n // If the error is 404 Not Found, no need to retry\n if (response.status === 404) {\n console.warn(`Tenant not found for ${tenantEmail}`);\n return;\n }\n throw new Error(`HTTP error ${response.status}`);\n }\n // Successfully got a response, parse it\n const data = (await response.json());\n if (data?.firebaseTenantId) {\n const auth = getFirebaseAuth();\n auth.tenantId = data.firebaseTenantId;\n Env.firebase.providerType = data.provider ?? 'oidc';\n console.log(`Tenant ID set to ${auth.tenantId}`);\n return data;\n }\n else {\n console.error(`Invalid response format, missing tenantId for ${tenantEmail}`);\n return; // No need to retry for invalid response format\n }\n }\n catch (fetchError) {\n // Only retry for network-related errors\n if (retries > 1) {\n console.warn(`Tenant resolution failed, retrying in ${retryDelay}ms...`, fetchError);\n await new Promise((resolve) => setTimeout(resolve, retryDelay));\n retryDelay *= 2; // Exponential backoff\n retries--;\n }\n else {\n throw fetchError; // Last retry failed, propagate error\n }\n }\n }\n }\n catch (error) {\n // Final error handler\n console.error('Error setting Firebase tenant:', error instanceof Error ? error.message : 'Unknown error');\n // Continue without tenant ID - authentication will work without multi-tenancy\n // but the user will access the default tenant\n }\n}\nexport async function getFirebaseAuthToken(refresh) {\n const auth = getFirebaseAuth();\n const user = auth.currentUser;\n if (user) {\n return user\n .getIdToken(refresh)\n .then((token) => {\n Env.logger.info('Got Firebase token', {\n vertesia: {\n user_email: user.email,\n user_name: user.displayName,\n user_id: user.uid,\n refresh: refresh,\n },\n });\n return token;\n })\n .catch((err) => {\n Env.logger.error('Failed to get Firebase token', {\n vertesia: {\n user_email: user.email,\n user_name: user.displayName,\n user_id: user.uid,\n refresh: refresh,\n error: err,\n },\n });\n console.error('Failed to get access token', err);\n return null;\n });\n }\n else {\n Env.logger.warn('No user found');\n return Promise.resolve(null);\n }\n}\n//# sourceMappingURL=firebase.js.map","import { Env } from '@vertesia/ui/env';\nimport { jwtDecode } from 'jwt-decode';\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY } from '../constants';\nimport { getFirebaseAuth, getFirebaseAuthToken } from './firebase';\nlet AUTH_TOKEN_RAW;\nlet AUTH_TOKEN;\nfunction normalizeIssuer(value) {\n return value?.replace(/\\/+$/, '');\n}\nfunction decodeToken(token) {\n return jwtDecode(token);\n}\nfunction isVertesiaIssuedToken(token) {\n if (!token)\n return false;\n try {\n const decoded = decodeToken(token);\n return normalizeIssuer(decoded.iss) === normalizeIssuer(Env.endpoints.sts);\n }\n catch {\n return false;\n }\n}\nexport async function fetchComposableToken(getIdToken, accountId, projectId, ttl, retryCount = 0) {\n console.log(`Getting/refreshing composable token for account ${accountId} and project ${projectId} `);\n Env.logger.info('Getting/refreshing composable token', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n retry_count: retryCount,\n },\n });\n const idToken = await getIdToken(); //get from firebase\n if (!idToken) {\n console.log('No id token found - using cookie auth');\n throw new Error('No id token found');\n }\n // Use STS endpoint - either configured or default to sts.vertesia.io\n const stsEndpoint = Env.endpoints.sts;\n console.log('Using STS for token generation:', stsEndpoint);\n Env.logger.info('Using STS for token generation', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n sts_url: stsEndpoint,\n },\n });\n try {\n // Call STS to generate a user token\n const stsUrl = new URL(`${stsEndpoint}/token/issue`);\n const requestBody = {\n type: 'user',\n account_id: accountId,\n project_id: projectId,\n expires_at: ttl ? Math.floor(Date.now() / 1000) + ttl : undefined,\n };\n const stsRes = await fetch(stsUrl, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n Authorization: `Bearer ${idToken}`, // Firebase token for authentication\n },\n body: JSON.stringify(requestBody),\n }).catch((error) => {\n console.error('Failed to call STS endpoint', error);\n Env.logger.error('Failed to call STS endpoint', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n error: error,\n },\n });\n throw new STSError('Failed to call STS endpoint', stsEndpoint);\n });\n if (idToken && stsRes?.status === 404) {\n // User not found in token-server - call ensure-user endpoint\n console.log('404: User not found - calling ensure-user endpoint');\n Env.logger.info('404: User not found - calling ensure-user endpoint', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes?.status,\n },\n });\n const ensureResponse = await fetch(`${Env.endpoints.studio}/auth/ensure-user`, {\n method: 'POST',\n headers: {\n Authorization: `Bearer ${idToken}`,\n 'Content-Type': 'application/json',\n },\n });\n if (ensureResponse.status === 412) {\n // No invite - trigger signup\n console.log('412: No invite found - signup required');\n Env.logger.info('412: No invite found - signup required', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n },\n });\n const idTokenDecoded = jwtDecode(idToken);\n if (!idTokenDecoded?.email) {\n Env.logger.error('No email found in id token');\n throw new Error('No email found in id token');\n }\n throw new UserNotFoundError('User not found - signup required', idTokenDecoded.email);\n }\n if (ensureResponse.status === 403) {\n // SigninScreen keys the invite-required view off this message.\n Env.logger.warn('403: Customer-domain user requires an invite to join', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n },\n });\n throw new Error('Customer-domain user requires an invite to join');\n }\n if (!ensureResponse.ok) {\n console.error('Failed to ensure user exists', ensureResponse.status);\n Env.logger.error('Failed to ensure user exists', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: ensureResponse.status,\n },\n });\n throw new Error('Failed to ensure user exists');\n }\n // User created/exists - retry token generation\n console.log('User ensured - retrying token generation');\n Env.logger.info('User ensured - retrying token generation', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n },\n });\n return fetchComposableToken(getIdToken, accountId, projectId, ttl, retryCount);\n }\n if (idToken && stsRes?.status === 412) {\n console.log(\"412: auth succeeded but user doesn't exist - signup required\", stsRes?.status);\n Env.logger.error(\"412: auth succeeded but user doesn't exist - signup required\", {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes?.status,\n },\n });\n const idTokenDecoded = jwtDecode(idToken);\n if (!idTokenDecoded?.email) {\n Env.logger.error('No email found in id token');\n throw new Error('No email found in id token');\n }\n Env.logger.error('User not found', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n email: idTokenDecoded.email,\n },\n });\n throw new UserNotFoundError('User not found', idTokenDecoded.email);\n }\n if (stsRes.status === 403) {\n // User doesn't have access to the requested account/project, or has no accounts\n // This can happen with:\n // 1. Stale localStorage from previous user\n // 2. User invited to a new account (doesn't have access yet)\n // 3. User exists but has no accounts at all\n if (retryCount > 0) {\n // Already retried without account scope - this is a real authorization failure\n console.error('403: Access denied even without account scope - user may have no accounts');\n Env.logger.error('403: Access denied after retry - authorization failure', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes.status,\n retry_count: retryCount,\n },\n });\n throw new Error('Access denied - user may not have access to any accounts');\n }\n console.log('403: Access denied - clearing cached account and retrying without account scope');\n Env.logger.warn('403: Access denied - clearing cached account and retrying', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n status: stsRes.status,\n retry_count: retryCount,\n },\n });\n // Clear any stale account/project from localStorage\n localStorage.removeItem(LastSelectedAccountId_KEY);\n if (accountId) {\n localStorage.removeItem(`${LastSelectedProjectId_KEY}-${accountId}`);\n }\n // Retry without account/project scope - let user log in to their default account\n return fetchComposableToken(getIdToken, undefined, undefined, ttl, retryCount + 1);\n }\n if (!stsRes.ok) {\n const errorText = await stsRes.text();\n console.error('STS token generation failed:', stsRes.status, errorText);\n Env.logger.error('STS token generation failed', {\n vertesia: {\n status: stsRes.status,\n error: errorText,\n account_id: accountId,\n project_id: projectId,\n },\n });\n throw new Error(`Failed to get token from STS: ${stsRes.status}`);\n }\n const { token } = await stsRes.json();\n console.log('Successfully got token from STS');\n Env.logger.info('Successfully got token from STS');\n return token;\n }\n catch (error) {\n if (error instanceof UserNotFoundError || error instanceof STSError) {\n throw error; // Re-throw UserNotFoundError and STSError to be handled separately in the caller\n }\n // Clear any stale account/project from localStorage on error\n localStorage.removeItem(LastSelectedAccountId_KEY);\n if (accountId) {\n localStorage.removeItem(`${LastSelectedProjectId_KEY}-${accountId}`);\n }\n console.error('Failed to get composable token from STS', error);\n Env.logger.error('Failed to get composable token from STS', {\n vertesia: {\n account_id: accountId,\n project_id: projectId,\n error: error,\n },\n });\n throw new Error('Failed to get composable token', { cause: error });\n }\n}\n/**\n *\n * @param accountId\n * @param projectId\n * @param ttl time to live for the token in seconds\n * @returns\n */\nexport async function fetchComposableTokenFromFirebaseToken(accountId, projectId, ttl) {\n return fetchComposableToken(getFirebaseAuthToken, accountId, projectId, ttl);\n}\n/**\n * Mint a scoped Vertesia token from an existing Vertesia JWT. STS accepts STS-issued\n * tokens on /token/issue, so this works for sessions established via Central Auth where\n * the browser has no Firebase user.\n */\nexport async function fetchComposableTokenFromVertesiaToken(vertesiaToken, accountId, projectId, ttl) {\n return fetchComposableToken(() => Promise.resolve(vertesiaToken), accountId, projectId, ttl);\n}\n/** Returns the cached Vertesia raw JWT, if any. Does not refresh. */\nexport function getCurrentVertesiaToken() {\n return AUTH_TOKEN_RAW;\n}\nexport async function getComposableToken(accountId, projectId, initToken, forceRefresh = false, useInternalAuth = false) {\n const selectedAccount = accountId ?? localStorage.getItem(LastSelectedAccountId_KEY) ?? undefined;\n const selectedProject = projectId ?? localStorage.getItem(`${LastSelectedProjectId_KEY}-${selectedAccount}`) ?? undefined;\n const devAuthToken = Env.isLocalDev ? Env.devAuthToken : undefined;\n const suppliedToken = devAuthToken ?? initToken ?? AUTH_TOKEN_RAW;\n //token is still valid for more than 5 minutes\n if (!forceRefresh && AUTH_TOKEN_RAW && AUTH_TOKEN && AUTH_TOKEN.exp > Date.now() / 1000 + 300) {\n return { rawToken: AUTH_TOKEN_RAW, token: AUTH_TOKEN, error: false };\n }\n if (!forceRefresh && isVertesiaIssuedToken(suppliedToken)) {\n AUTH_TOKEN_RAW = suppliedToken;\n AUTH_TOKEN = decodeToken(AUTH_TOKEN_RAW);\n if (!AUTH_TOKEN.exp) {\n throw new Error('Invalid composable token');\n }\n return { rawToken: AUTH_TOKEN_RAW, token: AUTH_TOKEN, error: false };\n }\n //token is close to expire, refresh it\n if (!devAuthToken && !useInternalAuth && getFirebaseAuth().currentUser) {\n //we have a firebase user, get the token from there\n AUTH_TOKEN_RAW = await fetchComposableTokenFromFirebaseToken(selectedAccount, selectedProject);\n }\n else if (!devAuthToken && (initToken || AUTH_TOKEN_RAW)) {\n // we have a token already and no firebase user, refresh it\n AUTH_TOKEN_RAW = await fetchComposableToken(() => Promise.resolve(initToken ?? AUTH_TOKEN_RAW), selectedAccount, selectedProject);\n }\n else if (devAuthToken) {\n AUTH_TOKEN_RAW = devAuthToken;\n }\n if (!AUTH_TOKEN_RAW) {\n Env.logger.error('Cannot acquire a composable token', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n throw new Error('Cannot acquire a composable token');\n }\n AUTH_TOKEN = decodeToken(AUTH_TOKEN_RAW);\n if (!AUTH_TOKEN?.exp || !AUTH_TOKEN_RAW) {\n console.error('Invalid composable token', AUTH_TOKEN);\n Env.logger.error('Invalid composable token', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n throw new Error('Invalid composable token');\n }\n return { rawToken: AUTH_TOKEN_RAW, token: AUTH_TOKEN, error: false };\n}\nexport class UserNotFoundError extends Error {\n email;\n constructor(message, email) {\n super(message);\n this.name = 'UserNotFoundError';\n this.email = email;\n }\n}\nexport class STSError extends Error {\n stsURL;\n constructor(message, stsURL) {\n super(message);\n this.name = 'STSError';\n this.stsURL = stsURL;\n }\n}\n//# sourceMappingURL=composable.js.map","/**\n * This hook is used to generate and verify state for OAuth2 authorization requests.\n * @returns\n */\nimport { useCallback } from 'react';\nconst AUTH_STATE_KEY = 'auth_state';\nconst STATE_EXPIRY_KEY = 'auth_state_expiry';\nconst STATE_TTL = 5 * 60 * 1000; // 5 min\nexport function useAuthState() {\n // Generate new state\n const generateState = useCallback(() => {\n const state = crypto.randomUUID();\n const expiryTime = Date.now() + STATE_TTL;\n // Store state and expiry\n sessionStorage.setItem(AUTH_STATE_KEY, state);\n sessionStorage.setItem(STATE_EXPIRY_KEY, expiryTime.toString());\n return state;\n }, []);\n // Verify returned state\n const verifyState = useCallback((returnedState) => {\n if (!returnedState) {\n return 'Missing state';\n }\n const savedState = sessionStorage.getItem(AUTH_STATE_KEY);\n const expiryTime = parseInt(sessionStorage.getItem(STATE_EXPIRY_KEY) || '0', 10);\n let reason;\n // Verify state matches and hasn't expired\n if (savedState !== returnedState) {\n reason = `State mismatched (${savedState} !== ${returnedState})`;\n }\n else if (Date.now() > expiryTime) {\n reason = 'State expired';\n }\n else {\n reason = undefined; // No errors\n }\n return reason;\n }, []);\n // Clear state (useful for cleanup)\n const clearState = useCallback(() => {\n sessionStorage.removeItem(AUTH_STATE_KEY);\n sessionStorage.removeItem(STATE_EXPIRY_KEY);\n }, []);\n return { generateState, verifyState, clearState };\n}\n//# sourceMappingURL=useAuthState.js.map","export function shouldUseFirebaseAuth(_hostname) {\n return window.AUTH_MODE === 'firebase';\n}\nexport function shouldRedirectToCentralAuth(_hostname) {\n return !shouldUseFirebaseAuth();\n}\n//# sourceMappingURL=domainRouting.js.map","import { VertesiaClient } from '@vertesia/client';\nimport { Env } from '@vertesia/ui/env';\nimport { jwtDecode } from 'jwt-decode';\nimport { createContext, useContext } from 'react';\nimport { getComposableToken } from './auth/composable';\nimport { shouldRedirectToCentralAuth } from './auth/domainRouting';\nimport { getFirebaseAuth } from './auth/firebase';\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY } from './constants';\nexport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY };\nconst CENTRAL_AUTH_REDIRECT = 'https://internal-auth.vertesia.app/';\nclass UserSession {\n isLoading = true;\n client;\n authError;\n authToken;\n setSession;\n lastSelectedAccount;\n lastSelectedProject;\n onboardingComplete;\n constructor(client, setSession) {\n if (client) {\n this.client = client;\n }\n else {\n this.client = new VertesiaClient({\n serverUrl: Env.endpoints.studio,\n storeUrl: Env.endpoints.zeno,\n tokenServerUrl: Env.endpoints.sts,\n });\n }\n if (setSession) {\n this.setSession = setSession;\n }\n this.logout = this.logout.bind(this);\n }\n get store() {\n return this.client.store;\n }\n get user() {\n //compatibility\n return this.authToken;\n }\n get account() {\n //compatibility\n return this.authToken?.account;\n }\n get project() {\n return this.authToken?.project;\n }\n get accounts() {\n //compatibility\n return this.authToken?.accounts;\n }\n get authCallback() {\n return this.rawAuthToken.then((token) => `Bearer ${token}`);\n }\n get rawAuthToken() {\n return getComposableToken().then((res) => {\n const token = res?.rawToken;\n if (!token) {\n throw new Error('No token available');\n }\n this.authToken = jwtDecode(token);\n return token;\n });\n }\n /**\n * Force a fresh Vertesia JWT from STS, bypassing the in-memory cache.\n * Use this when the current token's claims (e.g. `apps`) are suspected\n * stale — STS recomputes the `apps` claim from ACEs on every issuance.\n */\n async refreshAuthToken() {\n const res = await getComposableToken(undefined, undefined, undefined, true);\n const token = res?.rawToken;\n if (!token) {\n throw new Error('No token available');\n }\n this.authToken = jwtDecode(token);\n this.setSession?.(this.clone());\n return this.authToken;\n }\n signOut() {\n //compatibility\n this.logout();\n }\n getAccount() {\n return this.authToken?.account;\n }\n async login(token, options = {}) {\n this.authError = undefined;\n this.isLoading = false;\n this.client.withAuthCallback(() => this.authCallback);\n this.authToken = jwtDecode(token);\n console.log(`Logging in as ${this.authToken?.name} with account ${this.authToken?.account.name} (${this.authToken?.account.id}, and project ${this.authToken?.project?.name} (${this.authToken?.project?.id})`);\n //store selected account in local storage\n localStorage.setItem(LastSelectedAccountId_KEY, this.authToken.account.id);\n localStorage.setItem(`${LastSelectedProjectId_KEY}-${this.authToken.account.id}`, this.authToken.project?.id ?? '');\n // notify the host app of the login\n Env.onLogin?.(this.authToken);\n if (options.loadOnboardingStatus ?? true) {\n await this.fetchOnboardingStatus();\n }\n return Promise.resolve();\n }\n isLoggedIn() {\n return !!this.authToken;\n }\n logout() {\n console.log('Logging out');\n if (shouldRedirectToCentralAuth()) {\n // Redirect to central auth for logout\n // Central auth will handle Firebase logout\n console.log('Using central auth logout');\n this.authError = undefined;\n this.isLoading = false;\n this.authToken = undefined;\n this.setSession = undefined;\n this.client.withAuthCallback(undefined);\n const logoutUrl = new URL(CENTRAL_AUTH_REDIRECT);\n const currentUrl = new URL(window.location.href);\n currentUrl.hash = '';\n logoutUrl.pathname = '/logout';\n logoutUrl.searchParams.set('redirect_uri', currentUrl.toString());\n location.replace(logoutUrl.toString());\n }\n else {\n // Use Firebase logout directly\n console.log('Using Firebase logout');\n const wasLoggedIn = !!this.authToken;\n if (this.authToken) {\n void getFirebaseAuth().signOut();\n }\n this.authError = undefined;\n this.isLoading = false;\n this.authToken = undefined;\n this.setSession = undefined;\n this.client.withAuthCallback(undefined);\n // Navigate to root to avoid React rendering errors when\n // unmounting deeply nested route components during logout.\n // Only navigate if user was actually logged in to avoid\n // infinite reload loop on fresh/incognito sessions.\n if (wasLoggedIn) {\n location.replace('/');\n }\n }\n }\n async switchAccount(targetAccountId) {\n localStorage.setItem(LastSelectedAccountId_KEY, targetAccountId);\n if (this) {\n if (this.account && this.project) {\n localStorage.setItem(`${LastSelectedProjectId_KEY}-${this.account.id}`, this.project.id);\n }\n else if (this.account) {\n localStorage.removeItem(`${LastSelectedProjectId_KEY}-${this.account.id}`);\n }\n }\n window.location.replace(`/?a=${targetAccountId}`);\n }\n async switchProject(targetProjectId) {\n if (this.account) {\n localStorage.setItem(`${LastSelectedProjectId_KEY}-${this.account.id}`, targetProjectId);\n }\n window.location.replace(`/?a=${this.account?.id}&p=${targetProjectId}`);\n }\n async fetchAccounts() {\n return this.client.accounts\n .list()\n .then((accounts) => {\n if (!this.authToken) {\n throw new Error('No token available');\n }\n this.authToken.accounts = accounts;\n this.setSession?.(this.clone());\n })\n .catch((err) => {\n console.error('Failed to fetch accounts', err);\n throw err;\n });\n }\n async fetchProjects(accountId) {\n return this.client.projects\n .list([accountId])\n .then((projects) => {\n if (!this.authToken) {\n throw new Error('No token available');\n }\n this.authToken = {\n ...this.authToken,\n accounts: this.authToken.accounts?.map((account) => {\n if (account.id === accountId) {\n return {\n ...account,\n projects: projects.filter((project) => project.account === accountId),\n };\n }\n return account;\n }),\n };\n this.setSession?.(this.clone());\n })\n .catch((err) => {\n console.error('Failed to fetch projects', err);\n throw err;\n });\n }\n async fetchOnboardingStatus() {\n if (this.onboardingComplete) {\n console.log('Onboarding already completed');\n return false;\n }\n const previousStatus = this.onboardingComplete;\n try {\n const onboarding = await this.client.account.onboardingProgress();\n this.onboardingComplete = Object.values(onboarding).every((value) => value === true);\n if (previousStatus !== this.onboardingComplete) {\n return true;\n }\n this.setSession?.(this.clone());\n }\n catch (error) {\n console.error('Error fetching onboarding status:', error);\n this.onboardingComplete = false;\n this.setSession?.(this.clone());\n }\n return false;\n }\n clone() {\n const session = new UserSession(this.client);\n session.isLoading = this.isLoading;\n session.authError = this.authError;\n session.authToken = this.authToken;\n session.setSession = this.setSession;\n session.lastSelectedAccount = this.lastSelectedAccount;\n session.switchAccount = this.switchAccount;\n session.onboardingComplete = this.onboardingComplete;\n return session;\n }\n}\nconst UserSessionContext = createContext(undefined);\nexport function useUserSession() {\n const session = useContext(UserSessionContext);\n if (!session) {\n throw new Error('useUserSession must be used within a UserSessionProvider');\n }\n return session;\n}\nexport { UserSession, UserSessionContext };\n//# sourceMappingURL=UserSession.js.map","import { i18nInstance, NAMESPACE } from '@vertesia/ui/i18n';\nimport { useEffect, useState } from 'react';\nimport { useUserSession } from '../UserSession';\nexport function useCurrentTenant() {\n const { user } = useUserSession();\n const [currentTenant, setCurrentTenant] = useState(null);\n const [isLoading, setIsLoading] = useState(true);\n const [error, setError] = useState(null);\n useEffect(() => {\n const loadCurrentTenant = async () => {\n if (!user?.email) {\n setCurrentTenant(null);\n setIsLoading(false);\n return;\n }\n try {\n const response = await fetch('/api/resolve-tenant', {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify({\n tenantEmail: user.email,\n }),\n });\n if (response.ok) {\n const tenantData = await response.json();\n if (tenantData) {\n // Convert the resolved tenant data to our TenantConfig format\n setCurrentTenant({\n tenantKey: tenantData.name || 'unknown',\n name: tenantData.label || tenantData.name || 'Unknown',\n domain: tenantData.domain || [],\n firebaseTenantId: tenantData.firebaseTenantId,\n provider: tenantData.provider,\n logo: tenantData.logo,\n });\n }\n else {\n setCurrentTenant(null);\n }\n }\n else {\n setCurrentTenant(null);\n }\n }\n catch (error) {\n console.error('Error loading current tenant:', error);\n setError(i18nInstance.getFixedT(null, NAMESPACE)('errors.failedToLoadTenantConfig'));\n setCurrentTenant(null);\n }\n finally {\n setIsLoading(false);\n }\n };\n void loadCurrentTenant();\n }, [user?.email]);\n return {\n currentTenant,\n isLoading,\n error,\n };\n}\n//# sourceMappingURL=useCurrentTenant.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Env } from '@vertesia/ui/env';\nimport { onAuthStateChanged } from 'firebase/auth';\nimport { useEffect, useRef, useState } from 'react';\nimport { getComposableToken, STSError, UserNotFoundError } from './auth/composable';\nimport { shouldRedirectToCentralAuth } from './auth/domainRouting';\nimport { getFirebaseAuth } from './auth/firebase';\nimport { useAuthState } from './auth/useAuthState';\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY, UserSession, UserSessionContext } from './UserSession';\nconst CENTRAL_AUTH_REDIRECT = 'https://internal-auth.vertesia.app/';\nexport function UserSessionProvider({ children, loadOnboardingStatus = true }) {\n const hashParams = new URLSearchParams(location.hash.substring(1));\n const token = hashParams.get('token');\n const state = hashParams.get('state');\n const [session, setSession] = useState(new UserSession());\n const { generateState, verifyState, clearState } = useAuthState();\n const hasInitiatedAuthRef = useRef(false);\n const authFlowRef = useRef(undefined);\n const redirectToCentralAuth = (projectId, accountId) => {\n const url = new URL(`${CENTRAL_AUTH_REDIRECT}?sts=${Env.endpoints.sts ?? 'https://sts.vertesia.io'}`);\n const currentUrl = new URL(window.location.href);\n currentUrl.hash = '';\n if (projectId)\n currentUrl.searchParams.set('p', projectId);\n if (accountId)\n currentUrl.searchParams.set('a', accountId);\n url.searchParams.set('redirect_uri', currentUrl.toString());\n url.searchParams.set('state', generateState());\n location.replace(url.toString());\n };\n authFlowRef.current = () => {\n // Make this effect idempotent - only run auth flow once\n if (hasInitiatedAuthRef.current) {\n console.log('Auth: skipping duplicate auth flow initiation');\n return;\n }\n hasInitiatedAuthRef.current = true;\n console.log('Auth: starting auth flow');\n Env.logger.info('Starting auth flow');\n const currentUrl = new URL(window.location.href);\n const selectedAccount = currentUrl.searchParams.get('a') ?? localStorage.getItem(LastSelectedAccountId_KEY) ?? undefined;\n const selectedProject = currentUrl.searchParams.get('p') ??\n localStorage.getItem(`${LastSelectedProjectId_KEY}-${selectedAccount}`) ??\n undefined;\n console.log('Auth: selected account', selectedAccount);\n console.log('Auth: selected project', selectedProject);\n Env.logger.info('Selected account and project', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n if (Env.isLocalDev && Env.devAuthToken) {\n session.setSession = setSession;\n getComposableToken(selectedAccount, selectedProject, Env.devAuthToken)\n .then((res) => {\n session.login(res.rawToken).then(() => setSession(session.clone()));\n })\n .catch((err) => {\n console.error('Failed to initialize dev auth token', err);\n Env.logger.error('Failed to initialize dev auth token', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n error: err,\n },\n });\n session.isLoading = false;\n session.authError = err instanceof Error ? err : new Error(String(err));\n setSession(session.clone());\n });\n return;\n }\n if (token && state) {\n session.setSession = setSession;\n const validationError = verifyState(state);\n if (validationError) {\n console.error(`Auth: invalid state: ${validationError}`);\n Env.logger.error(`Invalid state: ${validationError}`, {\n vertesia: {\n state: state,\n },\n });\n redirectToCentralAuth();\n }\n else {\n clearState();\n }\n getComposableToken(selectedAccount, selectedProject, token, false, shouldRedirectToCentralAuth())\n .then((res) => {\n session.login(res.rawToken, { loadOnboardingStatus }).then(() => {\n setSession(session.clone());\n //cleanup the hash\n window.location.hash = '';\n });\n })\n .catch((err) => {\n // Don't redirect to central auth for UserNotFoundError - let signup flow handle it\n if (err instanceof UserNotFoundError) {\n console.log('User not found - will trigger signup flow', err);\n session.isLoading = false;\n session.authError = err;\n setSession(session.clone());\n return;\n }\n if (err instanceof STSError) {\n console.error('STS error during token exchange', err);\n Env.logger.error('STS error during token exchange', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n sts_url: err.stsURL,\n error: err,\n },\n });\n window.alert('Authentication failed due to an issue with the authentication service. Please try again later.');\n session.logout();\n setSession(session.clone());\n window.location.hash = '';\n return;\n }\n console.error('Failed to fetch user token from studio, redirecting to central auth', err);\n Env.logger.error('Failed to fetch user token from studio, redirecting to central auth', {\n vertesia: {\n error: err,\n },\n });\n redirectToCentralAuth();\n });\n return;\n }\n let cancelled = false;\n let unsubscribe;\n const startFirebaseOrCentralAuth = () => {\n if (cancelled)\n return;\n // If the current host is not in the Firebase allowlist, central auth owns sign-in.\n if (!session.isLoggedIn()) {\n console.log('Auth: not logged in & no token/state');\n Env.logger.info('Not logged in & no token/state', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n if (shouldRedirectToCentralAuth()) {\n console.log('Auth: host is not in Firebase auth allowlist, redirecting to central auth with selection', selectedAccount, selectedProject);\n Env.logger.info('Redirecting to central auth with selection', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n redirectToCentralAuth();\n return; // Don't register onAuthStateChanged listener when redirecting\n }\n console.log('Auth: host is in Firebase auth allowlist');\n Env.logger.info('Host is in Firebase auth allowlist', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n }\n unsubscribe = onAuthStateChanged(getFirebaseAuth(), async (firebaseUser) => {\n if (firebaseUser) {\n console.log('Auth: successful login with firebase');\n Env.logger.info('Successful login with firebase', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n session.setSession = setSession;\n await getComposableToken(selectedAccount, selectedProject, undefined, false, shouldRedirectToCentralAuth())\n .then((res) => {\n session\n .login(res.rawToken, { loadOnboardingStatus })\n .then(() => setSession(session.clone()));\n })\n .catch((err) => {\n console.error('Failed to fetch user token from studio', err);\n Env.logger.error('Failed to fetch user token from studio', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n error: err,\n },\n });\n if (!(err instanceof UserNotFoundError))\n session.logout();\n session.isLoading = false;\n session.authError = err;\n setSession(session.clone());\n });\n }\n else {\n // anonymous user\n console.log('Auth: using anonymous user');\n Env.logger.info('Using anonymous user', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n },\n });\n session.client.withAuthCallback(undefined);\n session.logout();\n setSession(session.clone());\n }\n });\n };\n if (Env.authTokenProvider) {\n session.setSession = setSession;\n void Env.authTokenProvider()\n .then(async (injectedToken) => {\n if (!injectedToken) {\n startFirebaseOrCentralAuth();\n return;\n }\n const res = await getComposableToken(selectedAccount, selectedProject, injectedToken, false, shouldRedirectToCentralAuth());\n await session.login(res.rawToken, { loadOnboardingStatus });\n if (!cancelled)\n setSession(session.clone());\n })\n .catch((err) => {\n console.warn('Auth: failed to initialize injected auth token', err);\n Env.logger.warn('Failed to initialize injected auth token', {\n vertesia: {\n account_id: selectedAccount,\n project_id: selectedProject,\n error: err,\n },\n });\n startFirebaseOrCentralAuth();\n });\n return () => {\n cancelled = true;\n unsubscribe?.();\n };\n }\n startFirebaseOrCentralAuth();\n return () => {\n cancelled = true;\n unsubscribe?.();\n };\n };\n useEffect(() => {\n return authFlowRef.current?.();\n }, []);\n return _jsx(UserSessionContext.Provider, { value: session, children: children });\n}\n//# sourceMappingURL=UserSessionProvider.js.map","import { Env } from '@vertesia/ui/env';\nimport { logEvent } from 'firebase/analytics';\nimport { getFirebaseAnalytics } from './auth/firebase';\nexport function useUXTracking() {\n //identify user in monitoring and UX systems\n const tagUserSession = async (user) => {\n const signupData = window.localStorage.getItem('composableSignupData');\n if (!user) {\n console.error('No user found -- skipping tagging');\n return;\n }\n if (signupData) {\n window.localStorage.removeItem('composableSignupData');\n }\n };\n //send event to analytics and UX systems\n const trackEvent = (eventName, eventProperties) => {\n if (!Env.isProd) {\n console.debug('track event', eventName, eventProperties);\n }\n //GA via firebase\n logEvent(getFirebaseAnalytics(), eventName, { ...eventProperties, debug_mode: !Env.isProd });\n };\n return {\n tagUserSession,\n trackEvent,\n };\n}\n//# sourceMappingURL=useUXTracking.js.map"],"names":["LastSelectedAccountId_KEY","LastSelectedProjectId_KEY","AUTH_TOKEN_RAW","AUTH_TOKEN","_firebaseApp","_analytics","_firebaseAuth","getFirebaseApp","Env","firebase","Error","initializeApp","error","console","cause","getFirebaseAnalytics","getAnalytics","getFirebaseAuth","getAuth","async","setFirebaseTenant","tenantEmail","log","retries","retryDelay","response","fetch","method","headers","body","JSON","stringify","signal","AbortSignal","timeout","ok","errorData","json","status","warn","data","firebaseTenantId","auth","tenantId","providerType","provider","fetchError","Promise","resolve","setTimeout","message","getFirebaseAuthToken","refresh","user","currentUser","getIdToken","then","token","logger","info","vertesia","user_email","email","user_name","displayName","user_id","uid","catch","err","normalizeIssuer","value","replace","decodeToken","jwtDecode","fetchComposableToken","accountId","projectId","ttl","retryCount","account_id","project_id","retry_count","idToken","stsEndpoint","endpoints","sts","sts_url","stsUrl","URL","requestBody","type","expires_at","Math","floor","Date","now","undefined","stsRes","Authorization","STSError","ensureResponse","studio","idTokenDecoded","UserNotFoundError","localStorage","removeItem","errorText","text","fetchComposableTokenFromFirebaseToken","fetchComposableTokenFromVertesiaToken","vertesiaToken","getCurrentVertesiaToken","getComposableToken","initToken","forceRefresh","useInternalAuth","selectedAccount","getItem","selectedProject","devAuthToken","isLocalDev","suppliedToken","exp","rawToken","iss","isVertesiaIssuedToken","constructor","super","this","name","stsURL","AUTH_STATE_KEY","STATE_EXPIRY_KEY","useAuthState","generateState","useCallback","state","crypto","randomUUID","expiryTime","sessionStorage","setItem","toString","verifyState","returnedState","savedState","parseInt","reason","clearState","shouldRedirectToCentralAuth","_hostname","window","AUTH_MODE","UserSession","isLoading","client","authError","authToken","setSession","lastSelectedAccount","lastSelectedProject","onboardingComplete","VertesiaClient","serverUrl","storeUrl","zeno","tokenServerUrl","logout","bind","store","account","project","accounts","authCallback","rawAuthToken","res","refreshAuthToken","clone","signOut","getAccount","login","options","withAuthCallback","id","onLogin","loadOnboardingStatus","fetchOnboardingStatus","isLoggedIn","logoutUrl","currentUrl","location","href","hash","pathname","searchParams","set","wasLoggedIn","switchAccount","targetAccountId","switchProject","targetProjectId","fetchAccounts","list","fetchProjects","projects","map","filter","previousStatus","onboarding","onboardingProgress","Object","values","every","session","UserSessionContext","createContext","useUserSession","useContext","useCurrentTenant","currentTenant","setCurrentTenant","useState","setIsLoading","setError","useEffect","tenantData","tenantKey","label","domain","logo","i18nInstance","getFixedT","NAMESPACE","loadCurrentTenant","UserSessionProvider","children","hashParams","URLSearchParams","substring","get","hasInitiatedAuthRef","useRef","authFlowRef","redirectToCentralAuth","url","current","String","validationError","alert","unsubscribe","cancelled","startFirebaseOrCentralAuth","onAuthStateChanged","firebaseUser","authTokenProvider","injectedToken","_jsx","Provider","useUXTracking","tagUserSession","signupData","trackEvent","eventName","eventProperties","isProd","debug","logEvent","debug_mode"],"mappings":"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"}
|