@vertesia/ui 1.3.0 → 1.4.0-dev.20260615.051508Z
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-shell.js","sources":["esm/i18n/instance.js","esm/i18n/index.js","esm/shell/login/InviteAcceptModal.js","esm/shell/login/EnterpriseSigninButton.js","esm/shell/login/GitHubSignInButton.js","esm/shell/login/GoogleSignInButton.js","esm/shell/login/MicrosoftSigninButton.js","esm/shell/login/SignupForm.js","esm/shell/login/SigninScreen.js","esm/shell/login/TerminalLogin.js","esm/shell/login/SignInModal.js","esm/shell/login/UserInfo.js","esm/shell/login/UserSessionMenu.js","esm/shell/utils.js","esm/shell/SplashScreen.js","esm/shell/VertesiaShell.js","esm/shell/apps/AppInstallationProvider.js","esm/shell/apps/AppProjectSelector.js","esm/shell/apps/StandaloneApp.js"],"sourcesContent":["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 { jsx as _jsx } from \"react/jsx-runtime\";\nimport { useEffect } from 'react';\nimport { I18nextProvider, useTranslation } from 'react-i18next';\nimport { i18nInstance, NAMESPACE } from './instance.js';\nfunction detectLanguage(lng) {\n return lng ?? navigator.language?.split('-')[0] ?? 'en';\n}\nexport function I18nProvider({ lng, children }) {\n // Set language synchronously on first render to avoid flash of wrong language\n const language = detectLanguage(lng);\n if (i18nInstance.language !== language) {\n void i18nInstance.changeLanguage(language);\n }\n // Also react to prop changes\n useEffect(() => {\n const lang = detectLanguage(lng);\n if (i18nInstance.language !== lang) {\n void i18nInstance.changeLanguage(lang);\n }\n }, [lng]);\n return (_jsx(I18nextProvider, { i18n: i18nInstance, children: children }));\n}\n/**\n * Hook for components inside @vertesia/ui to get translation functions.\n * Always binds to the 'vertesia.ui' namespace on the scoped instance.\n */\nexport function useUITranslation() {\n return useTranslation(NAMESPACE, { i18n: i18nInstance });\n}\nexport { i18nInstance, NAMESPACE } from './instance.js';\n//# sourceMappingURL=index.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Button, Modal, ModalBody, ModalTitle } from \"@vertesia/ui/core\";\nimport { useEffect, useState } from \"react\";\nimport { useUserSession } from \"@vertesia/ui/session\";\nimport { useUITranslation } from '../../i18n/index.js';\nexport function InviteAcceptModal() {\n const session = useUserSession();\n const { client, account } = session;\n const { t } = useUITranslation();\n const [showModal, setShowModal] = useState(false);\n const [invites, setInvites] = useState([]);\n useEffect(() => {\n client.account.listInvites().then(invites => {\n if (invites.length > 0) {\n // Filter out legacy invites that do not have account data\n const notLegacyInvites = invites.filter(i => i.data.account);\n if (notLegacyInvites.length === 0) {\n console.log(\"No valid invites found, closing modal\");\n return;\n }\n // If we have valid invites, show the modal\n console.log(\"Found valid invites\", notLegacyInvites.length);\n setShowModal(true);\n setInvites(notLegacyInvites);\n }\n else {\n console.log(\"No invites found, closing modal\");\n setShowModal(false);\n }\n }).catch(err => {\n console.error(\"Error fetching invites\", err);\n });\n }, [account?.id]);\n const closeModal = () => setShowModal(false);\n const accept = async (invite) => {\n await client.account.acceptInvite(invite.id);\n await session.authCallback;\n await session.fetchAccounts();\n await session.fetchProjects(invite.data.account.id);\n const remainingInvites = invites.filter(i => i.id !== invite.id);\n const notLegacyInvites = remainingInvites.filter(i => i.data.account);\n if (notLegacyInvites.length > 0) {\n setInvites(notLegacyInvites);\n }\n else {\n closeModal();\n }\n };\n const reject = async (invite) => {\n await client.account.rejectInvite(invite.id);\n const remainingInvites = invites.filter(i => i.id !== invite.id);\n setInvites(remainingInvites);\n if (remainingInvites.length === 0) {\n closeModal();\n }\n };\n const inviteList = invites.map(invite => {\n if (!invite.data.account) {\n console.warn(\"Invite has no account data\", invite);\n return null; // Skip rendering this invite\n }\n return (_jsxs(\"div\", { className: \"flex flex-row w-full justify-between border rounded-sm px-2 py-2 \", children: [_jsxs(\"div\", { className: \"flex flex-col\", children: [_jsx(\"div\", { className: \"w-full font-semibold\", children: invite.data.account.name ?? invite.data.account }), invite.data.project && _jsxs(\"div\", { className: \"w-full text-base\", children: [\"- \", invite.data.project.name] }), _jsxs(\"div\", { className: \"text-xs\", children: [\"Role: \", invite.data.role] }), invite.data.invited_by && _jsxs(\"div\", { className: \"text-xs\", children: [\"by \", invite.data.invited_by.name ?? invite.data.invited_by] })] }), _jsxs(\"div\", { className: \"flex flex-col gap-4\", children: [_jsx(Button, { size: 'xs', onClick: () => accept(invite), children: t('login.accept') }), \" \", _jsx(Button, { size: 'xs', variant: \"secondary\", onClick: () => reject(invite), children: t('login.reject') })] })] }, invite.id));\n });\n return (_jsx(\"div\", { children: _jsxs(Modal, { isOpen: showModal, onClose: closeModal, children: [_jsx(ModalTitle, { children: t('login.reviewInvites') }), _jsxs(ModalBody, { children: [_jsx(\"div\", { className: \"text-sm pb-4\", children: \"You have received the following invites to join other accounts. Please review and accept or declined them.\" }), inviteList] })] }) }));\n}\n//# sourceMappingURL=InviteAcceptModal.js.map","import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Button, Input, Spinner, useToast } from \"@vertesia/ui/core\";\nimport { Env } from \"@vertesia/ui/env\";\nimport { useUITranslation } from \"@vertesia/ui/i18n\";\nimport { getFirebaseAuth, setFirebaseTenant, useUXTracking } from \"@vertesia/ui/session\";\nimport { GoogleAuthProvider, OAuthProvider, signInWithRedirect } from \"firebase/auth\";\nimport { useState } from \"react\";\nfunction getProvider(redirectTo) {\n if (!Env.firebase) {\n throw new Error(\"Firebase configuration is not available in the environment\");\n }\n const providerType = Env.firebase.providerType;\n switch (providerType) {\n case \"oidc\":\n return new OAuthProvider(\"oidc.main\");\n case \"google\": {\n let redirectPath = redirectTo || window.location.pathname || '/';\n if (redirectPath[0] !== '/') {\n redirectPath = '/' + redirectPath;\n }\n const provider = new GoogleAuthProvider();\n provider.addScope('profile');\n provider.addScope('email');\n provider.setCustomParameters({\n prompt: 'select_account',\n redirect_uri: window.location.origin + redirectPath\n });\n return provider;\n }\n case \"microsoft\":\n return new OAuthProvider(\"microsoft.com\");\n case \"github\":\n return new OAuthProvider(\"github.com\");\n default:\n return new OAuthProvider(\"oidc.main\");\n }\n}\nexport default function EnterpriseSigninButton({ redirectTo }) {\n const { t } = useUITranslation();\n const [isLoading, setIsLoading] = useState(false);\n const { trackEvent } = useUXTracking();\n const [email, setEmail] = useState(\"\");\n const toast = useToast();\n const signIn = async () => {\n if (!email)\n return;\n const emailRegex = /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/;\n if (!emailRegex.test(email)) {\n toast({\n title: t('auth.invalidEmail'),\n status: \"error\",\n duration: 5000,\n });\n return;\n }\n // Env.firebase.tenantEmail = email;\n setIsLoading(true);\n setFirebaseTenant(email).then((data) => {\n if (!data) {\n toast({\n title: t('auth.tenantNotFound'),\n status: \"error\",\n duration: 5000,\n });\n setIsLoading(false);\n return;\n }\n localStorage.setItem(\"tenantName\", data.name ?? \"\");\n const provider = getProvider(redirectTo);\n trackEvent(\"enterprise_signin\", {\n firebaseTenantName: data.name,\n });\n Env.logger.info('Enterprise single sign-in', {\n vertesia: {\n email: email,\n firebaseTenantName: data.name,\n firebaseTenantId: data.firebaseTenantId,\n },\n });\n signInWithRedirect(getFirebaseAuth(), provider);\n setIsLoading(false);\n });\n };\n return (_jsxs(_Fragment, { children: [_jsx(Input, { value: email, onChange: setEmail, placeholder: t('auth.enterEnterpriseEmail'), type: \"email\" }), isLoading ? (_jsx(\"div\", { className: \"w-full flex justify-center\", children: _jsx(Spinner, {}) })) : (_jsx(Button, { variant: \"outline\", onClick: signIn, className: \"w-full mt-2 py-4 flex rounded-lg hover:shadow-sm transition duration-150 text-center\", children: _jsx(\"span\", { className: \"text-sm font-semibold\", children: t('auth.continueWithEnterprise') }) }))] }));\n}\n//# sourceMappingURL=EnterpriseSigninButton.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { GithubAuthProvider, signInWithRedirect } from \"firebase/auth\";\nimport { getFirebaseAuth } from \"@vertesia/ui/session\";\nimport { Button } from \"@vertesia/ui/core\";\nimport { useUITranslation } from \"@vertesia/ui/i18n\";\nexport default function GitHubSignInButton({}) {\n const { t } = useUITranslation();\n const signIn = () => {\n localStorage.removeItem(\"tenantName\");\n const provider = new GithubAuthProvider();\n provider.addScope(\"profile\");\n provider.addScope(\"email\");\n /*provider.setCustomParameters({\n redirect_uri: redirectPath,\n });*/\n signInWithRedirect(getFirebaseAuth(), provider);\n };\n return (_jsxs(Button, { variant: \"outline\", onClick: signIn, className: \"w-full py-5 flex rounded-lg hover:shadow-sm transition duration-150 text-center mb-2\", children: [_jsx(\"img\", { className: \"size-6 bg-white rounded-full\", src: \"https://www.svgrepo.com/show/503359/github.svg\", loading: \"lazy\", alt: \"github logo\" }), _jsx(\"span\", { className: \"text-sm font-semibold\", children: t('auth.continueWithGithub') })] }));\n}\n//# sourceMappingURL=GitHubSignInButton.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { GoogleAuthProvider, signInWithRedirect } from \"firebase/auth\";\nimport { getFirebaseAuth } from \"@vertesia/ui/session\";\nimport { Button } from \"@vertesia/ui/core\";\nimport { useUITranslation } from \"@vertesia/ui/i18n\";\nexport default function GoogleSignInButton({ redirectTo }) {\n const { t } = useUITranslation();\n const signIn = () => {\n localStorage.removeItem(\"tenantName\");\n let redirectPath = redirectTo || window.location.pathname || '/';\n if (redirectPath[0] !== '/') {\n redirectPath = '/' + redirectPath;\n }\n const provider = new GoogleAuthProvider();\n provider.addScope('profile');\n provider.addScope('email');\n // always ask to select the google account\n //console.log('redirectPath', window.location.origin + redirectPath)\n provider.setCustomParameters({\n prompt: 'select_account',\n redirect_uri: window.location.origin + redirectPath\n });\n signInWithRedirect(getFirebaseAuth(), provider);\n };\n return (_jsxs(Button, { variant: \"outline\", onClick: signIn, className: \"w-full py-5 flex rounded-lg hover:shadow-sm transition duration-150 text-center mb-2\", children: [_jsx(\"img\", { className: \"size-6\", src: \"https://www.svgrepo.com/show/475656/google-color.svg\", loading: \"lazy\", alt: \"google logo\" }), _jsx(\"span\", { className: \"text-sm font-semibold\", children: t('auth.continueWithGoogle') })] }));\n}\n//# sourceMappingURL=GoogleSignInButton.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { OAuthProvider, signInWithRedirect } from \"firebase/auth\";\nimport { getFirebaseAuth } from \"@vertesia/ui/session\";\nimport { Button } from \"@vertesia/ui/core\";\nimport { useUITranslation } from \"@vertesia/ui/i18n\";\nexport default function MicrosoftSignInButton({ redirectTo: _redirectTo }) {\n const { t } = useUITranslation();\n const signIn = () => {\n localStorage.removeItem(\"tenantName\");\n const provider = new OAuthProvider('microsoft.com');\n provider.addScope('profile');\n provider.addScope('email');\n signInWithRedirect(getFirebaseAuth(), provider);\n };\n return (_jsxs(Button, { variant: \"outline\", onClick: signIn, className: \"w-full py-5 flex rounded-lg hover:shadow-sm transition duration-150 text-center\", children: [_jsx(\"img\", { className: \"size-6\", src: \"https://learn.microsoft.com/en-us/entra/identity-platform/media/howto-add-branding-in-apps/ms-symbollockup_mssymbol_19.svg\", loading: \"lazy\", alt: \"microsoft logo\" }), _jsx(\"span\", { className: \"text-sm font-semibold\", children: t('auth.continueWithMicrosoft') })] }));\n}\n//# sourceMappingURL=MicrosoftSigninButton.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { Button, Input, RadioGroup, SelectBox } from \"@vertesia/ui/core\";\nimport { useEffect, useState } from \"react\";\nimport { getFirebaseAuth } from \"@vertesia/ui/session\";\nimport { useUITranslation } from '../../i18n/index.js';\nexport default function SignupForm({ onSignup, goBack }) {\n const { t } = useUITranslation();\n const [accountType, setAccountType] = useState(undefined);\n const [companySize, setCompanySize] = useState(undefined);\n const [companyName, setCompanyName] = useState(undefined);\n const [companyWebsite, setCompanyWebsite] = useState(undefined);\n const [projectMaturity, setProjectMaturity] = useState(undefined);\n const [fbUser, setFbUser] = useState(undefined);\n const [error, setError] = useState(undefined);\n const isCompany = accountType === \"company\";\n const companySizeOptions = [\n { id: 1, label: t('signup.size1to10') },\n { id: 11, label: t('signup.size11to100') },\n { id: 101, label: t('signup.size101to1000') },\n { id: 1001, label: t('signup.size1001to5000') },\n { id: 5001, label: t('signup.size5000plus') },\n ];\n const accountTypeOptions = [\n {\n id: \"personal\",\n label: t('signup.personal'),\n description: t('signup.personalDescription'),\n },\n {\n id: \"company\",\n label: t('signup.company'),\n description: t('signup.companyDescription'),\n },\n ];\n const projectMaturityOptions = [\n { id: \"testing\", label: t('signup.justTesting') },\n { id: \"exploring\", label: t('signup.activelyExploring') },\n { id: \"using\", label: t('signup.alreadyUsing') },\n { id: \"migrating\", label: t('signup.migratingLLMs') },\n { id: \"other\", label: t('signup.other') },\n ];\n useEffect(() => {\n const user = getFirebaseAuth().currentUser;\n if (!user) {\n console.error('No user found');\n return;\n }\n setFbUser(user);\n }, [fbUser]);\n const isValid = () => {\n if (!accountType) {\n setError(t('signup.pleaseSelectAccountType'));\n return false;\n }\n if (isCompany && !companyName) {\n setError(t('signup.pleaseEnterOrgName'));\n return false;\n }\n if (isCompany && !companySize) {\n setError(t('signup.pleaseSelectCompanySize'));\n return false;\n }\n return true;\n };\n const onSubmit = async () => {\n if (!isValid())\n return;\n if (!accountType)\n return;\n const signupData = {\n accountType: accountType,\n companyName: companyName,\n companySize: companySize?.id,\n companyWebsite: companyWebsite,\n maturity: projectMaturity,\n };\n window.localStorage.setItem(\"composableSignupData\", JSON.stringify(signupData));\n const fbToken = await getFirebaseAuth().currentUser?.getIdToken();\n console.log('Got firebase token', getFirebaseAuth(), fbToken);\n if (!fbToken) {\n console.error('No firebase token found');\n return;\n }\n onSignup(signupData, fbToken);\n };\n return (_jsxs(\"div\", { className: \"flex flex-col space-y-2\", children: [_jsxs(\"div\", { className: \"prose\", children: [_jsx(\"p\", { className: \"prose text-sm text-muted pt-4\", children: t('signup.welcomeMessage', { name: fbUser?.displayName, email: fbUser?.email }) }), error &&\n _jsx(\"div\", { className: \"text-destructive\", children: error })] }), _jsx(FormItem, { label: t('signup.accountType'), children: _jsx(RadioGroup, { options: accountTypeOptions, selected: accountTypeOptions.find((option) => option.id === accountType), onSelect: (option) => setAccountType(option.id) }) }), isCompany &&\n _jsxs(_Fragment, { children: [_jsx(FormItem, { label: t('signup.companySize'), children: _jsx(SelectBox, { className: \"w-full border border-accent bg-muted\", value: companySize, options: companySizeOptions, onChange: setCompanySize, optionLabel: (option) => option?.label, placeholder: t('signup.selectCompanySize') }) }), _jsx(FormItem, { label: t('signup.companyName'), children: _jsx(Input, { value: companyName, onChange: setCompanyName, type: \"text\", required: true }) }), _jsx(FormItem, { label: t('signup.companyWebsite'), children: _jsx(Input, { value: companyWebsite, onChange: setCompanyWebsite, type: \"text\" }) })] }), _jsx(FormItem, { label: t('signup.projectMaturity'), children: _jsx(SelectBox, { className: \"w-full border border-accent bg-muted\", options: projectMaturityOptions, value: projectMaturityOptions.find((option) => option.id === projectMaturity), optionLabel: (option) => option?.label, placeholder: t('signup.selectProjectMaturity'), onChange: (option) => setProjectMaturity(option?.id) }) }), _jsxs(\"div\", { className: \"pt-8 flex flex-col\", children: [_jsx(Button, { variant: \"primary\", onClick: onSubmit, size: \"xl\", children: _jsx(\"span\", { className: \"text-lg\", children: t('signup.signUp') }) }), _jsx(Button, { variant: \"ghost\", size: \"xl\", className: \"mt-4\", onClick: goBack, children: _jsx(\"span\", { className: \"\", children: t('signup.wrongAccountGoBack') }) })] })] }));\n}\nfunction FormItem({ label, children }) {\n return (_jsxs(\"div\", { className: \"flex flex-col space-y-2 pt-4\", children: [_jsx(\"div\", { className: \"text-sm text-muted\", children: label }), children] }));\n}\n//# sourceMappingURL=SignupForm.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { Button, useSafeLayoutEffect } from \"@vertesia/ui/core\";\nimport { Env } from \"@vertesia/ui/env\";\nimport { useUITranslation } from \"@vertesia/ui/i18n\";\nimport { UserNotFoundError, useUserSession, useUXTracking } from \"@vertesia/ui/session\";\nimport { RegionTag } from \"@vertesia/ui/layout\";\nimport clsx from \"clsx\";\nimport { useEffect, useState } from \"react\";\nimport EnterpriseSigninButton from \"./EnterpriseSigninButton\";\nimport GitHubSignInButton from \"./GitHubSignInButton\";\nimport GoogleSignInButton from \"./GoogleSignInButton\";\nimport MicrosoftSignInButton from \"./MicrosoftSigninButton\";\nimport SignupForm from \"./SignupForm\";\nexport function SigninScreen({ allowedPrefix, isNested = false, lightLogo, darkLogo }) {\n const [allow, setAllow] = useState(false);\n useSafeLayoutEffect(() => {\n allowedPrefix && setAllow(window.location.href.startsWith(allowedPrefix));\n }, []);\n return allow ? null : _jsx(SigninScreenImpl, { isNested: isNested, lightLogo: lightLogo, darkLogo: darkLogo });\n}\nfunction SigninScreenImpl({ isNested = false, lightLogo, darkLogo }) {\n const { t } = useUITranslation();\n const { isLoading, user, authError } = useUserSession();\n return !isLoading && !user ? (_jsx(\"div\", { style: { zIndex: 999998 }, className: (isNested ? \"absolute\" : \"fixed\") + \"overflow-y-auto \", children: _jsxs(\"div\", { className: clsx(\"flex flex-col items-center justify-center py-14 px-4\"), children: [_jsx(StandardSigninPanel, { authError: authError, lightLogo: lightLogo, darkLogo: darkLogo }), _jsxs(\"div\", { className: \"flex gap-x-6 mt-10 justify-center items-center text-muted\", children: [_jsx(\"a\", { href: \"https://vertesiahq.com/privacy\", className: \"text-sm\", children: t('auth.privacyPolicy') }), _jsx(\"a\", { href: \"https://vertesiahq.com/terms\", className: \"text-sm\", children: t('auth.termsOfService') }), _jsx(RegionTag, {})] })] }) })) : null;\n}\nfunction StandardSigninPanel({ authError, darkLogo, lightLogo }) {\n const { t } = useUITranslation();\n const [signupData, setSignupData] = useState(undefined);\n const [collectSignupData, setCollectSignupData] = useState(false);\n const { signOut } = useUserSession();\n const { trackEvent } = useUXTracking();\n history.replaceState({}, '', '/');\n const goBack = () => {\n console.log(\"Going back, signing out\");\n setSignupData(undefined);\n setCollectSignupData(false);\n signOut();\n };\n const goToSignup = () => {\n setSignupData(undefined);\n setCollectSignupData(true);\n };\n useEffect(() => {\n if (authError instanceof UserNotFoundError) {\n console.log(\"User not found, redirecting to signup\");\n goToSignup();\n }\n }, [authError]);\n const onSignup = (data, fbToken) => {\n console.log(\"Got Signup data\", data);\n setSignupData(data);\n const payload = {\n signupData: data,\n firebaseToken: fbToken,\n };\n fetch(Env.endpoints.studio + \"/auth/signup\", {\n method: \"POST\",\n headers: { \"Content-Type\": \"application/json\" },\n body: JSON.stringify(payload),\n }).then((res) => {\n console.log(\"Signup successful\", payload, res);\n trackEvent(\"sign_up\");\n window.location.href = \"/\";\n });\n };\n return (_jsxs(_Fragment, { children: [lightLogo && _jsx(\"img\", { src: lightLogo, alt: 'logo', className: 'h-15 block dark:hidden' }), darkLogo && _jsx(\"img\", { src: darkLogo, alt: 'logo', className: 'h-15 hidden dark:block' }), signupData && (_jsxs(\"div\", { className: \"my-6\", children: [t('auth.needToMakeChange'), \" \", _jsxs(Button, { onClick: goToSignup, children: [\" \", t('auth.goBack')] })] })), _jsx(\"div\", { className: \"flex flex-col space-y-2\", children: collectSignupData && !localStorage.getItem('tenantName') ? (_jsx(SignupForm, { onSignup: onSignup, goBack: goBack })) : (_jsxs(\"div\", { className: \"flex flex-col\", children: [_jsx(\"div\", { className: \"my-4\", children: _jsx(\"h2\", { className: \"text-2xl font-bold text-center\", children: t('auth.logInOrSignUp') }) }), _jsxs(\"div\", { className: \"max-w-2xl text-center my-2 px-2\", children: [t('auth.firstTimeMessage'), _jsx(\"br\", {}), t('auth.firstTimeDetails')] }), _jsxs(\"div\", { className: \"flex items-center flex-col\", children: [_jsxs(\"div\", { className: \"py-4 w-70\", children: [_jsx(GoogleSignInButton, {}), _jsx(GitHubSignInButton, {}), _jsx(MicrosoftSignInButton, {})] }), _jsxs(\"div\", { className: \"flex items-center flex-row w-70 text-muted\", children: [_jsx(\"hr\", { className: \"w-full\" }), _jsx(\"div\", { className: \"px-2 text-xs\", children: t('auth.or') }), _jsx(\"hr\", { className: \"w-full\" })] }), _jsx(\"div\", { className: \"py-4 w-70\", children: _jsx(EnterpriseSigninButton, {}) })] }), authError && !(authError instanceof UserNotFoundError) && (_jsx(\"div\", { className: \"text-center\", children: _jsxs(\"div\", { className: \"\", children: [t('auth.signInError'), _jsx(\"br\", {}), t('auth.signInErrorContact'), _jsx(\"a\", { className: 'text-info mx-1', href: \"mailto:support@vertesiahq.com\", children: \"support@vertesiahq.com\" }), t('auth.signInErrorPersists'), _jsx(\"pre\", { className: \"mt-2\", children: t('auth.error', { message: authError.message }) })] }) }))] })) })] }));\n}\n//# sourceMappingURL=SigninScreen.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { Button, Center, ErrorBox, Input, SelectBox, Spinner, useFetch, useToast } from '@vertesia/ui/core';\nimport { Env } from \"@vertesia/ui/env\";\nimport { useLocation } from \"@vertesia/ui/router\";\nimport { fetchComposableTokenFromFirebaseToken, useUserSession } from '@vertesia/ui/session';\nimport { useState } from 'react';\nimport { useUITranslation } from '../../i18n/index.js';\nconst LOOPBACK_HOSTS = new Set(['127.0.0.1', 'localhost']);\nfunction parseRedirectUri(rawRedirect) {\n if (!rawRedirect) {\n return null;\n }\n let decoded;\n try {\n decoded = decodeURIComponent(rawRedirect);\n }\n catch {\n return null;\n }\n let parsed;\n try {\n parsed = new URL(decoded);\n }\n catch {\n return null;\n }\n if (parsed.protocol !== 'http:') {\n return null;\n }\n if (!parsed.port) {\n return null;\n }\n if (parsed.username || parsed.password) {\n return null;\n }\n if (!LOOPBACK_HOSTS.has(parsed.hostname)) {\n return null;\n }\n return parsed.toString();\n}\nfunction getClientInfo(location) {\n const params = new URLSearchParams(location.search);\n const redirect = parseRedirectUri(params.get('redirect_uri'));\n const code = params.get('code');\n if (!redirect || !code) {\n return null;\n }\n const profile = params.get('profile') ?? \"default\";\n const project = params.get('project') ?? undefined;\n const account = params.get('account') ?? undefined;\n return { redirect, code, profile, project, account };\n}\nexport function TerminalLogin() {\n const [payload, setPayload] = useState();\n const [error, setError] = useState();\n const location = useLocation();\n const clientInfo = getClientInfo(location);\n const toast = useToast();\n const { t } = useUITranslation();\n const onAccept = async (data) => {\n if (!clientInfo)\n return;\n if (!data.profile) {\n toast({\n title: t('login.terminal.profileRequired'),\n description: t('login.terminal.profileRequiredDesc'),\n status: 'error',\n duration: 2000\n });\n return;\n }\n if (!data.account) {\n toast({\n title: t('login.terminal.accountRequired'),\n description: t('login.terminal.accountRequiredDesc'),\n status: 'error',\n duration: 2000\n });\n return;\n }\n if (!data.project) {\n toast({\n title: t('login.terminal.projectRequired'),\n description: t('login.terminal.projectRequiredDesc'),\n status: 'error',\n duration: 2000\n });\n return;\n }\n // expire in 1 day\n let payload;\n try {\n const token = await fetchComposableTokenFromFirebaseToken(data.account, data.project, 24 * 3600);\n if (token) {\n payload = {\n ...data,\n studio_server_url: Env.endpoints.studio,\n zeno_server_url: Env.endpoints.zeno,\n token,\n };\n await fetch(clientInfo.redirect, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json'\n },\n body: JSON.stringify(payload)\n });\n setPayload(payload);\n }\n else {\n toast({\n title: t('login.terminal.failedToGetToken'),\n status: 'error',\n duration: 5000\n });\n }\n }\n catch (err) {\n if (payload) {\n setError(err);\n setPayload(payload);\n }\n else {\n toast({\n title: t('login.terminal.errorAuthorizingClient'),\n description: err.message,\n status: 'error',\n duration: 5000\n });\n }\n }\n };\n const getPageContent = () => {\n if (!clientInfo) {\n return _jsx(ErrorBox, { title: t('login.terminal.invalidRequest'), children: t('login.terminal.invalidRequestDesc') });\n }\n return payload\n ? _jsx(AuthDoneScreen, { payload: payload, error: error })\n : _jsx(AuthAcceptScreen, { clientInfo: clientInfo, onAccept: onAccept });\n };\n const page = getPageContent();\n return (_jsx(\"div\", { className: \"w-full flex flex-col items-center gap-4 mt-24\", children: page }));\n}\nfunction AuthAcceptScreen({ onAccept, clientInfo }) {\n const { client, user } = useUserSession();\n const { data: allProjects, error } = useFetch(() => user ? client.projects.list() : Promise.resolve([]), [user]);\n const { t } = useUITranslation();\n if (error) {\n return _jsx(ErrorBox, { title: t('login.terminal.errorLoadingProjects'), children: error.message });\n }\n const getEnvironmentName = () => {\n if (Env.isLocalDev) {\n return t('login.terminal.envLocalDev');\n }\n else if (Env.isDev) {\n return t('login.terminal.envStaging');\n }\n return t('login.terminal.envProduction');\n };\n const envName = getEnvironmentName();\n return user && allProjects ? (_jsxs(_Fragment, { children: [_jsxs(\"div\", { className: 'w-1/3', children: [_jsxs(\"div\", { className: \"mb-4 text-xl font-semibold text-info\", children: [\"Authorizing client on \", envName, \" environment.\"] }), _jsxs(\"div\", { className: 'mb-2 text-md text-muted-foreground', children: [_jsx(\"div\", { children: t('login.terminal.clientWantsAuth') }), _jsxs(\"div\", { children: [\"The client app code is \", _jsx(\"b\", { className: \"text-foreground\", children: clientInfo.code }), \". You can check if the code is correct in the terminal.\"] })] }), _jsxs(\"div\", { className: 'mb-2 text-sm text-muted-foreground', children: [_jsx(\"div\", { children: t('login.terminal.chooseAccountProject') }), _jsx(\"div\", { children: t('login.terminal.profileNameNote') })] })] }), _jsx(ProfileForm, { onAccept: onAccept, allProjects: allProjects, data: clientInfo })] })) : _jsx(Spinner, { size: 'lg' });\n}\nfunction AuthDoneScreen({ payload, error }) {\n const toast = useToast();\n const { t } = useUITranslation();\n const onCopy = () => {\n if (payload) {\n navigator.clipboard.writeText(JSON.stringify(payload));\n toast({\n title: t('login.terminal.authPayloadCopied'),\n description: error ? t('login.terminal.authPayloadCopiedWithError', { error: error.message }) : t('login.terminal.authPayloadCopiedSuccess'),\n status: 'success',\n duration: 5000\n });\n }\n };\n return (_jsxs(\"div\", { children: [error ?\n _jsx(\"div\", { children: _jsx(ErrorBox, { title: t('login.terminal.failedToSendToken'), children: t('login.terminal.failedToSendTokenDesc', { error: error.message }) }) })\n : _jsx(\"div\", { children: t('login.terminal.clientAuthenticated') }), _jsx(Center, { className: \"mt-4\", children: _jsx(Button, { variant: 'secondary', onClick: onCopy, children: t('login.terminal.copyAuthPayload') }) })] }));\n}\nfunction ProfileForm({ allProjects, data, onAccept }) {\n const { accounts, account, project } = useUserSession();\n const { t } = useUITranslation();\n const [currentData, setCurrentData] = useState(() => ({\n profile: data.profile,\n account: data.account ?? account?.id,\n project: data.project ?? project?.id,\n }));\n const onChangeProfile = (value) => {\n setCurrentData({ ...currentData, profile: value });\n };\n const onChangeAccount = (value) => {\n setCurrentData({ ...currentData, account: value.id, project: undefined });\n };\n const onChangeProject = (value) => {\n setCurrentData({ ...currentData, project: value.id });\n };\n const projects = allProjects.filter(p => p.account === currentData.account);\n return (_jsxs(\"div\", { className: 'w-1/3', children: [_jsxs(\"div\", { className: \"mb-4 flex flex-col gap-2\", children: [_jsx(\"span\", { className: \"font-semibold text-muted-foreground\", children: t('login.terminal.profileName') }), _jsx(Input, { type: 'text', value: currentData.profile, onChange: onChangeProfile })] }), _jsxs(\"div\", { className: \"mb-4 flex flex-col gap-2\", children: [_jsx(\"span\", { className: \"font-semibold text-muted-foreground\", children: t('login.terminal.account') }), _jsx(SelectAccount, { value: currentData.account, onChange: onChangeAccount, accounts: accounts || [] })] }), _jsxs(\"div\", { className: \"mb-4 flex flex-col gap-2\", children: [_jsx(\"span\", { className: \"font-semibold text-muted-foreground\", children: t('login.terminal.project') }), _jsx(SelectProject, { value: currentData.project, onChange: onChangeProject, projects: projects })] }), _jsx(\"div\", { className: 'mb-4 text-sm text-attention', children: t('login.terminal.browserPermissionNote') }), _jsx(\"div\", { children: _jsx(Button, { size: 'xl', onClick: () => onAccept(currentData), children: t('login.terminal.authorizeClient') }) })] }));\n}\nfunction SelectAccount({ value, accounts, onChange }) {\n const { t } = useUITranslation();\n const _onChange = (value) => {\n onChange(value);\n };\n return _jsx(SelectBox, { options: accounts, value: accounts?.find(a => a.id === value), onChange: _onChange, by: \"id\", optionLabel: (option) => option.name, placeholder: t('login.terminal.selectAccount') });\n}\nfunction SelectProject({ value, projects, onChange }) {\n const { t } = useUITranslation();\n const _onChange = (value) => {\n onChange(value);\n };\n return (_jsx(SelectBox, { by: \"id\", value: projects.find(p => p.id === value), options: projects, optionLabel: (option) => option.name, placeholder: t('login.terminal.selectProject'), onChange: _onChange }));\n}\n//# sourceMappingURL=TerminalLogin.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Button, Modal, ModalBody, ModalFooter, ModalTitle } from \"@vertesia/ui/core\";\nimport GitHubSignInButton from \"./GitHubSignInButton\";\nimport GoogleSignInButton from \"./GoogleSignInButton\";\nimport MicrosoftSignInButton from \"./MicrosoftSigninButton\";\nexport default function SignInModal({ isOpen, onClose }) {\n return (_jsxs(Modal, { isOpen: isOpen, onClose: onClose, children: [_jsx(ModalTitle, { children: \"Sign In\" }), _jsxs(ModalBody, { className: \"flex justify-center\", children: [_jsx(GoogleSignInButton, {}), _jsx(GitHubSignInButton, {}), _jsx(MicrosoftSignInButton, {})] }), _jsx(ModalFooter, { align: \"right\", children: _jsx(Button, { variant: \"ghost\", onClick: onClose, children: \"Cancel\" }) })] }));\n}\n//# sourceMappingURL=SignInModal.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { getTenantIdFromProject } from \"@vertesia/common\";\nimport { Tabs, TabsBar, TabsPanel, VTooltip } from \"@vertesia/ui/core\";\nimport { Env } from \"@vertesia/ui/env\";\nimport { useUserSession } from \"@vertesia/ui/session\";\n// Package version is now passed as prop from the consuming application\nimport { Check, CopyIcon } from \"lucide-react\";\nimport { useState } from \"react\";\nimport { useUITranslation } from '../../i18n/index.js';\nexport function InfoItems({ title, value }) {\n function copyToClipboard(value) {\n navigator.clipboard.writeText(value);\n setIsCopied(true);\n setTimeout(() => setIsCopied(false), 2000);\n }\n const [isCopied, setIsCopied] = useState(false);\n return (_jsxs(\"div\", { className: \"w-full flex justify-between items-center mb-1\", children: [_jsxs(\"div\", { className: \"flex flex-col w-[calc(100%-3rem)]\", children: [_jsx(\"div\", { className: 'text-sm px-2 dark:text-slate-200', children: title }), _jsx(VTooltip, { description: value, size: \"xs\", placement: \"left\", children: _jsxs(\"div\", { className: 'text-xs truncate text-muted w-full text-left px-2', children: [value, \" \"] }) })] }), isCopied ?\n _jsx(Check, { className: \"size-4 cursor-pointer text-success\" })\n :\n _jsx(CopyIcon, { className: \"size-4 cursor-pointer text-gray-400 dark:text-slate-400\", onClick: () => copyToClipboard(value) })] }));\n}\nexport default function InfoList() {\n const { t } = useUITranslation();\n const session = useUserSession();\n const { account, project, client, authToken } = session;\n const server = new URL(client.baseUrl).hostname;\n const store = new URL(client.store.baseUrl).hostname;\n const tenantId = project ? getTenantIdFromProject(project) : '';\n const tabs = [\n {\n name: 'user',\n label: t('user.user'),\n content: _jsxs(\"div\", { className: \"space-y-1 p-2\", children: [_jsx(InfoItems, { title: t('user.organizationId'), value: account?.id ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.projectId'), value: project?.id ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.userId'), value: authToken?.sub ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.organizationRoles'), value: authToken?.account_roles?.join(',') ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.projectRoles'), value: authToken?.project_roles?.join(',') ?? t('user.unknown') })] })\n },\n {\n name: 'environment',\n label: t('user.environment'),\n content: _jsxs(\"div\", { className: \"space-y-1 p-2\", children: [_jsx(InfoItems, { title: t('user.tenantId'), value: tenantId }), _jsx(InfoItems, { title: t('user.environment'), value: Env.type }), _jsx(InfoItems, { title: t('user.server'), value: server }), _jsx(InfoItems, { title: t('user.store'), value: store }), _jsx(InfoItems, { title: t('user.appVersion'), value: Env.version }), _jsx(InfoItems, { title: t('user.sdkVersion'), value: Env.sdkVersion || t('user.unknown') })] })\n }\n ];\n return (_jsx(\"div\", { className: \"w-full\", children: _jsxs(Tabs, { defaultValue: \"user\", tabs: tabs, fullWidth: true, updateHash: false, children: [_jsx(TabsBar, {}), _jsx(TabsPanel, {})] }) }));\n}\n//# sourceMappingURL=UserInfo.js.map","import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Permission } from \"@vertesia/common\";\nimport { Avatar, Button, MenuList, ModeToggle, Popover, PopoverContent, PopoverTrigger, Spinner } from \"@vertesia/ui/core\";\nimport { useUserSession } from \"@vertesia/ui/session\";\nimport clsx from \"clsx\";\nimport { useState } from \"react\";\nimport SignInModal from \"./SignInModal\";\nimport InfoList from \"./UserInfo\";\nimport { useNavigate } from \"@vertesia/ui/router\";\nimport { useUserPermissions } from \"@vertesia/ui/features\";\nexport function UserSessionMenu({}) {\n const { user, isLoading } = useUserSession();\n const [showModal, setShowModal] = useState(false);\n if (isLoading) {\n return _jsx(Spinner, {});\n }\n else if (!user) {\n return _jsxs(_Fragment, { children: [_jsx(Button, { onClick: () => setShowModal(true), children: \"Sign In\" }), _jsx(SignInModal, { isOpen: showModal, onClose: () => setShowModal(false) })] });\n }\n else {\n return (_jsx(\"div\", { className: \"px-3\", children: _jsx(UserSessionPopup, { asMenuTrigger: true }) }));\n }\n}\nfunction UserSessionPopup({ className, asMenuTrigger = false }) {\n const session = useUserSession();\n const navigate = useNavigate();\n const perms = useUserPermissions();\n const { user } = session;\n if (!session || !user)\n return null;\n const isProjectManager = perms.hasPermission(Permission.project_admin);\n return (_jsxs(Popover, { click: true, children: [_jsx(PopoverTrigger, { children: _jsx(\"div\", { className: clsx(className, \"flex items-center justify-start\", asMenuTrigger && \"cursor-pointer\"), children: _jsx(Avatar, { size: 'sm', color: 'bg-amber-500', shape: 'circle', \n /*src={picture} */\n name: user?.name }) }) }), _jsx(PopoverContent, { align: \"start\", className: \"w-[280px] mx-2 my-1 p-0\", children: _jsxs(\"div\", { className: 'divide-y divide-gray-200 dark:divide-slate-700', children: [_jsxs(\"div\", { className: 'py-2 pl-2', children: [_jsx(\"p\", { className: \"px-4 dark:text-white mb-1\", children: user?.name ?? 'Unknown' }), _jsx(\"p\", { className: \"px-4 text-xs text-gray-500\", children: user?.email ?? '' })] }), _jsx(\"div\", { className: \"w-full p-1\", children: _jsx(InfoList, {}) }), _jsx(\"div\", { className: 'py-2 pl-2', children: _jsx(ModeToggle, {}) }), _jsx(\"div\", { className: 'py-2', children: _jsxs(MenuList, { children: [isProjectManager && (_jsx(MenuList.Item, { className: 'px-2', onClick: () => navigate('/settings', { replace: true }), children: \"Settings\" })), _jsx(MenuList.Item, { className: 'px-2', onClick: () => session.logout(), children: \"Sign out\" })] }) })] }) })] }));\n}\n//# sourceMappingURL=UserSessionMenu.js.map","export function isVertesiaEmail(email) {\n return email ? (email.endsWith('@vertesiahq.com') ||\n email.endsWith('@becomposable.com') ||\n email.endsWith('@composableprompts.com')) : false;\n}\n//# sourceMappingURL=utils.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { AnimatePresence, motion } from \"framer-motion\";\nimport { useEffect, useState } from \"react\";\nimport { useUserSession } from \"@vertesia/ui/session\";\nexport function SplashScreen({ icon: Icon }) {\n const { isLoading } = useUserSession();\n const [show, setShow] = useState(true);\n useEffect(() => {\n if (!isLoading) {\n setShow(false);\n }\n }, [isLoading]);\n return (_jsx(AnimatePresence, { children: show && (_jsx(motion.div, { style: { zIndex: 999999, position: 'fixed', inset: 0 }, className: 'fixed inset-x-0 inset-y-0', initial: { opacity: 1 }, exit: { opacity: 0 }, transition: { ease: 'easeIn', duration: 0.5 }, children: _jsx(\"div\", { style: { display: 'flex', width: '100%', height: '100%', alignItems: 'center', justifyContent: 'center' }, className: \"flex w-full h-full items-center justify-center\", children: _jsx(\"div\", { className: \"animate-[spin_4s_linear_infinite]\", children: _jsx(\"div\", { className: 'animate-pulse rounded-full bg-transparent', children: Icon || _jsx(LoadingIcon, {}) }) }) }) })) }));\n}\nfunction LoadingIcon() {\n const stopColor1 = \"currentColor\";\n const stopColor2 = \"currentColor\";\n // const stopColor1 = \"#4F46E5\";\n // const stopColor2 = \"#4F46E5\";\n return (_jsxs(\"svg\", { width: \"32\", height: \"32\", className: \"w-8 h-8 text-indigo-600\", viewBox: \"0 0 50 50\", xmlns: \"http://www.w3.org/2000/svg\", children: [_jsx(\"defs\", { children: _jsxs(\"linearGradient\", { id: \"spinner-gradient\", x1: \"1\", y1: \"0\", x2: \"0\", y2: \"1\", children: [_jsx(\"stop\", { offset: \"0%\", stopColor: stopColor1, stopOpacity: \"1\" }), _jsx(\"stop\", { offset: \"100%\", stopColor: stopColor2, stopOpacity: \"0\" })] }) }), _jsx(\"circle\", { cx: \"25\", cy: \"25\", r: \"20\", stroke: \"url(#spinner-gradient)\", strokeWidth: \"5\", fill: \"none\", strokeLinecap: \"round\" })] }));\n}\n//# sourceMappingURL=SplashScreen.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { ThemeProvider, ToastProvider } from \"@vertesia/ui/core\";\nimport { UserPermissionProvider, TypeRegistryProvider } from \"@vertesia/ui/features\";\nimport { UserSessionProvider } from \"@vertesia/ui/session\";\nimport { SplashScreen } from \"./SplashScreen\";\nimport { SigninScreen } from \"./login/SigninScreen\";\nexport function VertesiaShell({ children, lightLogo, darkLogo, loadingIcon }) {\n return (_jsx(ToastProvider, { children: _jsx(UserSessionProvider, { children: _jsx(TypeRegistryProvider, { children: _jsxs(ThemeProvider, { defaultTheme: \"system\", storageKey: \"vite-ui-theme\", children: [_jsx(SplashScreen, { icon: loadingIcon }), _jsx(SigninScreen, { allowedPrefix: \"/shared/\", lightLogo: lightLogo, darkLogo: darkLogo }), _jsx(UserPermissionProvider, { children: children })] }) }) }) }));\n}\n//# sourceMappingURL=VertesiaShell.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { createContext, useContext } from \"react\";\nexport const AppInstallationContext = createContext(null);\nexport function AppInstallationProvider({ installation, children }) {\n return (_jsx(AppInstallationContext.Provider, { value: installation, children: children }));\n}\n/**\n * Get the current app installation obejct when called in an app context otheriwse returns null\n */\nexport function useAppInstallation() {\n return useContext(AppInstallationContext);\n}\n//# sourceMappingURL=AppInstallationProvider.js.map","import { jsxs as _jsxs, jsx as _jsx } from \"react/jsx-runtime\";\nimport { SelectBox, useFetch } from \"@vertesia/ui/core\";\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY, useUserSession } from \"@vertesia/ui/session\";\nimport { useState } from \"react\";\nexport function AppProjectSelector({ app, onChange, placeholder }) {\n const { client, project } = useUserSession();\n const { data: projects, error } = useFetch(() => {\n return client.apps.getAppInstallationProjects(app);\n }, [app.id, app.name]);\n const _onChange = (project) => {\n if (onChange) {\n if (!onChange(project)) {\n // if onChange returns true then the defualt on change is called\n return;\n }\n }\n // default on change\n localStorage.setItem(LastSelectedAccountId_KEY, project.account);\n localStorage.setItem(LastSelectedProjectId_KEY + '-' + project.account, project.id);\n window.location.reload();\n };\n if (error) {\n return _jsxs(\"span\", { className: 'text-red-600', children: [\"Error: failed to fetch projects: \", error.message] });\n }\n return _jsx(SelectProject, { placeholder: placeholder, initialValue: project?.id, projects: projects || [], onChange: _onChange });\n}\nfunction SelectProject({ initialValue, projects, onChange, placeholder = \"Select Project\" }) {\n const [value, setValue] = useState();\n const _onChange = (value) => {\n setValue(value);\n onChange(value);\n };\n let actualValue = !value && initialValue ? projects.find(p => p.id === initialValue) : value;\n return (_jsx(SelectBox, { by: \"id\", value: actualValue, options: projects, optionLabel: (option) => option.name, placeholder: placeholder, onChange: _onChange }));\n}\n//# sourceMappingURL=AppProjectSelector.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Center, useFetch, SelectBox } from \"@vertesia/ui/core\";\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY, useUserSession } from \"@vertesia/ui/session\";\nimport { LockIcon } from \"lucide-react\";\nimport { useEffect, useMemo, useState } from \"react\";\nimport { useUITranslation } from '../../i18n/index.js';\nimport { AppInstallationProvider } from \"./AppInstallationProvider\";\nexport function StandaloneApp({ name, AccessDenied = AccessDeniedMessage, children }) {\n return name ? (_jsx(StandaloneAppImpl, { name: name, AccessDenied: AccessDenied, children: children })) : (_jsx(UnknownAppName, {}));\n}\nexport function StandaloneAppImpl({ name, AccessDenied = AccessDeniedMessage, children }) {\n const { authToken, client } = useUserSession();\n const [installation, setInstallation] = useState(null);\n const [state, setState] = useState(\"loading\");\n useEffect(() => {\n if (!authToken) {\n setState(\"loading\");\n }\n else {\n const isAppVisible = authToken.apps.includes(name);\n if (isAppVisible) {\n client.apps.getAppInstallationByName(name).then(inst => {\n if (!inst) {\n console.log(`App ${name} not found!`);\n setState(\"error\");\n }\n else {\n setState(\"loaded\");\n setInstallation(inst);\n }\n });\n }\n else {\n setState(\"error\");\n }\n }\n }, [name, authToken]);\n if (state === \"loading\") {\n return null;\n }\n else if (state === \"error\") {\n return _jsx(AccessDenied, { name: name });\n }\n else if (installation) {\n return _jsx(AppInstallationProvider, { installation: installation, children: children });\n }\n}\nfunction AccessDeniedMessage({ name }) {\n const { project, accounts, client } = useUserSession();\n const { t } = useUITranslation();\n const [selectedAccountId, setSelectedAccountId] = useState();\n // Fetch all projects where the app is installed across all organizations\n const { data: allProjects } = useFetch(() => {\n return client.apps.getAppInstallationProjects({ name });\n }, [name]);\n // Group projects by organization\n const { projectsByOrg, orgOptions } = useMemo(() => {\n if (!allProjects || !accounts)\n return { projectsByOrg: {}, orgOptions: [] };\n const grouped = {};\n for (const p of allProjects) {\n if (!grouped[p.account]) {\n grouped[p.account] = [];\n }\n grouped[p.account].push(p);\n }\n // Only show orgs that have projects with the app installed\n const orgsWithProjects = accounts.filter(a => grouped[a.id]?.length > 0);\n return { projectsByOrg: grouped, orgOptions: orgsWithProjects };\n }, [allProjects, accounts]);\n // Auto-select first org if not selected\n useEffect(() => {\n if (!selectedAccountId && orgOptions.length > 0) {\n setSelectedAccountId(orgOptions[0].id);\n }\n }, [orgOptions, selectedAccountId]);\n const onProjectChange = (selected) => {\n localStorage.setItem(LastSelectedAccountId_KEY, selected.account);\n localStorage.setItem(LastSelectedProjectId_KEY + '-' + selected.account, selected.id);\n window.location.reload();\n };\n const filteredProjects = selectedAccountId ? (projectsByOrg[selectedAccountId] || []) : [];\n const selectedOrg = orgOptions.find(a => a.id === selectedAccountId);\n return (_jsxs(Center, { className: \"pt-10 flex flex-col items-center text-center text-gray-700\", children: [_jsx(LockIcon, { className: \"w-10 h-10 mb-4 text-gray-500\" }), _jsx(\"div\", { className: \"text-xl font-semibold\", children: t('shell.accessDenied') }), _jsxs(\"div\", { className: \"mt-2 text-sm text-gray-500\", children: [\"You don't have permission to view the \", _jsx(\"span\", { className: \"font-semibold\", children: name }), \" app in project: \", _jsxs(\"span\", { className: \"font-semibold\", children: [\"\\u00AB\", project?.name, \"\\u00BB\"] }), \".\"] }), orgOptions.length === 0 && allProjects !== undefined && (_jsx(\"div\", { className: \"mt-4 text-sm text-gray-500\", children: \"This app is not installed in any project you have access to.\" })), orgOptions.length > 0 && (_jsxs(\"div\", { className: \"mt-4 flex flex-row gap-4 items-end\", children: [orgOptions.length > 1 && (_jsxs(\"div\", { children: [_jsx(\"div\", { className: \"text-sm text-gray-500 mb-2\", children: t('shell.organization') }), _jsx(SelectBox, { by: \"id\", value: selectedOrg, options: orgOptions, optionLabel: (option) => option.name, placeholder: t('shell.selectOrganization'), onChange: (org) => setSelectedAccountId(org.id) })] })), _jsxs(\"div\", { children: [orgOptions.length > 1 && _jsx(\"div\", { className: \"text-sm text-gray-500 mb-2\", children: t('login.terminal.project') }), _jsx(SelectBox, { by: \"id\", value: undefined, options: filteredProjects, optionLabel: (option) => option.name, placeholder: t('shell.selectProject'), onChange: onProjectChange })] })] }))] }));\n}\nfunction UnknownAppName() {\n const { t } = useUITranslation();\n return (_jsxs(Center, { className: \"pt-10 flex flex-col items-center text-center text-gray-700\", children: [_jsx(LockIcon, { className: \"w-10 h-10 mb-4 text-gray-500\" }), _jsx(\"div\", { className: \"text-xl font-semibold\", children: t('shell.applicationNotRegistered') }), _jsxs(\"div\", { className: \"mt-2 text-sm text-gray-500\", children: [\"Before starting to code a Vertesia application you must register an application manifest in Vertesia Studio then install it in one or more projects.\", _jsx(\"p\", {}), \"Then use the created app name as a parameter to \", _jsx(\"code\", { children: \"<StandaloneApp name=\\\"your-app-name\\\">\" }), \" in the \", _jsx(\"code\", { children: \"src/main.tsx\" }), \" file.\"] })] }));\n}\n//# sourceMappingURL=StandaloneApp.js.map"],"names":["NAMESPACE","i18nInstance","i18next","createInstance","useUITranslation","useTranslation","i18n","InviteAcceptModal","session","useUserSession","client","account","t","showModal","setShowModal","useState","invites","setInvites","useEffect","listInvites","then","length","notLegacyInvites","filter","i","data","console","log","catch","err","error","id","closeModal","inviteList","map","invite","_jsxs","className","children","_jsx","name","project","role","invited_by","Button","size","onClick","async","acceptInvite","authCallback","fetchAccounts","fetchProjects","accept","variant","rejectInvite","remainingInvites","reject","warn","Modal","isOpen","onClose","ModalTitle","ModalBody","EnterpriseSigninButton","redirectTo","isLoading","setIsLoading","trackEvent","useUXTracking","email","setEmail","toast","useToast","_Fragment","Input","value","onChange","placeholder","type","Spinner","test","setFirebaseTenant","title","status","duration","localStorage","setItem","provider","Env","firebase","Error","providerType","OAuthProvider","redirectPath","window","location","pathname","GoogleAuthProvider","addScope","setCustomParameters","prompt","redirect_uri","origin","getProvider","firebaseTenantName","logger","info","vertesia","firebaseTenantId","signInWithRedirect","getFirebaseAuth","GitHubSignInButton","removeItem","GithubAuthProvider","src","loading","alt","GoogleSignInButton","MicrosoftSignInButton","_redirectTo","SignupForm","onSignup","goBack","accountType","setAccountType","undefined","companySize","setCompanySize","companyName","setCompanyName","companyWebsite","setCompanyWebsite","projectMaturity","setProjectMaturity","fbUser","setFbUser","setError","isCompany","companySizeOptions","label","accountTypeOptions","description","projectMaturityOptions","user","currentUser","displayName","FormItem","RadioGroup","options","selected","find","option","onSelect","SelectBox","optionLabel","required","signupData","maturity","JSON","stringify","fbToken","getIdToken","SigninScreen","allowedPrefix","isNested","lightLogo","darkLogo","allow","setAllow","useSafeLayoutEffect","href","startsWith","SigninScreenImpl","authError","style","zIndex","clsx","StandardSigninPanel","RegionTag","setSignupData","collectSignupData","setCollectSignupData","signOut","history","replaceState","goToSignup","UserNotFoundError","getItem","payload","firebaseToken","fetch","endpoints","studio","method","headers","body","res","message","use","initReactI18next","init","resources","ar","de","en","es","fr","it","ja","ko","pt","ru","tr","zh","fallbackLng","ns","defaultNS","interpolation","escapeValue","react","useSuspense","LOOPBACK_HOSTS","Set","getClientInfo","params","URLSearchParams","search","redirect","rawRedirect","decoded","parsed","decodeURIComponent","URL","protocol","port","username","password","has","hostname","toString","parseRedirectUri","get","code","profile","TerminalLogin","setPayload","clientInfo","useLocation","onAccept","token","fetchComposableTokenFromFirebaseToken","studio_server_url","zeno_server_url","zeno","page","AuthDoneScreen","AuthAcceptScreen","ErrorBox","allProjects","useFetch","projects","list","Promise","resolve","envName","isLocalDev","isDev","ProfileForm","Center","navigator","clipboard","writeText","accounts","currentData","setCurrentData","p","SelectAccount","SelectProject","a","by","SignInModal","ModalFooter","align","InfoItems","isCopied","setIsCopied","VTooltip","placement","Check","CopyIcon","setTimeout","copyToClipboard","InfoList","authToken","server","baseUrl","store","tenantId","getTenantIdFromProject","tabs","content","sub","account_roles","join","project_roles","version","sdkVersion","Tabs","defaultValue","fullWidth","updateHash","TabsBar","TabsPanel","UserSessionMenu","UserSessionPopup","asMenuTrigger","navigate","useNavigate","perms","useUserPermissions","isProjectManager","hasPermission","Permission","project_admin","Popover","click","PopoverTrigger","Avatar","color","shape","PopoverContent","ModeToggle","MenuList","Item","replace","logout","isVertesiaEmail","endsWith","SplashScreen","icon","Icon","show","setShow","AnimatePresence","motion","div","position","inset","initial","opacity","exit","transition","ease","display","width","height","alignItems","justifyContent","LoadingIcon","viewBox","xmlns","x1","y1","x2","y2","offset","stopColor","stopOpacity","cx","cy","r","stroke","strokeWidth","fill","strokeLinecap","VertesiaShell","loadingIcon","ToastProvider","UserSessionProvider","TypeRegistryProvider","ThemeProvider","defaultTheme","storageKey","UserPermissionProvider","AppInstallationContext","createContext","AppInstallationProvider","installation","Provider","useAppInstallation","useContext","AppProjectSelector","app","apps","getAppInstallationProjects","initialValue","LastSelectedAccountId_KEY","LastSelectedProjectId_KEY","reload","setValue","actualValue","StandaloneApp","AccessDenied","AccessDeniedMessage","StandaloneAppImpl","UnknownAppName","setInstallation","state","setState","includes","getAppInstallationByName","inst","selectedAccountId","setSelectedAccountId","projectsByOrg","orgOptions","useMemo","grouped","push","orgsWithProjects","filteredProjects","selectedOrg","LockIcon","org"],"mappings":"4kDAeO,MAAMA,GAAY,cAEnBC,GAAeC,EAAQC,iBCStB,SAASC,KACZ,OAAOC,EAAeL,GAAW,CAAEM,KAAML,IAC7C,CCvBO,SAASM,KACZ,MAAMC,EAAUC,KACVC,OAAEA,EAAMC,QAAEA,GAAYH,GACtBI,EAAEA,GAAMR,MACPS,EAAWC,GAAgBC,GAAS,IACpCC,EAASC,GAAcF,EAAS,IACvCG,EAAU,KACNR,EAAOC,QAAQQ,cAAcC,KAAKJ,IAC9B,GAAIA,EAAQK,OAAS,EAAG,CAEpB,MAAMC,EAAmBN,EAAQO,OAAOC,GAAKA,EAAEC,KAAKd,SACpD,GAAgC,IAA5BW,EAAiBD,OAEjB,YADAK,QAAQC,IAAI,yCAIhBD,QAAQC,IAAI,sBAAuBL,EAAiBD,QACpDP,GAAa,GACbG,EAAWK,EACf,MAEII,QAAQC,IAAI,mCACZb,GAAa,KAElBc,MAAMC,IACLH,QAAQI,MAAM,yBAA0BD,MAE7C,CAAClB,GAASoB,KACb,MAAMC,EAAa,IAAMlB,GAAa,GAuBhCmB,EAAajB,EAAQkB,IAAIC,GACtBA,EAAOV,KAAKd,QAITyB,EAAM,MAAO,CAAEC,UAAW,oEAAqEC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,gBAAiBC,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,uBAAwBC,SAAUH,EAAOV,KAAKd,QAAQ6B,MAAQL,EAAOV,KAAKd,UAAYwB,EAAOV,KAAKgB,SAAWL,EAAM,MAAO,CAAEC,UAAW,mBAAoBC,SAAU,CAAC,KAAMH,EAAOV,KAAKgB,QAAQD,QAAUJ,EAAM,MAAO,CAAEC,UAAW,UAAWC,SAAU,CAAC,SAAUH,EAAOV,KAAKiB,QAAUP,EAAOV,KAAKkB,YAAcP,EAAM,MAAO,CAAEC,UAAW,UAAWC,SAAU,CAAC,MAAOH,EAAOV,KAAKkB,WAAWH,MAAQL,EAAOV,KAAKkB,iBAAoBP,EAAM,MAAO,CAAEC,UAAW,sBAAuBC,SAAU,CAACC,EAAKK,EAAQ,CAAEC,KAAM,KAAMC,QAAS,IA3BhsBC,OAAOZ,UACZzB,EAAOC,QAAQqC,aAAab,EAAOJ,UACnCvB,EAAQyC,mBACRzC,EAAQ0C,sBACR1C,EAAQ2C,cAAchB,EAAOV,KAAKd,QAAQoB,IAChD,MACMT,EADmBN,EAAQO,OAAOC,GAAKA,EAAEO,KAAOI,EAAOJ,IACnBR,OAAOC,GAAKA,EAAEC,KAAKd,SACzDW,EAAiBD,OAAS,EAC1BJ,EAAWK,GAGXU,KAgB6sBoB,CAAOjB,GAASG,SAAU1B,EAAE,kBAAoB,IAAK2B,EAAKK,EAAQ,CAAEC,KAAM,KAAMQ,QAAS,YAAaP,QAAS,IAbrzBC,OAAOZ,UACZzB,EAAOC,QAAQ2C,aAAanB,EAAOJ,IACzC,MAAMwB,EAAmBvC,EAAQO,OAAOC,GAAKA,EAAEO,KAAOI,EAAOJ,IAC7Dd,EAAWsC,GACqB,IAA5BA,EAAiBlC,QACjBW,KAQk0BwB,CAAOrB,GAASG,SAAU1B,EAAE,uBAA2BuB,EAAOJ,KAHh4BL,QAAQ+B,KAAK,6BAA8BtB,GACpC,OAIf,OAAQI,EAAK,MAAO,CAAED,SAAUF,EAAMsB,EAAO,CAAEC,OAAQ9C,EAAW+C,QAAS5B,EAAYM,SAAU,CAACC,EAAKsB,EAAY,CAAEvB,SAAU1B,EAAE,yBAA2BwB,EAAM0B,EAAW,CAAExB,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,eAAgBC,SAAU,+GAAiHL,SAClW,CC3Be,SAAS8B,IAAuBC,WAAEA,IAC7C,MAAMpD,EAAEA,GAAMR,KACP6D,EAAWC,GAAgBnD,GAAS,IACrCoD,WAAEA,GAAeC,KAChBC,EAAOC,GAAYvD,EAAS,IAC7BwD,EAAQC,IAyCd,OAAQpC,EAAMqC,EAAW,CAAEnC,SAAU,CAACC,EAAKmC,EAAO,CAAEC,MAAON,EAAOO,SAAUN,EAAUO,YAAajE,EAAE,6BAA8BkE,KAAM,UAAYb,EAAa1B,EAAK,MAAO,CAAEF,UAAW,6BAA8BC,SAAUC,EAAKwC,EAAS,MAAWxC,EAAKK,EAAQ,CAAES,QAAS,UAAWP,QAxChRC,UACX,IAAKsB,EACD,OACe,6BACHW,KAAKX,IASrBH,GAAa,GACbe,EAAkBZ,GAAOjD,KAAMK,IAC3B,IAAKA,EAOD,OANA8C,EAAM,CACFW,MAAOtE,EAAE,uBACTuE,OAAQ,QACRC,SAAU,WAEdlB,GAAa,GAGjBmB,aAAaC,QAAQ,aAAc7D,EAAKe,MAAQ,IAChD,MAAM+C,EA7DlB,SAAqBvB,GACjB,IAAKwB,EAAIC,SACL,MAAM,IAAIC,MAAM,8DAGpB,OADqBF,EAAIC,SAASE,cAE9B,IAAK,OAoBL,QACI,OAAO,IAAIC,EAAc,aAnB7B,IAAK,SAAU,CACX,IAAIC,EAAe7B,GAAc8B,OAAOC,SAASC,UAAY,IACrC,MAApBH,EAAa,KACbA,EAAe,IAAMA,GAEzB,MAAMN,EAAW,IAAIU,EAOrB,OANAV,EAASW,SAAS,WAClBX,EAASW,SAAS,SAClBX,EAASY,oBAAoB,CACzBC,OAAQ,iBACRC,aAAcP,OAAOC,SAASO,OAAST,IAEpCN,CACX,CACA,IAAK,YACD,OAAO,IAAIK,EAAc,iBAC7B,IAAK,SACD,OAAO,IAAIA,EAAc,cAIrC,CAgC6BW,CAAYvC,GAC7BG,EAAW,oBAAqB,CAC5BqC,mBAAoB/E,EAAKe,OAE7BgD,EAAIiB,OAAOC,KAAK,4BAA6B,CACzCC,SAAU,CACNtC,MAAOA,EACPmC,mBAAoB/E,EAAKe,KACzBoE,iBAAkBnF,EAAKmF,oBAG/BC,EAAmBC,IAAmBvB,GACtCrB,GAAa,MAhCbK,EAAM,CACFW,MAAOtE,EAAE,qBACTuE,OAAQ,QACRC,SAAU,OAgC0R/C,UAAW,uFAAwFC,SAAUC,EAAK,OAAQ,CAAEF,UAAW,wBAAyBC,SAAU1B,EAAE,qCAChe,CC/Ee,SAASmG,OACpB,MAAMnG,EAAEA,GAAMR,IAWd,OAAQgC,EAAMQ,EAAQ,CAAES,QAAS,UAAWP,QAV7B,KACXuC,aAAa2B,WAAW,cACxB,MAAMzB,EAAW,IAAI0B,EACrB1B,EAASW,SAAS,WAClBX,EAASW,SAAS,SAIlBW,EAAmBC,IAAmBvB,IAEmBlD,UAAW,uFAAwFC,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,+BAAgC6E,IAAK,iDAAkDC,QAAS,OAAQC,IAAK,gBAAkB7E,EAAK,OAAQ,CAAEF,UAAW,wBAAyBC,SAAU1B,EAAE,+BACtY,CCbe,SAASyG,IAAmBrD,WAAEA,IACzC,MAAMpD,EAAEA,GAAMR,IAkBd,OAAQgC,EAAMQ,EAAQ,CAAES,QAAS,UAAWP,QAjB7B,KACXuC,aAAa2B,WAAW,cACxB,IAAInB,EAAe7B,GAAc8B,OAAOC,SAASC,UAAY,IACrC,MAApBH,EAAa,KACbA,EAAe,IAAMA,GAEzB,MAAMN,EAAW,IAAIU,EACrBV,EAASW,SAAS,WAClBX,EAASW,SAAS,SAGlBX,EAASY,oBAAoB,CACzBC,OAAQ,iBACRC,aAAcP,OAAOC,SAASO,OAAST,IAE3CgB,EAAmBC,IAAmBvB,IAEmBlD,UAAW,uFAAwFC,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,SAAU6E,IAAK,uDAAwDC,QAAS,OAAQC,IAAK,gBAAkB7E,EAAK,OAAQ,CAAEF,UAAW,wBAAyBC,SAAU1B,EAAE,+BACtX,CCpBe,SAAS0G,IAAwBtD,WAAYuD,IACxD,MAAM3G,EAAEA,GAAMR,IAQd,OAAQgC,EAAMQ,EAAQ,CAAES,QAAS,UAAWP,QAP7B,KACXuC,aAAa2B,WAAW,cACxB,MAAMzB,EAAW,IAAIK,EAAc,iBACnCL,EAASW,SAAS,WAClBX,EAASW,SAAS,SAClBW,EAAmBC,IAAmBvB,IAEmBlD,UAAW,kFAAmFC,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,SAAU6E,IAAK,6HAA8HC,QAAS,OAAQC,IAAK,mBAAqB7E,EAAK,OAAQ,CAAEF,UAAW,wBAAyBC,SAAU1B,EAAE,kCAC1b,CCVe,SAAS4G,IAAWC,SAAEA,EAAQC,OAAEA,IAC3C,MAAM9G,EAAEA,GAAMR,MACPuH,EAAaC,GAAkB7G,OAAS8G,IACxCC,EAAaC,GAAkBhH,OAAS8G,IACxCG,EAAaC,GAAkBlH,OAAS8G,IACxCK,EAAgBC,GAAqBpH,OAAS8G,IAC9CO,EAAiBC,GAAsBtH,OAAS8G,IAChDS,EAAQC,GAAaxH,OAAS8G,IAC9B/F,EAAO0G,GAAYzH,OAAS8G,GAC7BY,EAA4B,YAAhBd,EACZe,EAAqB,CACvB,CAAE3G,GAAI,EAAG4G,MAAO/H,EAAE,qBAClB,CAAEmB,GAAI,GAAI4G,MAAO/H,EAAE,uBACnB,CAAEmB,GAAI,IAAK4G,MAAO/H,EAAE,yBACpB,CAAEmB,GAAI,KAAM4G,MAAO/H,EAAE,0BACrB,CAAEmB,GAAI,KAAM4G,MAAO/H,EAAE,yBAEnBgI,EAAqB,CACvB,CACI7G,GAAI,WACJ4G,MAAO/H,EAAE,mBACTiI,YAAajI,EAAE,+BAEnB,CACImB,GAAI,UACJ4G,MAAO/H,EAAE,kBACTiI,YAAajI,EAAE,+BAGjBkI,EAAyB,CAC3B,CAAE/G,GAAI,UAAW4G,MAAO/H,EAAE,uBAC1B,CAAEmB,GAAI,YAAa4G,MAAO/H,EAAE,6BAC5B,CAAEmB,GAAI,QAAS4G,MAAO/H,EAAE,wBACxB,CAAEmB,GAAI,YAAa4G,MAAO/H,EAAE,yBAC5B,CAAEmB,GAAI,QAAS4G,MAAO/H,EAAE,kBAE5BM,EAAU,KACN,MAAM6H,EAAOjC,IAAkBkC,YAC1BD,EAILR,EAAUQ,GAHNrH,QAAQI,MAAM,kBAInB,CAACwG,IAqCJ,OAAQlG,EAAM,MAAO,CAAEC,UAAW,0BAA2BC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,QAASC,SAAU,CAACC,EAAK,IAAK,CAAEF,UAAW,gCAAiCC,SAAU1B,EAAE,wBAAyB,CAAE4B,KAAM8F,GAAQW,YAAa5E,MAAOiE,GAAQjE,UAAavC,GACxPS,EAAK,MAAO,CAAEF,UAAW,mBAAoBC,SAAUR,OAAcS,EAAK2G,GAAU,CAAEP,MAAO/H,EAAE,sBAAuB0B,SAAUC,EAAK4G,EAAY,CAAEC,QAASR,EAAoBS,SAAUT,EAAmBU,KAAMC,GAAWA,EAAOxH,KAAO4F,GAAc6B,SAAWD,GAAW3B,EAAe2B,EAAOxH,QAAW0G,GACzTrG,EAAMqC,EAAW,CAAEnC,SAAU,CAACC,EAAK2G,GAAU,CAAEP,MAAO/H,EAAE,sBAAuB0B,SAAUC,EAAKkH,EAAW,CAAEpH,UAAW,uCAAwCsC,MAAOmD,EAAasB,QAASV,EAAoB9D,SAAUmD,EAAgB2B,YAAcH,GAAWA,GAAQZ,MAAO9D,YAAajE,EAAE,gCAAmC2B,EAAK2G,GAAU,CAAEP,MAAO/H,EAAE,sBAAuB0B,SAAUC,EAAKmC,EAAO,CAAEC,MAAOqD,EAAapD,SAAUqD,EAAgBnD,KAAM,OAAQ6E,UAAU,MAAYpH,EAAK2G,GAAU,CAAEP,MAAO/H,EAAE,yBAA0B0B,SAAUC,EAAKmC,EAAO,CAAEC,MAAOuD,EAAgBtD,SAAUuD,EAAmBrD,KAAM,cAAkBvC,EAAK2G,GAAU,CAAEP,MAAO/H,EAAE,0BAA2B0B,SAAUC,EAAKkH,EAAW,CAAEpH,UAAW,uCAAwC+G,QAASN,EAAwBnE,MAAOmE,EAAuBQ,KAAMC,GAAWA,EAAOxH,KAAOqG,GAAkBsB,YAAcH,GAAWA,GAAQZ,MAAO9D,YAAajE,EAAE,gCAAiCgE,SAAW2E,GAAWlB,EAAmBkB,GAAQxH,QAAWK,EAAM,MAAO,CAAEC,UAAW,qBAAsBC,SAAU,CAACC,EAAKK,EAAQ,CAAES,QAAS,UAAWP,QAvBvlCC,UACb,KAfK4E,EAIDc,IAAcT,GACdQ,EAAS5H,EAAE,8BACJ,IAEP6H,GAAcX,IACdU,EAAS5H,EAAE,mCACJ,IATP4H,EAAS5H,EAAE,mCACJ,IAcP,OACJ,IAAK+G,EACD,OACJ,MAAMiC,EAAa,CACfjC,YAAaA,EACbK,YAAaA,EACbF,YAAaA,GAAa/F,GAC1BmG,eAAgBA,EAChB2B,SAAUzB,GAEdtC,OAAOT,aAAaC,QAAQ,uBAAwBwE,KAAKC,UAAUH,IACnE,MAAMI,QAAgBlD,IAAkBkC,aAAaiB,cACrDvI,QAAQC,IAAI,qBAAsBmF,IAAmBkD,GAChDA,EAILvC,EAASmC,EAAYI,GAHjBtI,QAAQI,MAAM,4BAOqmCe,KAAM,KAAMP,SAAUC,EAAK,OAAQ,CAAEF,UAAW,UAAWC,SAAU1B,EAAE,qBAAwB2B,EAAKK,EAAQ,CAAES,QAAS,QAASR,KAAM,KAAMR,UAAW,OAAQS,QAAS4E,EAAQpF,SAAUC,EAAK,OAAQ,CAAEF,UAAW,GAAIC,SAAU1B,EAAE,sCACn2C,CACA,SAASsI,IAASP,MAAEA,EAAKrG,SAAEA,IACvB,OAAQF,EAAM,MAAO,CAAEC,UAAW,+BAAgCC,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,qBAAsBC,SAAUqG,IAAUrG,IACpJ,CC9EO,SAAS4H,IAAaC,cAAEA,EAAaC,SAAEA,GAAW,EAAKC,UAAEA,EAASC,SAAEA,IACvE,MAAOC,EAAOC,GAAYzJ,GAAS,GAInC,OAHA0J,EAAoB,KAChBN,GAAiBK,EAAS1E,OAAOC,SAAS2E,KAAKC,WAAWR,KAC3D,IACII,EAAQ,KAAOhI,EAAKqI,GAAkB,CAAER,SAAUA,EAAUC,UAAWA,EAAWC,SAAUA,GACvG,CACA,SAASM,IAAiBR,SAAEA,GAAW,EAAKC,UAAEA,EAASC,SAAEA,IACrD,MAAM1J,EAAEA,GAAMR,KACR6D,UAAEA,EAAS8E,KAAEA,EAAI8B,UAAEA,GAAcpK,IACvC,OAAQwD,GAAc8E,EAAmqB,KAA3pBxG,EAAK,MAAO,CAAEuI,MAAO,CAAEC,OAAQ,QAAU1I,WAAY+H,EAAW,WAAa,SAAW,mBAAoB9H,SAAUF,EAAM,MAAO,CAAEC,UAAW2I,EAAK,wDAAyD1I,SAAU,CAACC,EAAK0I,GAAqB,CAAEJ,UAAWA,EAAWR,UAAWA,EAAWC,SAAUA,IAAalI,EAAM,MAAO,CAAEC,UAAW,4DAA6DC,SAAU,CAACC,EAAK,IAAK,CAAEmI,KAAM,iCAAkCrI,UAAW,UAAWC,SAAU1B,EAAE,wBAA0B2B,EAAK,IAAK,CAAEmI,KAAM,+BAAgCrI,UAAW,UAAWC,SAAU1B,EAAE,yBAA2B2B,EAAK2I,EAAW,CAAA,UAC3qB,CACA,SAASD,IAAoBJ,UAAEA,EAASP,SAAEA,EAAQD,UAAEA,IAChD,MAAMzJ,EAAEA,GAAMR,KACPwJ,EAAYuB,GAAiBpK,OAAS8G,IACtCuD,EAAmBC,GAAwBtK,GAAS,IACrDuK,QAAEA,GAAY7K,KACd0D,WAAEA,GAAeC,IACvBmH,QAAQC,aAAa,GAAI,GAAI,KAC7B,MAMMC,EAAa,KACfN,OAActD,GACdwD,GAAqB,IAEzBnK,EAAU,KACF2J,aAAqBa,IACrBhK,QAAQC,IAAI,yCACZ8J,MAEL,CAACZ,IAkBJ,OAAQzI,EAAMqC,EAAW,CAAEnC,SAAU,CAAC+H,GAAa9H,EAAK,MAAO,CAAE2E,IAAKmD,EAAWjD,IAAK,OAAQ/E,UAAW,2BAA6BiI,GAAY/H,EAAK,MAAO,CAAE2E,IAAKoD,EAAUlD,IAAK,OAAQ/E,UAAW,2BAA6BuH,GAAexH,EAAM,MAAO,CAAEC,UAAW,OAAQC,SAAU,CAAC1B,EAAE,yBAA0B,IAAKwB,EAAMQ,EAAQ,CAAEE,QAAS2I,EAAYnJ,SAAU,CAAC,IAAK1B,EAAE,qBAAyB2B,EAAK,MAAO,CAAEF,UAAW,0BAA2BC,SAAU8I,IAAsB/F,aAAasG,QAAQ,cAAiBpJ,EAAKiF,GAAY,CAAEC,SAjB7gB,CAAChG,EAAMuI,KACpBtI,QAAQC,IAAI,kBAAmBF,GAC/B0J,EAAc1J,GACd,MAAMmK,EAAU,CACZhC,WAAYnI,EACZoK,cAAe7B,GAEnB8B,MAAMtG,EAAIuG,UAAUC,OAAS,eAAgB,CACzCC,OAAQ,OACRC,QAAS,CAAE,eAAgB,oBAC3BC,KAAMrC,KAAKC,UAAU6B,KACtBxK,KAAMgL,IACL1K,QAAQC,IAAI,oBAAqBiK,EAASQ,GAC1CjI,EAAW,WACX2B,OAAOC,SAAS2E,KAAO,OAGmhBhD,OAjCniB,KACXhG,QAAQC,IAAI,2BACZwJ,OAActD,GACdwD,GAAqB,GACrBC,OA6BokBlJ,EAAM,MAAO,CAAEC,UAAW,gBAAiBC,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,OAAQC,SAAUC,EAAK,KAAM,CAAEF,UAAW,iCAAkCC,SAAU1B,EAAE,0BAA6BwB,EAAM,MAAO,CAAEC,UAAW,kCAAmCC,SAAU,CAAC1B,EAAE,yBAA0B2B,EAAK,KAAM,CAAA,GAAK3B,EAAE,4BAA8BwB,EAAM,MAAO,CAAEC,UAAW,6BAA8BC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,YAAaC,SAAU,CAACC,EAAK8E,GAAoB,IAAK9E,EAAKwE,GAAoB,IAAKxE,EAAK+E,GAAuB,OAASlF,EAAM,MAAO,CAAEC,UAAW,6CAA8CC,SAAU,CAACC,EAAK,KAAM,CAAEF,UAAW,WAAaE,EAAK,MAAO,CAAEF,UAAW,eAAgBC,SAAU1B,EAAE,aAAe2B,EAAK,KAAM,CAAEF,UAAW,cAAiBE,EAAK,MAAO,CAAEF,UAAW,YAAaC,SAAUC,EAAKwB,GAAwB,CAAA,QAAY8G,KAAeA,aAAqBa,IAAuBnJ,EAAK,MAAO,CAAEF,UAAW,cAAeC,SAAUF,EAAM,MAAO,CAAEC,UAAW,GAAIC,SAAU,CAAC1B,EAAE,oBAAqB2B,EAAK,KAAM,CAAA,GAAK3B,EAAE,2BAA4B2B,EAAK,IAAK,CAAEF,UAAW,iBAAkBqI,KAAM,gCAAiCpI,SAAU,2BAA6B1B,EAAE,4BAA6B2B,EAAK,MAAO,CAAEF,UAAW,OAAQC,SAAU1B,EAAE,aAAc,CAAEyL,QAASxB,EAAUwB,wBACz3D,CRhDKpM,GAAaqM,IAAIC,GAAkBC,KAAK,CACzCC,UAAW,CACPC,GAAI,CAAE1M,CAACA,kpiCACP2M,GAAI,CAAE3M,CAACA,6roCACP4M,GAAI,CAAE5M,CAACA,0shCACP6M,GAAI,CAAE7M,CAACA,qxoCACP8M,GAAI,CAAE9M,CAACA,kkqCACP+M,GAAI,CAAE/M,CAACA,mwoCACPgN,GAAI,CAAEhN,CAACA,6k0BACPiN,GAAI,CAAEjN,CAACA,61yBACPkN,GAAI,CAAElN,CAACA,gsnCACPmN,GAAI,CAAEnN,CAACA,kinCACPoN,GAAI,CAAEpN,CAACA,kiiCACPqN,GAAI,CAAErN,CAACA,q5sBACP,QAAS,CAAEA,CAACA,y7sBAEhBsN,YAAa,KACbC,GAAI,CAACvN,IACLwN,UAAWxN,GACXyN,cAAe,CACXC,aAAa,GAEjBC,MAAO,CACHC,aAAa,KSlCrB,MAAMC,GAAiB,IAAIC,IAAI,CAAC,YAAa,cAiC7C,SAASC,GAAchI,GACnB,MAAMiI,EAAS,IAAIC,gBAAgBlI,EAASmI,QACtCC,EAlCV,SAA0BC,GACtB,IAAKA,EACD,OAAO,KAEX,IAAIC,EAOAC,EANJ,IACID,EAAUE,mBAAmBH,EACjC,CACA,MACI,OAAO,IACX,CAEA,IACIE,EAAS,IAAIE,IAAIH,EACrB,CACA,MACI,OAAO,IACX,CACA,MAAwB,UAApBC,EAAOG,SACA,KAENH,EAAOI,KAGRJ,EAAOK,UAAYL,EAAOM,SACnB,KAENf,GAAegB,IAAIP,EAAOQ,UAGxBR,EAAOS,WAFH,KANA,IASf,CAGqBC,CAAiBhB,EAAOiB,IAAI,iBACvCC,EAAOlB,EAAOiB,IAAI,QACxB,IAAKd,IAAae,EACd,OAAO,KAKX,MAAO,CAAEf,WAAUe,OAAMC,QAHTnB,EAAOiB,IAAI,YAAc,UAGPxM,QAFlBuL,EAAOiB,IAAI,iBAAcpH,EAEElH,QAD3BqN,EAAOiB,IAAI,iBAAcpH,EAE7C,CACO,SAASuH,KACZ,MAAOxD,EAASyD,GAActO,KACvBe,EAAO0G,GAAYzH,IAEpBuO,EAAavB,GADFwB,MAEXhL,EAAQC,KACR5D,EAAEA,GAAMR,KACRoP,EAAWzM,MAAOtB,IACpB,IAAK6N,EACD,OACJ,IAAK7N,EAAK0N,QAON,YANA5K,EAAM,CACFW,MAAOtE,EAAE,kCACTiI,YAAajI,EAAE,sCACfuE,OAAQ,QACRC,SAAU,MAIlB,IAAK3D,EAAKd,QAON,YANA4D,EAAM,CACFW,MAAOtE,EAAE,kCACTiI,YAAajI,EAAE,sCACfuE,OAAQ,QACRC,SAAU,MAIlB,IAAK3D,EAAKgB,QAON,YANA8B,EAAM,CACFW,MAAOtE,EAAE,kCACTiI,YAAajI,EAAE,sCACfuE,OAAQ,QACRC,SAAU,MAKlB,IAAIwG,EACJ,IACI,MAAM6D,QAAcC,EAAsCjO,EAAKd,QAASc,EAAKgB,QAAS,OAClFgN,GACA7D,EAAU,IACHnK,EACHkO,kBAAmBnK,EAAIuG,UAAUC,OACjC4D,gBAAiBpK,EAAIuG,UAAU8D,KAC/BJ,eAEE3D,MAAMwD,EAAWnB,SAAU,CAC7BlC,OAAQ,OACRC,QAAS,CACL,eAAgB,oBAEpBC,KAAMrC,KAAKC,UAAU6B,KAEzByD,EAAWzD,IAGXrH,EAAM,CACFW,MAAOtE,EAAE,mCACTuE,OAAQ,QACRC,SAAU,KAGtB,CACA,MAAOvD,GACC+J,GACApD,EAAS3G,GACTwN,EAAWzD,IAGXrH,EAAM,CACFW,MAAOtE,EAAE,yCACTiI,YAAahH,EAAIwK,QACjBlH,OAAQ,QACRC,SAAU,KAGtB,GAUE0K,EAPGR,EAGE1D,EACDrJ,EAAKwN,GAAgB,CAAEnE,QAASA,EAAS9J,MAAOA,IAChDS,EAAKyN,GAAkB,CAAEV,WAAYA,EAAYE,SAAUA,IAJtDjN,EAAK0N,EAAU,CAAE/K,MAAOtE,EAAE,iCAAkC0B,SAAU1B,EAAE,uCAOvF,OAAQ2B,EAAK,MAAO,CAAEF,UAAW,gDAAiDC,SAAUwN,GAChG,CACA,SAASE,IAAiBR,SAAEA,EAAQF,WAAEA,IAClC,MAAM5O,OAAEA,EAAMqI,KAAEA,GAAStI,KACjBgB,KAAMyO,EAAWpO,MAAEA,GAAUqO,EAAS,IAAMpH,EAAOrI,EAAO0P,SAASC,OAASC,QAAQC,QAAQ,IAAK,CAACxH,KACpGnI,EAAEA,GAAMR,KACd,GAAI0B,EACA,OAAOS,EAAK0N,EAAU,CAAE/K,MAAOtE,EAAE,uCAAwC0B,SAAUR,EAAMuK,UAE7F,MASMmE,EAREhL,EAAIiL,WACG7P,EAAE,8BAEJ4E,EAAIkL,MACF9P,EAAE,6BAENA,EAAE,gCAGb,OAAOmI,GAAQmH,EAAe9N,EAAMqC,EAAW,CAAEnC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,QAASC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,uCAAwCC,SAAU,CAAC,yBAA0BkO,EAAS,mBAAqBpO,EAAM,MAAO,CAAEC,UAAW,qCAAsCC,SAAU,CAACC,EAAK,MAAO,CAAED,SAAU1B,EAAE,oCAAsCwB,EAAM,MAAO,CAAEE,SAAU,CAAC,0BAA2BC,EAAK,IAAK,CAAEF,UAAW,kBAAmBC,SAAUgN,EAAWJ,OAAS,gEAAmE9M,EAAM,MAAO,CAAEC,UAAW,qCAAsCC,SAAU,CAACC,EAAK,MAAO,CAAED,SAAU1B,EAAE,yCAA2C2B,EAAK,MAAO,CAAED,SAAU1B,EAAE,0CAA8C2B,EAAKoO,GAAa,CAAEnB,SAAUA,EAAUU,YAAaA,EAAazO,KAAM6N,OAAqB/M,EAAKwC,EAAS,CAAElC,KAAM,MACz4B,CACA,SAASkN,IAAenE,QAAEA,EAAO9J,MAAEA,IAC/B,MAAMyC,EAAQC,KACR5D,EAAEA,GAAMR,KAYd,OAAQgC,EAAM,MAAO,CAAEE,SAAU,CACrBC,EAAK,MADiBT,EACV,CAAEQ,SAAUC,EAAK0N,EAAU,CAAE/K,MAAOtE,EAAE,oCAAqC0B,SAAU1B,EAAE,uCAAwC,CAAEkB,MAAOA,EAAMuK,aAC5I,CAAE/J,SAAU1B,EAAE,wCAA0C2B,EAAKqO,EAAQ,CAAEvO,UAAW,OAAQC,SAAUC,EAAKK,EAAQ,CAAES,QAAS,YAAaP,QAbpJ,KACP8I,IACAiF,UAAUC,UAAUC,UAAUjH,KAAKC,UAAU6B,IAC7CrH,EAAM,CACFW,MAAOtE,EAAE,oCACTiI,YAAa/G,EAAQlB,EAAE,4CAA6C,CAAEkB,MAAOA,EAAMuK,UAAazL,EAAE,2CAClGuE,OAAQ,UACRC,SAAU,QAM8J9C,SAAU1B,EAAE,wCACpM,CACA,SAAS+P,IAAYT,YAAEA,EAAWzO,KAAEA,EAAI+N,SAAEA,IACtC,MAAMwB,SAAEA,EAAQrQ,QAAEA,EAAO8B,QAAEA,GAAYhC,KACjCG,EAAEA,GAAMR,MACP6Q,EAAaC,GAAkBnQ,EAAS,KAAA,CAC3CoO,QAAS1N,EAAK0N,QACdxO,QAASc,EAAKd,SAAWA,GAASoB,GAClCU,QAAShB,EAAKgB,SAAWA,GAASV,MAWhCqO,EAAWF,EAAY3O,OAAO4P,GAAKA,EAAExQ,UAAYsQ,EAAYtQ,SACnE,OAAQyB,EAAM,MAAO,CAAEC,UAAW,QAASC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,2BAA4BC,SAAU,CAACC,EAAK,OAAQ,CAAEF,UAAW,sCAAuCC,SAAU1B,EAAE,gCAAkC2B,EAAKmC,EAAO,CAAEI,KAAM,OAAQH,MAAOsM,EAAY9B,QAASvK,SAVrQD,IACrBuM,EAAe,IAAKD,EAAa9B,QAASxK,UASkRvC,EAAM,MAAO,CAAEC,UAAW,2BAA4BC,SAAU,CAACC,EAAK,OAAQ,CAAEF,UAAW,sCAAuCC,SAAU1B,EAAE,4BAA8B2B,EAAK6O,GAAe,CAAEzM,MAAOsM,EAAYtQ,QAASiE,SAPrgBD,IACrBuM,EAAe,IAAKD,EAAatQ,QAASgE,EAAM5C,GAAIU,aAASoF,KAMwfmJ,SAAUA,GAAY,QAAW5O,EAAM,MAAO,CAAEC,UAAW,2BAA4BC,SAAU,CAACC,EAAK,OAAQ,CAAEF,UAAW,sCAAuCC,SAAU1B,EAAE,4BAA8B2B,EAAK8O,GAAe,CAAE1M,MAAOsM,EAAYxO,QAASmC,SAJ/xBD,IACrBuM,EAAe,IAAKD,EAAaxO,QAASkC,EAAM5C,MAG+xBqO,SAAUA,OAAiB7N,EAAK,MAAO,CAAEF,UAAW,8BAA+BC,SAAU1B,EAAE,0CAA4C2B,EAAK,MAAO,CAAED,SAAUC,EAAKK,EAAQ,CAAEC,KAAM,KAAMC,QAAS,IAAM0M,EAASyB,GAAc3O,SAAU1B,EAAE,wCACvkC,CACA,SAASwQ,IAAczM,MAAEA,EAAKqM,SAAEA,EAAQpM,SAAEA,IACtC,MAAMhE,EAAEA,GAAMR,KAId,OAAOmC,EAAKkH,EAAW,CAAEL,QAAS4H,EAAUrM,MAAOqM,GAAU1H,KAAKgI,GAAKA,EAAEvP,KAAO4C,GAAQC,SAHrED,IACfC,EAASD,IAEgG4M,GAAI,KAAM7H,YAAcH,GAAWA,EAAO/G,KAAMqC,YAAajE,EAAE,iCAChL,CACA,SAASyQ,IAAc1M,MAAEA,EAAKyL,SAAEA,EAAQxL,SAAEA,IACtC,MAAMhE,EAAEA,GAAMR,KAId,OAAQmC,EAAKkH,EAAW,CAAE8H,GAAI,KAAM5M,MAAOyL,EAAS9G,KAAK6H,GAAKA,EAAEpP,KAAO4C,GAAQyE,QAASgH,EAAU1G,YAAcH,GAAWA,EAAO/G,KAAMqC,YAAajE,EAAE,gCAAiCgE,SAHrKD,IACfC,EAASD,KAGjB,CChNe,SAAS6M,IAAY7N,OAAEA,EAAMC,QAAEA,IAC1C,OAAQxB,EAAMsB,EAAO,CAAEC,OAAQA,EAAQC,QAASA,EAAStB,SAAU,CAACC,EAAKsB,EAAY,CAAEvB,SAAU,YAAcF,EAAM0B,EAAW,CAAEzB,UAAW,sBAAuBC,SAAU,CAACC,EAAK8E,GAAoB,CAAA,GAAK9E,EAAKwE,GAAoB,IAAKxE,EAAK+E,GAAuB,CAAA,MAAS/E,EAAKkP,EAAa,CAAEC,MAAO,QAASpP,SAAUC,EAAKK,EAAQ,CAAES,QAAS,QAASP,QAASc,EAAStB,SAAU,eAC/X,CCEO,SAASqP,IAAUzM,MAAEA,EAAKP,MAAEA,IAM/B,MAAOiN,EAAUC,GAAe9Q,GAAS,GACzC,OAAQqB,EAAM,MAAO,CAAEC,UAAW,gDAAiDC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,oCAAqCC,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,mCAAoCC,SAAU4C,IAAU3C,EAAKuP,EAAU,CAAEjJ,YAAalE,EAAO9B,KAAM,KAAMkP,UAAW,OAAQzP,SAAUF,EAAM,MAAO,CAAEC,UAAW,oDAAqDC,SAAU,CAACqC,EAAO,YAAgBiN,EAC5arP,EAAKyP,GAAO,CAAE3P,UAAW,uCAErBE,EAAK0P,GAAU,CAAE5P,UAAW,0DAA2DS,QAAS,IAThH,SAAyB6B,GACrBkM,UAAUC,UAAUC,UAAUpM,GAC9BkN,GAAY,GACZK,WAAW,IAAML,GAAY,GAAQ,IACzC,CAKsHM,CAAgBxN,OAC1I,CACe,SAASyN,KACpB,MAAMxR,EAAEA,GAAMR,KACRI,EAAUC,KACVE,QAAEA,EAAO8B,QAAEA,EAAO/B,OAAEA,EAAM2R,UAAEA,GAAc7R,EAC1C8R,EAAS,IAAI9D,IAAI9N,EAAO6R,SAASzD,SACjC0D,EAAQ,IAAIhE,IAAI9N,EAAO8R,MAAMD,SAASzD,SACtC2D,EAAWhQ,EAAUiQ,GAAuBjQ,GAAW,GACvDkQ,EAAO,CACT,CACInQ,KAAM,OACNmG,MAAO/H,EAAE,aACTgS,QAASxQ,EAAM,MAAO,CAAEC,UAAW,gBAAiBC,SAAU,CAACC,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,uBAAwB+D,MAAOhE,GAASoB,IAAMnB,EAAE,kBAAoB2B,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,kBAAmB+D,MAAOlC,GAASV,IAAMnB,EAAE,kBAAoB2B,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,eAAgB+D,MAAO0N,GAAWQ,KAAOjS,EAAE,kBAAoB2B,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,0BAA2B+D,MAAO0N,GAAWS,eAAeC,KAAK,MAAQnS,EAAE,kBAAoB2B,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,qBAAsB+D,MAAO0N,GAAWW,eAAeD,KAAK,MAAQnS,EAAE,sBAEjjB,CACI4B,KAAM,cACNmG,MAAO/H,EAAE,oBACTgS,QAASxQ,EAAM,MAAO,CAAEC,UAAW,gBAAiBC,SAAU,CAACC,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,iBAAkB+D,MAAO8N,IAAalQ,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,oBAAqB+D,MAAOa,EAAIV,OAASvC,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,eAAgB+D,MAAO2N,IAAW/P,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,cAAe+D,MAAO6N,IAAUjQ,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,mBAAoB+D,MAAOa,EAAIyN,UAAY1Q,EAAKoP,GAAW,CAAEzM,MAAOtE,EAAE,mBAAoB+D,MAAOa,EAAI0N,YAActS,EAAE,uBAGpd,OAAQ2B,EAAK,MAAO,CAAEF,UAAW,SAAUC,SAAUF,EAAM+Q,EAAM,CAAEC,aAAc,OAAQT,KAAMA,EAAMU,WAAW,EAAMC,YAAY,EAAOhR,SAAU,CAACC,EAAKgR,EAAS,IAAKhR,EAAKiR,EAAW,CAAA,OAC3L,CC/BO,SAASC,OACZ,MAAM1K,KAAEA,EAAI9E,UAAEA,GAAcxD,KACrBI,EAAWC,GAAgBC,GAAS,GAC3C,OAAIkD,EACO1B,EAAKwC,EAAS,IAEfgE,EAIExG,EAAK,MAAO,CAAEF,UAAW,OAAQC,SAAUC,EAAKmR,GAAkB,CAAEC,eAAe,MAHpFvR,EAAMqC,EAAW,CAAEnC,SAAU,CAACC,EAAKK,EAAQ,CAAEE,QAAS,IAAMhC,GAAa,GAAOwB,SAAU,YAAcC,EAAKiP,GAAa,CAAE7N,OAAQ9C,EAAW+C,QAAS,IAAM9C,GAAa,OAK1L,CACA,SAAS4S,IAAiBrR,UAAEA,EAASsR,cAAEA,GAAgB,IACnD,MAAMnT,EAAUC,IACVmT,EAAWC,KACXC,EAAQC,MACRhL,KAAEA,GAASvI,EACjB,IAAKA,IAAYuI,EACb,OAAO,KACX,MAAMiL,EAAmBF,EAAMG,cAAcC,GAAWC,eACxD,OAAQ/R,EAAMgS,EAAS,CAAEC,OAAO,EAAM/R,SAAU,CAACC,EAAK+R,EAAgB,CAAEhS,SAAUC,EAAK,MAAO,CAAEF,UAAW2I,EAAK3I,EAAW,kCAAmCsR,GAAiB,kBAAmBrR,SAAUC,EAAKgS,EAAQ,CAAE1R,KAAM,KAAM2R,MAAO,eAAgBC,MAAO,SAEjPjS,KAAMuG,GAAMvG,WAAeD,EAAKmS,EAAgB,CAAEhD,MAAO,QAASrP,UAAW,0BAA2BC,SAAUF,EAAM,MAAO,CAAEC,UAAW,iDAAkDC,SAAU,CAACF,EAAM,MAAO,CAAEC,UAAW,YAAaC,SAAU,CAACC,EAAK,IAAK,CAAEF,UAAW,4BAA6BC,SAAUyG,GAAMvG,MAAQ,YAAcD,EAAK,IAAK,CAAEF,UAAW,6BAA8BC,SAAUyG,GAAM1E,OAAS,QAAW9B,EAAK,MAAO,CAAEF,UAAW,aAAcC,SAAUC,EAAK6P,GAAU,CAAA,KAAQ7P,EAAK,MAAO,CAAEF,UAAW,YAAaC,SAAUC,EAAKoS,EAAY,CAAA,KAAQpS,EAAK,MAAO,CAAEF,UAAW,OAAQC,SAAUF,EAAMwS,EAAU,CAAEtS,SAAU,CAAC0R,GAAqBzR,EAAKqS,EAASC,KAAM,CAAExS,UAAW,OAAQS,QAAS,IAAM8Q,EAAS,YAAa,CAAEkB,SAAS,IAASxS,SAAU,aAAgBC,EAAKqS,EAASC,KAAM,CAAExS,UAAW,OAAQS,QAAS,IAAMtC,EAAQuU,SAAUzS,SAAU,yBACp4B,CClCO,SAAS0S,GAAgB3Q,GAC5B,QAAOA,IAASA,EAAM4Q,SAAS,oBAC3B5Q,EAAM4Q,SAAS,sBACf5Q,EAAM4Q,SAAS,0BACvB,CCAO,SAASC,IAAeC,KAAMC,IACjC,MAAMnR,UAAEA,GAAcxD,KACf4U,EAAMC,GAAWvU,GAAS,GAMjC,OALAG,EAAU,KACD+C,GACDqR,GAAQ,IAEb,CAACrR,IACI1B,EAAKgT,GAAiB,CAAEjT,SAAU+S,GAAS9S,EAAKiT,GAAOC,IAAK,CAAE3K,MAAO,CAAEC,OAAQ,OAAQ2K,SAAU,QAASC,MAAO,GAAKtT,UAAW,4BAA6BuT,QAAS,CAAEC,QAAS,GAAKC,KAAM,CAAED,QAAS,GAAKE,WAAY,CAAEC,KAAM,SAAU5Q,SAAU,IAAO9C,SAAUC,EAAK,MAAO,CAAEuI,MAAO,CAAEmL,QAAS,OAAQC,MAAO,OAAQC,OAAQ,OAAQC,WAAY,SAAUC,eAAgB,UAAYhU,UAAW,iDAAkDC,SAAUC,EAAK,MAAO,CAAEF,UAAW,oCAAqCC,SAAUC,EAAK,MAAO,CAAEF,UAAW,4CAA6CC,SAAU8S,GAAQ7S,EAAK+T,GAAa,CAAA,YACpoB,CACA,SAASA,KAKL,OAAQlU,EAAM,MAAO,CAAE8T,MAAO,KAAMC,OAAQ,KAAM9T,UAAW,0BAA2BkU,QAAS,YAAaC,MAAO,6BAA8BlU,SAAU,CAACC,EAAK,OAAQ,CAAED,SAAUF,EAAM,iBAAkB,CAAEL,GAAI,mBAAoB0U,GAAI,IAAKC,GAAI,IAAKC,GAAI,IAAKC,GAAI,IAAKtU,SAAU,CAACC,EAAK,OAAQ,CAAEsU,OAAQ,KAAMC,UAJlS,eAIyTC,YAAa,MAAQxU,EAAK,OAAQ,CAAEsU,OAAQ,OAAQC,UAH7W,eAGoYC,YAAa,WAAexU,EAAK,SAAU,CAAEyU,GAAI,KAAMC,GAAI,KAAMC,EAAG,KAAMC,OAAQ,yBAA0BC,YAAa,IAAKC,KAAM,OAAQC,cAAe,YACtjB,CCdO,SAASC,IAAcjV,SAAEA,EAAQ+H,UAAEA,EAASC,SAAEA,EAAQkN,YAAEA,IAC3D,OAAQjV,EAAKkV,EAAe,CAAEnV,SAAUC,EAAKmV,EAAqB,CAAEpV,SAAUC,EAAKoV,GAAsB,CAAErV,SAAUF,EAAMwV,EAAe,CAAEC,aAAc,SAAUC,WAAY,gBAAiBxV,SAAU,CAACC,EAAK2S,GAAc,CAAEC,KAAMqC,IAAgBjV,EAAK2H,GAAc,CAAEC,cAAe,WAAYE,UAAWA,EAAWC,SAAUA,IAAa/H,EAAKwV,GAAwB,CAAEzV,SAAUA,YACjY,CCNY,MAAC0V,GAAyBC,EAAc,MAC7C,SAASC,IAAwBC,aAAEA,EAAY7V,SAAEA,IACpD,OAAQC,EAAKyV,GAAuBI,SAAU,CAAEzT,MAAOwT,EAAc7V,SAAUA,GACnF,CAIO,SAAS+V,KACZ,OAAOC,EAAWN,GACtB,CCPO,SAASO,IAAmBC,IAAEA,EAAG5T,SAAEA,EAAQC,YAAEA,IAChD,MAAMnE,OAAEA,EAAM+B,QAAEA,GAAYhC,KACpBgB,KAAM2O,EAAQtO,MAAEA,GAAUqO,EAAS,IAChCzP,EAAO+X,KAAKC,2BAA2BF,GAC/C,CAACA,EAAIzW,GAAIyW,EAAIhW,OAahB,OAAIV,EACOM,EAAM,OAAQ,CAAEC,UAAW,eAAgBC,SAAU,CAAC,oCAAqCR,EAAMuK,WAErG9J,EAAK8O,GAAe,CAAExM,YAAaA,EAAa8T,aAAclW,GAASV,GAAIqO,SAAUA,GAAY,GAAIxL,SAfzFnC,IACXmC,IACKA,EAASnC,KAMlB4C,aAAaC,QAAQsT,EAA2BnW,EAAQ9B,SACxD0E,aAAaC,QAAQuT,EAA4B,IAAMpW,EAAQ9B,QAAS8B,EAAQV,IAChF+D,OAAOC,SAAS+S,YAMxB,CACA,SAASzH,IAAcsH,aAAEA,EAAYvI,SAAEA,EAAQxL,SAAEA,EAAQC,YAAEA,EAAc,mBACrE,MAAOF,EAAOoU,GAAYhY,IAK1B,IAAIiY,GAAerU,GAASgU,EAAevI,EAAS9G,KAAK6H,GAAKA,EAAEpP,KAAO4W,GAAgBhU,EACvF,OAAQpC,EAAKkH,EAAW,CAAE8H,GAAI,KAAM5M,MAAOqU,EAAa5P,QAASgH,EAAU1G,YAAcH,GAAWA,EAAO/G,KAAMqC,YAAaA,EAAaD,SALxHD,IACfoU,EAASpU,GACTC,EAASD,KAIjB,CC3BO,SAASsU,IAAczW,KAAEA,EAAI0W,aAAEA,EAAeC,GAAmB7W,SAAEA,IACtE,OAAOE,EAAQD,EAAK6W,GAAmB,CAAE5W,KAAMA,EAAM0W,aAAcA,EAAc5W,SAAUA,IAAgBC,EAAK8W,GAAgB,CAAA,EACpI,CACO,SAASD,IAAkB5W,KAAEA,EAAI0W,aAAEA,EAAeC,GAAmB7W,SAAEA,IAC1E,MAAM+P,UAAEA,EAAS3R,OAAEA,GAAWD,KACvB0X,EAAcmB,GAAmBvY,EAAS,OAC1CwY,EAAOC,GAAYzY,EAAS,WAwBnC,OAvBAG,EAAU,KACN,GAAKmR,EAGA,CACoBA,EAAUoG,KAAKgB,SAASjX,GAEzC9B,EAAO+X,KAAKiB,yBAAyBlX,GAAMpB,KAAKuY,IACvCA,GAKDH,EAAS,UACTF,EAAgBK,KALhBjY,QAAQC,IAAI,OAAOa,gBACnBgX,EAAS,YASjBA,EAAS,QAEjB,MAnBIA,EAAS,YAoBd,CAAChX,EAAM6P,IACI,YAAVkH,EACO,KAEQ,UAAVA,EACEhX,EAAK2W,EAAc,CAAE1W,KAAMA,IAE7B2V,EACE5V,EAAK2V,GAAyB,CAAEC,aAAcA,EAAc7V,SAAUA,SAD5E,CAGT,CACA,SAAS6W,IAAoB3W,KAAEA,IAC3B,MAAMC,QAAEA,EAAOuO,SAAEA,EAAQtQ,OAAEA,GAAWD,KAChCG,EAAEA,GAAMR,MACPwZ,EAAmBC,GAAwB9Y,KAE1CU,KAAMyO,GAAgBC,EAAS,IAC5BzP,EAAO+X,KAAKC,2BAA2B,CAAElW,SACjD,CAACA,KAEEsX,cAAEA,EAAaC,WAAEA,GAAeC,EAAQ,KAC1C,IAAK9J,IAAgBc,EACjB,MAAO,CAAE8I,cAAe,GAAIC,WAAY,IAC5C,MAAME,EAAU,CAAA,EAChB,IAAK,MAAM9I,KAAKjB,EACP+J,EAAQ9I,EAAExQ,WACXsZ,EAAQ9I,EAAExQ,SAAW,IAEzBsZ,EAAQ9I,EAAExQ,SAASuZ,KAAK/I,GAG5B,MAAMgJ,EAAmBnJ,EAASzP,OAAO+P,GAAK2I,EAAQ3I,EAAEvP,KAAKV,OAAS,GACtE,MAAO,CAAEyY,cAAeG,EAASF,WAAYI,IAC9C,CAACjK,EAAac,IAEjB9P,EAAU,MACD0Y,GAAqBG,EAAW1Y,OAAS,GAC1CwY,EAAqBE,EAAW,GAAGhY,KAExC,CAACgY,EAAYH,IAChB,MAKMQ,EAAmBR,GAAqBE,EAAcF,IAA4B,GAClFS,EAAcN,EAAWzQ,KAAKgI,GAAKA,EAAEvP,KAAO6X,GAClD,OAAQxX,EAAMwO,EAAQ,CAAEvO,UAAW,6DAA8DC,SAAU,CAACC,EAAK+X,GAAU,CAAEjY,UAAW,iCAAmCE,EAAK,MAAO,CAAEF,UAAW,wBAAyBC,SAAU1B,EAAE,wBAA0BwB,EAAM,MAAO,CAAEC,UAAW,6BAA8BC,SAAU,CAAC,yCAA0CC,EAAK,OAAQ,CAAEF,UAAW,gBAAiBC,SAAUE,IAAS,oBAAqBJ,EAAM,OAAQ,CAAEC,UAAW,gBAAiBC,SAAU,CAAC,IAAUG,GAASD,KAAM,OAAc,OAA+B,IAAtBuX,EAAW1Y,aAAgCwG,IAAhBqI,GAA8B3N,EAAK,MAAO,CAAEF,UAAW,6BAA8BC,SAAU,iEAAoEyX,EAAW1Y,OAAS,GAAMe,EAAM,MAAO,CAAEC,UAAW,qCAAsCC,SAAU,CAACyX,EAAW1Y,OAAS,GAAMe,EAAM,MAAO,CAAEE,SAAU,CAACC,EAAK,MAAO,CAAEF,UAAW,6BAA8BC,SAAU1B,EAAE,wBAA0B2B,EAAKkH,EAAW,CAAE8H,GAAI,KAAM5M,MAAO0V,EAAajR,QAAS2Q,EAAYrQ,YAAcH,GAAWA,EAAO/G,KAAMqC,YAAajE,EAAE,4BAA6BgE,SAAW2V,GAAQV,EAAqBU,EAAIxY,SAAaK,EAAM,MAAO,CAAEE,SAAU,CAACyX,EAAW1Y,OAAS,GAAKkB,EAAK,MAAO,CAAEF,UAAW,6BAA8BC,SAAU1B,EAAE,4BAA8B2B,EAAKkH,EAAW,CAAE8H,GAAI,KAAM5M,WAAOkD,EAAWuB,QAASgR,EAAkB1Q,YAAcH,GAAWA,EAAO/G,KAAMqC,YAAajE,EAAE,uBAAwBgE,SAP/7CyE,IACrBhE,aAAaC,QAAQsT,EAA2BvP,EAAS1I,SACzD0E,aAAaC,QAAQuT,EAA4B,IAAMxP,EAAS1I,QAAS0I,EAAStH,IAClF+D,OAAOC,SAAS+S,oBAKxB,CACA,SAASO,KACL,MAAMzY,EAAEA,GAAMR,KACd,OAAQgC,EAAMwO,EAAQ,CAAEvO,UAAW,6DAA8DC,SAAU,CAACC,EAAK+X,GAAU,CAAEjY,UAAW,iCAAmCE,EAAK,MAAO,CAAEF,UAAW,wBAAyBC,SAAU1B,EAAE,oCAAsCwB,EAAM,MAAO,CAAEC,UAAW,6BAA8BC,SAAU,CAAC,uJAAwJC,EAAK,IAAK,CAAA,GAAK,mDAAoDA,EAAK,OAAQ,CAAED,SAAU,yCAA6C,WAAYC,EAAK,OAAQ,CAAED,SAAU,iBAAmB,cAC/qB"}
|
|
1
|
+
{"version":3,"file":"vertesia-ui-shell.js","sources":["shell/apps/AppInstallationProvider.js","shell/apps/AppProjectSelector.js","shell/apps/StandaloneApp.js","shell/login/InviteAcceptModal.js","shell/login/SignInIcons.js","shell/login/SignInPrimitives.js","shell/login/signInUtils.js","shell/login/SignInAuthPending.js","shell/login/SignInEmailStep.js","shell/login/SignInProvidersStep.js","shell/login/SignInReturningStep.js","shell/login/SignInTenantBlockedStep.js","shell/login/SignInWithProviderButton.js","shell/login/SignInTenantStep.js","shell/login/SignupForm.js","shell/login/SigninScreen.js","shell/login/TerminalLogin.js","shell/login/SignInModal.js","shell/login/UserInfo.js","shell/login/UserSessionMenu.js","shell/utils.js","shell/SplashScreen.js","shell/VertesiaShell.js"],"sourcesContent":["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { createContext, useContext } from 'react';\nexport const AppInstallationContext = createContext(null);\nexport function AppInstallationProvider({ installation, children, }) {\n return _jsx(AppInstallationContext.Provider, { value: installation, children: children });\n}\n/**\n * Get the current app installation obejct when called in an app context otheriwse returns null\n */\nexport function useAppInstallation() {\n return useContext(AppInstallationContext);\n}\n//# sourceMappingURL=AppInstallationProvider.js.map","import { jsxs as _jsxs, jsx as _jsx } from \"react/jsx-runtime\";\nimport { errorMessage, SelectBox, useFetch } from '@vertesia/ui/core';\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY, useUserSession } from '@vertesia/ui/session';\nimport { useState } from 'react';\nexport function AppProjectSelector({ app, onChange, placeholder }) {\n const { client, project } = useUserSession();\n const { data: projects, error } = useFetch(() => {\n return client.apps.getAppInstallationProjects(app);\n }, [app.id, app.name]);\n const _onChange = (project) => {\n if (onChange) {\n if (!onChange(project)) {\n // if onChange returns true then the defualt on change is called\n return;\n }\n }\n // default on change\n localStorage.setItem(LastSelectedAccountId_KEY, project.account);\n localStorage.setItem(`${LastSelectedProjectId_KEY}-${project.account}`, project.id);\n window.location.reload();\n };\n if (error) {\n return _jsxs(\"span\", { className: \"text-red-600\", children: [\"Error: failed to fetch projects: \", errorMessage(error)] });\n }\n return (_jsx(SelectProject, { placeholder: placeholder, initialValue: project?.id, projects: projects || [], onChange: _onChange }));\n}\nfunction SelectProject({ initialValue, projects, onChange, placeholder = 'Select Project', }) {\n const [value, setValue] = useState();\n const _onChange = (value) => {\n setValue(value);\n onChange(value);\n };\n const actualValue = !value && initialValue ? projects.find((p) => p.id === initialValue) : value;\n return (_jsx(SelectBox, { by: \"id\", value: actualValue, options: projects, optionLabel: (option) => option.name, placeholder: placeholder, onChange: _onChange }));\n}\n//# sourceMappingURL=AppProjectSelector.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Center, SelectBox, useFetch } from '@vertesia/ui/core';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { LastSelectedAccountId_KEY, LastSelectedProjectId_KEY, useUserSession } from '@vertesia/ui/session';\nimport { LockIcon } from 'lucide-react';\nimport { useEffect, useMemo, useState } from 'react';\nimport { AppInstallationProvider } from './AppInstallationProvider';\nexport function StandaloneApp({ name, AccessDenied = AccessDeniedMessage, children }) {\n return name ? (_jsx(StandaloneAppImpl, { name: name, AccessDenied: AccessDenied, children: children })) : (_jsx(UnknownAppName, {}));\n}\nexport function StandaloneAppImpl({ name, AccessDenied = AccessDeniedMessage, children }) {\n const { authToken, client } = useUserSession();\n const [installation, setInstallation] = useState(null);\n const [state, setState] = useState('loading');\n useEffect(() => {\n if (!authToken) {\n setState('loading');\n }\n else {\n const isAppVisible = authToken.apps.includes(name);\n if (isAppVisible) {\n client.apps.getAppInstallationByName(name).then((inst) => {\n if (!inst) {\n console.log(`App ${name} not found!`);\n setState('error');\n }\n else {\n setState('loaded');\n setInstallation(inst);\n }\n });\n }\n else {\n setState('error');\n }\n }\n }, [name, authToken, client.apps.getAppInstallationByName]);\n if (state === 'loading') {\n return null;\n }\n else if (state === 'error') {\n return _jsx(AccessDenied, { name: name });\n }\n else if (installation) {\n return _jsx(AppInstallationProvider, { installation: installation, children: children });\n }\n}\nfunction AccessDeniedMessage({ name }) {\n const { project, accounts, client } = useUserSession();\n const { t } = useUITranslation();\n const [selectedAccountId, setSelectedAccountId] = useState();\n // Fetch all projects where the app is installed across all organizations\n const { data: allProjects } = useFetch(() => {\n return client.apps.getAppInstallationProjects({ name });\n }, [name]);\n // Group projects by organization\n const { projectsByOrg, orgOptions } = useMemo(() => {\n if (!allProjects || !accounts)\n return { projectsByOrg: {}, orgOptions: [] };\n const grouped = {};\n for (const p of allProjects) {\n if (!grouped[p.account]) {\n grouped[p.account] = [];\n }\n grouped[p.account].push(p);\n }\n // Only show orgs that have projects with the app installed\n const orgsWithProjects = accounts.filter((a) => grouped[a.id]?.length > 0);\n return { projectsByOrg: grouped, orgOptions: orgsWithProjects };\n }, [allProjects, accounts]);\n // Auto-select first org if not selected\n useEffect(() => {\n if (!selectedAccountId && orgOptions.length > 0) {\n setSelectedAccountId(orgOptions[0].id);\n }\n }, [orgOptions, selectedAccountId]);\n const onProjectChange = (selected) => {\n localStorage.setItem(LastSelectedAccountId_KEY, selected.account);\n localStorage.setItem(`${LastSelectedProjectId_KEY}-${selected.account}`, selected.id);\n window.location.reload();\n };\n const filteredProjects = selectedAccountId ? projectsByOrg[selectedAccountId] || [] : [];\n const selectedOrg = orgOptions.find((a) => a.id === selectedAccountId);\n return (_jsxs(Center, { className: \"pt-10 flex flex-col items-center text-center text-gray-700\", children: [_jsx(LockIcon, { className: \"w-10 h-10 mb-4 text-gray-500\" }), _jsx(\"div\", { className: \"text-xl font-semibold\", children: t('shell.accessDenied') }), _jsxs(\"div\", { className: \"mt-2 text-sm text-gray-500\", children: [\"You don't have permission to view the \", _jsx(\"span\", { className: \"font-semibold\", children: name }), \" app in project:\", ' ', _jsxs(\"span\", { className: \"font-semibold\", children: [\"\\u00AB\", project?.name, \"\\u00BB\"] }), \".\"] }), orgOptions.length === 0 && allProjects !== undefined && (_jsx(\"div\", { className: \"mt-4 text-sm text-gray-500\", children: \"This app is not installed in any project you have access to.\" })), orgOptions.length > 0 && (_jsxs(\"div\", { className: \"mt-4 flex flex-row gap-4 items-end\", children: [orgOptions.length > 1 && (_jsxs(\"div\", { children: [_jsx(\"div\", { className: \"text-sm text-gray-500 mb-2\", children: t('shell.organization') }), _jsx(SelectBox, { by: \"id\", value: selectedOrg, options: orgOptions, optionLabel: (option) => option.name, placeholder: t('shell.selectOrganization'), onChange: (org) => setSelectedAccountId(org.id) })] })), _jsxs(\"div\", { children: [orgOptions.length > 1 && (_jsx(\"div\", { className: \"text-sm text-gray-500 mb-2\", children: t('login.terminal.project') })), _jsx(SelectBox, { by: \"id\", value: undefined, options: filteredProjects, optionLabel: (option) => option.name, placeholder: t('shell.selectProject'), onChange: onProjectChange })] })] }))] }));\n}\nfunction UnknownAppName() {\n const { t } = useUITranslation();\n return (_jsxs(Center, { className: \"pt-10 flex flex-col items-center text-center text-gray-700\", children: [_jsx(LockIcon, { className: \"w-10 h-10 mb-4 text-gray-500\" }), _jsx(\"div\", { className: \"text-xl font-semibold\", children: t('shell.applicationNotRegistered') }), _jsxs(\"div\", { className: \"mt-2 text-sm text-gray-500\", children: [\"Before starting to code a Vertesia application you must register an application manifest in Vertesia Studio then install it in one or more projects.\", _jsx(\"p\", {}), \"Then use the created app name as a parameter to\", ' ', _jsx(\"code\", { children: \"<StandaloneApp name=\\\"your-app-name\\\">\" }), \" in the \", _jsx(\"code\", { children: \"src/main.tsx\" }), \" file.\"] })] }));\n}\n//# sourceMappingURL=StandaloneApp.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Button, Modal, ModalBody, ModalTitle } from '@vertesia/ui/core';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { useUserSession } from '@vertesia/ui/session';\nimport { useEffect, useState } from 'react';\nexport function InviteAcceptModal() {\n const session = useUserSession();\n const { client } = session;\n const { t } = useUITranslation();\n const [showModal, setShowModal] = useState(false);\n const [invites, setInvites] = useState([]);\n useEffect(() => {\n client.account\n .listInvites()\n .then((invites) => {\n if (invites.length > 0) {\n // Filter out legacy invites that do not have account data\n const notLegacyInvites = invites.filter((i) => i.data.account);\n if (notLegacyInvites.length === 0) {\n console.log('No valid invites found, closing modal');\n return;\n }\n // If we have valid invites, show the modal\n console.log('Found valid invites', notLegacyInvites.length);\n setShowModal(true);\n setInvites(notLegacyInvites);\n }\n else {\n console.log('No invites found, closing modal');\n setShowModal(false);\n }\n })\n .catch((err) => {\n console.error('Error fetching invites', err);\n });\n }, [client.account.listInvites]);\n const closeModal = () => setShowModal(false);\n const accept = async (invite) => {\n await client.account.acceptInvite(invite.id);\n await session.authCallback;\n await session.fetchAccounts();\n await session.fetchProjects(invite.data.account.id);\n const remainingInvites = invites.filter((i) => i.id !== invite.id);\n const notLegacyInvites = remainingInvites.filter((i) => i.data.account);\n if (notLegacyInvites.length > 0) {\n setInvites(notLegacyInvites);\n }\n else {\n closeModal();\n }\n };\n const reject = async (invite) => {\n await client.account.rejectInvite(invite.id);\n const remainingInvites = invites.filter((i) => i.id !== invite.id);\n setInvites(remainingInvites);\n if (remainingInvites.length === 0) {\n closeModal();\n }\n };\n const inviteList = invites.map((invite) => {\n if (!invite.data.account) {\n console.warn('Invite has no account data', invite);\n return null; // Skip rendering this invite\n }\n return (_jsxs(\"div\", { className: \"flex flex-row w-full justify-between border rounded-sm px-2 py-2 \", children: [_jsxs(\"div\", { className: \"flex flex-col\", children: [_jsx(\"div\", { className: \"w-full font-semibold\", children: invite.data.account.name ?? invite.data.account }), invite.data.project && _jsxs(\"div\", { className: \"w-full text-base\", children: [\"- \", invite.data.project.name] }), _jsxs(\"div\", { className: \"text-xs\", children: [\"Role: \", invite.data.role] }), invite.data.invited_by && (_jsxs(\"div\", { className: \"text-xs\", children: [\"by \", invite.data.invited_by.name ?? invite.data.invited_by] }))] }), _jsxs(\"div\", { className: \"flex flex-col gap-4\", children: [_jsx(Button, { size: 'xs', onClick: () => accept(invite), children: t('login.accept') }), ' ', _jsx(Button, { size: 'xs', variant: \"secondary\", onClick: () => reject(invite), children: t('login.reject') })] })] }, invite.id));\n });\n return (_jsx(\"div\", { children: _jsxs(Modal, { isOpen: showModal, onClose: closeModal, children: [_jsx(ModalTitle, { children: t('login.reviewInvites') }), _jsxs(ModalBody, { children: [_jsx(\"div\", { className: \"text-sm pb-4\", children: \"You have received the following invites to join other accounts. Please review and accept or declined them.\" }), inviteList] })] }) }));\n}\n//# sourceMappingURL=InviteAcceptModal.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { LockKeyhole } from 'lucide-react';\nexport function GoogleIcon(props) {\n return (_jsxs(\"svg\", { viewBox: \"0 0 48 48\", \"aria-hidden\": \"true\", ...props, children: [_jsx(\"path\", { fill: \"#FFC107\", d: \"M43.6 20.5H42V20H24v8h11.3c-1.6 4.7-6.1 8-11.3 8a12 12 0 0 1 0-24c3 0 5.8 1.1 7.9 3l5.7-5.7A20 20 0 1 0 24 44c11 0 20-9 20-20 0-1.2-.1-2.3-.4-3.5z\" }), _jsx(\"path\", { fill: \"#FF3D00\", d: \"M6.3 14.7l6.6 4.8A12 12 0 0 1 24 12c3 0 5.8 1.1 7.9 3l5.7-5.7A20 20 0 0 0 6.3 14.7z\" }), _jsx(\"path\", { fill: \"#4CAF50\", d: \"M24 44c5.2 0 10-2 13.6-5.2l-6.3-5.3A12 12 0 0 1 12.7 28.5l-6.6 5.1A20 20 0 0 0 24 44z\" }), _jsx(\"path\", { fill: \"#1976D2\", d: \"M43.6 20.5H42V20H24v8h11.3a12 12 0 0 1-4 5.5l6.3 5.3C37.9 36.6 44 31 44 24c0-1.2-.1-2.3-.4-3.5z\" })] }));\n}\nexport function GithubIcon(props) {\n return (_jsx(\"svg\", { viewBox: \"0 0 24 24\", \"aria-hidden\": \"true\", ...props, children: _jsx(\"path\", { fill: \"currentColor\", fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M12 2C6.48 2 2 6.58 2 12.25c0 4.54 2.87 8.39 6.84 9.75.5.09.68-.22.68-.49v-1.7c-2.78.62-3.37-1.36-3.37-1.36-.46-1.18-1.11-1.5-1.11-1.5-.91-.63.07-.62.07-.62 1 .07 1.53 1.05 1.53 1.05.89 1.57 2.34 1.12 2.91.86.09-.66.35-1.12.63-1.38-2.22-.26-4.56-1.14-4.56-5.07 0-1.12.39-2.03 1.03-2.75-.1-.26-.45-1.3.1-2.7 0 0 .84-.28 2.76 1.05A9.4 9.4 0 0 1 12 7.07c.85 0 1.71.12 2.51.34 1.91-1.33 2.75-1.05 2.75-1.05.55 1.4.2 2.44.1 2.7.64.72 1.03 1.63 1.03 2.75 0 3.94-2.34 4.81-4.57 5.06.36.32.68.94.68 1.9v2.81c0 .27.18.59.69.49C19.13 20.64 22 16.78 22 12.25 22 6.58 17.52 2 12 2z\" }) }));\n}\nexport function MicrosoftIcon(props) {\n return (_jsxs(\"svg\", { viewBox: \"0 0 24 24\", \"aria-hidden\": \"true\", ...props, children: [_jsx(\"path\", { fill: \"#F25022\", d: \"M2 2h9.5v9.5H2z\" }), _jsx(\"path\", { fill: \"#7FBA00\", d: \"M12.5 2H22v9.5h-9.5z\" }), _jsx(\"path\", { fill: \"#00A4EF\", d: \"M2 12.5h9.5V22H2z\" }), _jsx(\"path\", { fill: \"#FFB900\", d: \"M12.5 12.5H22V22h-9.5z\" })] }));\n}\n// Generic lock for OIDC/unknown (no brand glyph).\nexport const OidcIcon = LockKeyhole;\n/** Provider → brand icon. */\nexport const PROVIDER_ICONS = {\n google: GoogleIcon,\n github: GithubIcon,\n microsoft: MicrosoftIcon,\n oidc: OidcIcon,\n};\nexport function providerIcon(provider) {\n if (provider && provider in PROVIDER_ICONS)\n return PROVIDER_ICONS[provider];\n return OidcIcon;\n}\n//# sourceMappingURL=SignInIcons.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\n// Stateless visual primitives shared by the sign-in steps.\nimport { Button } from '@vertesia/ui/core';\nimport { ArrowRight, Mail } from 'lucide-react';\nimport { providerIcon } from './SignInIcons';\nexport function SignInStepLayout({ children, centered = false }) {\n return (_jsx(\"div\", { className: centered\n ? 'w-full max-w-[420px] flex flex-col gap-6 items-center text-center'\n : 'w-full max-w-[420px] flex flex-col gap-6', children: children }));\n}\nexport function SignInStepHeader({ eyebrow, title, body, variant = 'info' }) {\n const eyebrowColor = variant === 'destructive' ? 'text-destructive' : 'text-info';\n return (_jsxs(\"div\", { children: [eyebrow && _jsx(\"div\", { className: `${eyebrowColor} text-[12.5px] font-medium mb-2`, children: eyebrow }), _jsx(\"h1\", { className: \"text-foreground text-[22px] font-semibold tracking-tight leading-tight mb-1.5\", children: title }), body && _jsx(\"p\", { className: \"text-muted text-sm leading-relaxed\", children: body })] }));\n}\n// ─── Buttons ────────────────────────────────────────────────────────────────\nconst SIGNIN_STEP_BUTTON_BASE = 'cursor-pointer inline-flex items-center justify-center text-sm font-medium transition';\nconst SIGNIN_STEP_BUTTON_VARIANTS = {\n // Filled CTA; greys out when disabled.\n primary: 'h-[42px] gap-2.5 rounded-md bg-foreground text-background hover:opacity-90 ' +\n 'disabled:opacity-50 disabled:cursor-not-allowed',\n // Non-interactive primary kept at full opacity (spinner reads as active).\n loading: 'h-[42px] gap-2.5 rounded-md bg-foreground text-background opacity-90',\n // Flat text link.\n ghost: 'h-9 text-muted hover:text-foreground',\n};\n/** Button used across the sign-in steps. */\nexport function SignInStepButton({ variant = 'primary', className = '', type = 'button', disabled, ...rest }) {\n return (_jsx(Button, { variant: \"unstyled\", size: \"none\", type: type, \n // loading is always non-interactive.\n disabled: variant === 'loading' ? true : disabled, className: `${SIGNIN_STEP_BUTTON_BASE} ${SIGNIN_STEP_BUTTON_VARIANTS[variant]} ${className}`.trim(), ...rest }));\n}\n/** Compact inline text link for info rows (\"Change\", \"Not you?\"). */\nexport function SignInInlineLinkButton({ size = 'xs', className = '', type = 'button', ...rest }) {\n // `!` overrides beat the Button base's text-sm/rounded-md defaults.\n const sizeClass = size === 'smaller' ? '!text-[11px]' : '!text-xs';\n const base = `cursor-pointer ${sizeClass} text-muted hover:text-foreground !transition px-2 py-1 ` +\n '!rounded underline decoration-transparent hover:decoration-current underline-offset-[3px]';\n return (_jsx(Button, { variant: \"unstyled\", size: \"none\", type: type, className: className ? `${base} ${className}` : base, ...rest }));\n}\n// ─── Badges & avatars ────────────────────────────────────────────────────────\nconst INITIALS_BADGE_SHAPES = {\n // Round user avatar, with a ring.\n circle: 'size-9 rounded-full text-sm ring-4 ring-background ring-offset-1 ring-offset-border',\n // Square org chip.\n square: 'size-[30px] rounded-md text-[11px]',\n};\n/** Initials in a colored chip — a round user avatar or a square org chip. */\nexport function SignInInitialsBadge({ initials, shape = 'circle' }) {\n return (_jsx(\"span\", { className: `bg-info text-info-foreground grid place-items-center font-semibold shrink-0 ${INITIALS_BADGE_SHAPES[shape]}`, children: initials }));\n}\n/** Rounded tile framing a provider/status icon. */\nexport function SignInIconBadge({ children }) {\n return (_jsx(\"div\", { className: \"inline-grid place-items-center size-14 rounded-xl bg-info-background border border-info/15 mb-3.5\", children: children }));\n}\n/** Title over a secondary line; fills the row beside a badge or avatar. */\nexport function SignInIdentityLines({ title, subtitle, titleClass, subtitleClass }) {\n return (_jsxs(\"div\", { className: \"flex-1 min-w-0\", children: [_jsx(\"div\", { className: titleClass, children: title }), _jsx(\"div\", { className: subtitleClass, children: subtitle })] }));\n}\n// Two-row panel layout, tuned per usage. `tenant`: org card with a square badge;\n// `returning`: smaller returning-user card with a round avatar.\nconst ACCOUNT_CARD_VARIANTS = {\n tenant: {\n topRow: 'flex items-center gap-2.5 px-3 py-2.5',\n title: 'text-[13.5px] font-semibold text-foreground leading-tight',\n subtitle: 'text-[11.5px] text-muted leading-tight mt-0.5',\n bottomRow: 'flex items-center gap-2.5 px-3 py-1.5 border-t border-border bg-muted-background',\n mailBox: 'size-[30px] grid place-items-center shrink-0',\n mailIcon: 'size-4 text-muted',\n email: 'text-sm text-foreground/80 flex-1 truncate',\n actionSize: 'xs',\n },\n returning: {\n topRow: 'flex items-center gap-3 px-3.5 py-2.5',\n title: 'text-sm font-semibold text-foreground truncate',\n subtitle: 'text-xs text-foreground/80 truncate',\n bottomRow: 'flex items-center gap-3 px-3.5 py-1 border-t border-border bg-muted-background',\n mailBox: 'w-9 h-6 grid place-items-center shrink-0',\n mailIcon: 'size-3.5 text-muted',\n email: 'text-xs text-foreground/80 flex-1 truncate',\n actionSize: 'smaller',\n },\n};\n/** Identity (badge + title + subtitle) over an email row with a trailing action link. */\nexport function SignInAccountCard({ variant = 'returning', badge, title, subtitle, email, actionLabel, onAction, }) {\n const v = ACCOUNT_CARD_VARIANTS[variant];\n return (_jsxs(\"div\", { className: \"rounded-md border border-border bg-background overflow-hidden\", children: [_jsxs(\"div\", { className: v.topRow, children: [badge, _jsx(SignInIdentityLines, { title: title, subtitle: subtitle, titleClass: v.title, subtitleClass: v.subtitle })] }), _jsxs(\"div\", { className: v.bottomRow, children: [_jsx(\"div\", { className: v.mailBox, children: _jsx(Mail, { className: v.mailIcon }) }), _jsx(\"span\", { className: v.email, children: email }), _jsx(SignInInlineLinkButton, { size: v.actionSize, onClick: onAction, children: actionLabel })] })] }));\n}\n/** Single-row identity card: badge + title/subtitle + a trailing action link. */\nexport function SignInAccountRow({ badge, title, subtitle, actionLabel, onAction }) {\n return (_jsxs(\"div\", { className: \"flex items-center gap-3 px-3.5 py-2.5 rounded-md border border-border bg-muted-background\", children: [badge, _jsx(SignInIdentityLines, { title: title, subtitle: subtitle, titleClass: \"text-sm font-semibold text-foreground truncate\", subtitleClass: \"text-xs text-muted truncate\" }), _jsx(SignInInlineLinkButton, { onClick: onAction, children: actionLabel })] }));\n}\n/** Standalone bordered pill: mail icon + email + a trailing action link. */\nexport function SignInEmailRow({ email, actionLabel, onAction }) {\n return (_jsxs(\"div\", { className: \"flex items-center gap-2 px-3 py-2 rounded-md border border-border bg-muted-background\", children: [_jsx(Mail, { className: \"size-4 text-muted shrink-0\" }), _jsx(\"span\", { className: \"text-sm text-foreground/80 flex-1 truncate\", children: email }), _jsx(SignInInlineLinkButton, { onClick: onAction, children: actionLabel })] }));\n}\n/** \"Continue with <provider>\" button. */\nexport function SignInProviderButton({ provider, label, onClick, variant = 'outline' }) {\n const Icon = providerIcon(provider);\n if (variant === 'arrow') {\n // !size beats Button's [&_svg]:size-4 rule. Arrow fades in and nudges right on hover.\n const arrowClass = '!size-3.5 text-muted opacity-0 group-hover:opacity-100 group-hover:translate-x-0.5 transition';\n return (_jsxs(Button, { variant: \"unstyled\", size: \"none\", onClick: onClick, className: \"cursor-pointer group h-[42px] w-full inline-flex items-center gap-3 ps-3.5 pe-3 rounded-md border border-border bg-background text-sm font-medium text-foreground transition hover:bg-muted-background\", children: [_jsx(Icon, { className: \"!size-[18px] shrink-0\" }), _jsx(\"span\", { className: \"flex-1 text-start\", children: label }), _jsx(ArrowRight, { className: arrowClass })] }));\n }\n const variantClass = variant === 'filled' ? '!bg-foreground text-background hover:!bg-foreground/90' : 'hover:shadow-sm';\n return (_jsxs(Button, { variant: \"outline\", onClick: onClick, className: `w-full py-5 flex rounded-lg transition duration-150 text-center ${variantClass}`, children: [_jsx(Icon, { className: \"!size-[18px]\" }), _jsx(\"span\", { className: \"text-sm font-medium\", children: label })] }));\n}\n/** Destructive notice: icon + bold title over a muted meta line. */\nexport function SignInCallout({ icon: Icon, title, meta }) {\n return (_jsxs(\"div\", { className: \"flex items-center gap-2.5 px-3 py-2.5 rounded-md bg-destructive-background border border-destructive/20\", children: [_jsx(Icon, { className: \"size-5 text-destructive shrink-0\" }), _jsxs(\"div\", { className: \"flex-1 min-w-0 text-sm\", children: [_jsx(\"div\", { className: \"font-semibold text-destructive\", children: title }), _jsx(\"div\", { className: \"text-xs text-destructive/80\", children: meta })] })] }));\n}\n/** Horizontal rule with a centered label. */\nexport function SignInOrDivider({ children }) {\n return (_jsxs(\"div\", { className: \"flex items-center gap-3 my-2 text-muted-foreground text-[10.5px] uppercase tracking-widest\", children: [_jsx(\"div\", { className: \"flex-1 h-px bg-border\" }), _jsx(\"span\", { children: children }), _jsx(\"div\", { className: \"flex-1 h-px bg-border\" })] }));\n}\n/** Labeled email input with an inline validation message. */\nexport function SignInEmailField({ inputRef, label, placeholder, value, onChange, invalid = false, error, }) {\n return (_jsxs(\"div\", { className: \"flex flex-col gap-1.5\", children: [_jsx(\"label\", { htmlFor: \"vt-login-email\", className: \"text-xs font-medium text-foreground/80\", children: label }), _jsx(\"input\", { ref: inputRef, id: \"vt-login-email\", name: \"vt-login-email\", type: \"email\", className: \"h-[42px] px-3.5 rounded-md border border-border bg-background text-sm text-foreground placeholder:text-muted-foreground outline-none transition focus:border-info focus:ring-4 focus:ring-info/15 aria-[invalid=true]:border-destructive aria-[invalid=true]:ring-destructive/15\", placeholder: placeholder, value: value, onChange: (e) => onChange(e.target.value), \"aria-invalid\": invalid, autoComplete: \"off\", autoCorrect: \"off\", autoCapitalize: \"off\", spellCheck: false, \"data-1p-ignore\": true, \"data-lpignore\": \"true\", \"data-form-type\": \"other\" }), error && (_jsx(\"div\", { role: \"alert\", className: \"text-xs text-destructive\", children: error }))] }));\n}\n//# sourceMappingURL=SignInPrimitives.js.map","import { getFirebaseAuth, setFirebaseTenant } from '@vertesia/ui/session';\nimport { signOut as firebaseSignOut, GithubAuthProvider, GoogleAuthProvider, OAuthProvider, signInWithRedirect, } from 'firebase/auth';\nconst LAST_SUCCESSFUL_LOGIN_KEY = 'vt.lastSuccessfulLogin';\nconst PENDING_SIGNIN_KEY = 'vt.pendingSignin';\nexport function readLastSuccessfulLogin() {\n try {\n const raw = localStorage.getItem(LAST_SUCCESSFUL_LOGIN_KEY);\n if (!raw)\n return null;\n const v = JSON.parse(raw);\n if (!v?.email || !v?.lastProvider)\n return null;\n return v;\n }\n catch {\n return null;\n }\n}\nexport function writeLastSuccessfulLogin(s) {\n try {\n localStorage.setItem(LAST_SUCCESSFUL_LOGIN_KEY, JSON.stringify(s));\n }\n catch {\n // localStorage unavailable — the record is not persisted\n }\n}\nexport function clearLastSuccessfulLogin() {\n try {\n localStorage.removeItem(LAST_SUCCESSFUL_LOGIN_KEY);\n }\n catch {\n // ignore\n }\n}\nexport function readPendingSignin() {\n try {\n const raw = sessionStorage.getItem(PENDING_SIGNIN_KEY);\n return raw ? JSON.parse(raw) : null;\n }\n catch {\n return null;\n }\n}\nfunction writePendingSignin(p) {\n try {\n sessionStorage.setItem(PENDING_SIGNIN_KEY, JSON.stringify(p));\n }\n catch {\n // ignore\n }\n}\nexport function clearPendingSignin() {\n try {\n sessionStorage.removeItem(PENDING_SIGNIN_KEY);\n }\n catch {\n // ignore\n }\n}\n/**\n * Clears the persisted sign-in records (last-successful-login and pending) and\n * signs out of Firebase. Best-effort: sign-out errors (e.g. no active session)\n * are swallowed.\n */\nexport async function resetSignInState() {\n clearLastSuccessfulLogin();\n clearPendingSignin();\n try {\n await firebaseSignOut(getFirebaseAuth());\n }\n catch {\n // best-effort: no active session, or auth not initialized\n }\n}\nfunction buildRedirectPath(redirectTo) {\n let path = redirectTo || window.location.pathname || '/';\n if (path[0] !== '/')\n path = `/${path}`;\n return path;\n}\nconst buildGoogleProvider = (email, redirectTo) => {\n const p = new GoogleAuthProvider();\n p.addScope('profile');\n p.addScope('email');\n p.setCustomParameters({\n redirect_uri: window.location.origin + buildRedirectPath(redirectTo),\n ...(email ? { login_hint: email } : { prompt: 'select_account' }),\n });\n return p;\n};\nconst buildGithubProvider = (email) => {\n const p = new GithubAuthProvider();\n p.addScope('profile');\n p.addScope('email');\n if (email)\n p.setCustomParameters({ login: email });\n return p;\n};\nconst buildMicrosoftProvider = (email) => {\n const p = new OAuthProvider('microsoft.com');\n p.addScope('profile');\n p.addScope('email');\n if (email)\n p.setCustomParameters({ login_hint: email });\n return p;\n};\nconst buildOidcProvider = (email) => {\n const p = new OAuthProvider('oidc.main');\n if (email)\n p.setCustomParameters({ login_hint: email });\n return p;\n};\nconst PROVIDER_BUILDERS = {\n google: buildGoogleProvider,\n github: buildGithubProvider,\n microsoft: buildMicrosoftProvider,\n oidc: buildOidcProvider,\n};\nfunction buildFirebaseProvider(idp, email, redirectTo) {\n return PROVIDER_BUILDERS[idp](email, redirectTo);\n}\nexport async function startSignIn(provider, email, redirectTo) {\n if (!email)\n return { ok: false, reason: 'no-email' };\n // A tenant-mapped email uses the tenant's provider (overriding `provider`); otherwise use `provider`.\n const tenant = await setFirebaseTenant(email);\n const auth = getFirebaseAuth();\n let effectiveIdp = provider;\n let tenantName;\n if (tenant) {\n // Tenant config dictates the IdP.\n if (tenant.provider)\n effectiveIdp = tenant.provider;\n tenantName = tenant.label || tenant.name || undefined;\n localStorage.setItem('tenantName', tenantName ?? '');\n }\n else {\n // No tenant — clear any stale tenant routing from a prior attempt.\n localStorage.removeItem('tenantName');\n if (auth.tenantId)\n auth.tenantId = null;\n }\n writePendingSignin({ email, provider: effectiveIdp, tenantName });\n void signInWithRedirect(auth, buildFirebaseProvider(effectiveIdp, email, redirectTo));\n return { ok: true };\n}\n/** Starts a provider sign-in directly, skipping email/tenant resolution and clearing any tenant routing. */\nexport function startSignInWithoutTenant(provider, redirectTo) {\n const auth = getFirebaseAuth();\n localStorage.removeItem('tenantName');\n if (auth.tenantId)\n auth.tenantId = null;\n void signInWithRedirect(auth, buildFirebaseProvider(provider, undefined, redirectTo));\n}\nexport function providerLabel(id) {\n if (id === 'google')\n return 'Google';\n if (id === 'github')\n return 'GitHub';\n if (id === 'microsoft')\n return 'Microsoft';\n return 'Sign In';\n}\nexport function emailLocalPart(email) {\n if (!email)\n return '';\n const at = email.lastIndexOf('@');\n return at > 0 ? email.slice(0, at) : email;\n}\nexport function emailDomain(email) {\n if (!email)\n return '';\n const at = email.lastIndexOf('@');\n return at > 0 ? email.slice(at + 1) : '';\n}\nexport function capitalizeFirst(s) {\n return s ? s.charAt(0).toUpperCase() + s.slice(1) : s;\n}\nexport function emailInitial(email) {\n return (email || '?').charAt(0).toUpperCase();\n}\nexport function firstNameFromEmail(email) {\n const local = emailLocalPart(email);\n const parts = local.split(/[._-]+/).filter(Boolean);\n const first = parts[0] || 'friend';\n return first.charAt(0).toUpperCase() + first.slice(1).toLowerCase();\n}\nexport function isValidEmail(email) {\n return /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/.test((email || '').trim());\n}\n/**\n * Detects the customer-domain \"needs invite\" 403 from /auth/ensure-user by its message.\n * Walks the `cause` chain because the token fetch re-wraps the original error.\n */\nexport function isInviteRequiredError(err) {\n let current = err;\n for (let depth = 0; current != null && depth < 8; depth++) {\n const msg = current instanceof Error ? current.message : String(current);\n if (msg.includes('Customer-domain user requires an invite to join'))\n return true;\n current = current instanceof Error ? current.cause : undefined;\n }\n return false;\n}\n//# sourceMappingURL=signInUtils.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Spinner } from '@vertesia/ui/core';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { providerIcon } from './SignInIcons';\nimport { SignInIconBadge, SignInStepButton, SignInStepHeader, SignInStepLayout } from './SignInPrimitives';\nimport { providerLabel } from './signInUtils';\nexport default function SignInAuthPending({ provider, onCancel }) {\n const { t } = useUITranslation();\n const Icon = providerIcon(provider);\n // OIDC has no brand name for the title; use a generic noun phrase.\n const titleProvider = provider === 'oidc' ? t('auth.pending.genericProvider') : providerLabel(provider);\n return (_jsxs(SignInStepLayout, { centered: true, children: [_jsxs(\"div\", { children: [_jsx(SignInIconBadge, { children: _jsx(Icon, { className: provider === 'oidc' ? 'size-6 text-info' : 'size-6' }) }), _jsx(SignInStepHeader, { title: t('auth.pending.title', { provider: titleProvider }), body: t('auth.pending.body') })] }), _jsxs(\"div\", { className: \"w-full flex flex-col gap-2\", children: [_jsxs(SignInStepButton, { variant: \"loading\", children: [_jsx(Spinner, {}), _jsx(\"span\", { children: t('auth.pending.authenticating') })] }), onCancel && (_jsx(SignInStepButton, { variant: \"ghost\", onClick: onCancel, children: t('auth.pending.cancel') }))] })] }));\n}\n//# sourceMappingURL=SignInAuthPending.js.map","import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Spinner } from '@vertesia/ui/core';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { setFirebaseTenant } from '@vertesia/ui/session';\nimport { ArrowRight } from 'lucide-react';\nimport { useEffect, useRef, useState } from 'react';\nimport { SignInEmailField, SignInStepButton, SignInStepHeader, SignInStepLayout } from './SignInPrimitives';\nimport { isValidEmail } from './signInUtils';\nexport default function SignInEmailStep({ initialEmail, onProceed }) {\n const { t } = useUITranslation();\n const [email, setEmail] = useState(initialEmail ?? '');\n const [submitError, setSubmitError] = useState(false);\n const [loading, setLoading] = useState(false);\n const inputRef = useRef(null);\n useEffect(() => {\n inputRef.current?.focus();\n }, []);\n const submit = async (e) => {\n e.preventDefault();\n if (loading)\n return;\n if (!isValidEmail(email)) {\n setSubmitError(true);\n return;\n }\n setSubmitError(false);\n setLoading(true);\n try {\n const tenant = await setFirebaseTenant(email.trim().toLowerCase());\n onProceed(email.trim().toLowerCase(), tenant ?? undefined);\n }\n catch {\n // resolveTenant failed quietly — proceed to providers panel\n onProceed(email.trim().toLowerCase(), undefined);\n }\n finally {\n setLoading(false);\n }\n };\n return (_jsxs(SignInStepLayout, { children: [_jsx(SignInStepHeader, { eyebrow: t('auth.email.eyebrow'), title: t('auth.email.title'), body: t('auth.email.body') }), _jsxs(\"form\", { onSubmit: submit, noValidate: true, className: `flex flex-col ${submitError ? 'gap-2' : 'gap-6'}`, children: [_jsx(SignInEmailField, { inputRef: inputRef, label: t('auth.email.label'), placeholder: t('auth.email.placeholder'), value: email, onChange: (value) => {\n setEmail(value);\n if (submitError)\n setSubmitError(false);\n }, invalid: submitError, error: submitError ? t('auth.email.invalidError') : undefined }), _jsx(SignInStepButton, { type: \"submit\", disabled: loading, children: loading ? (_jsx(Spinner, {})) : (_jsxs(_Fragment, { children: [_jsx(\"span\", { children: t('auth.continue') }), _jsx(ArrowRight, { className: \"!size-3.5\" })] })) })] })] }));\n}\n//# sourceMappingURL=SignInEmailStep.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { SignInEmailRow, SignInProviderButton, SignInStepHeader, SignInStepLayout } from './SignInPrimitives';\nimport { providerLabel, startSignIn } from './signInUtils';\nconst PROVIDERS = ['google', 'github', 'microsoft'];\nexport default function SignInProvidersStep({ email, onBack, onProviderClicked, redirectTo, }) {\n const { t } = useUITranslation();\n const pick = async (provider) => {\n onProviderClicked(provider);\n await startSignIn(provider, email, redirectTo);\n };\n return (_jsxs(SignInStepLayout, { children: [_jsx(SignInStepHeader, { eyebrow: t('auth.providers.eyebrow'), title: t('auth.providers.title'), body: t('auth.providers.bodyConsumer') }), _jsx(SignInEmailRow, { email: email, actionLabel: t('auth.change'), onAction: onBack }), _jsx(\"div\", { className: \"flex flex-col gap-2\", children: PROVIDERS.map((id) => (_jsx(SignInProviderButton, { provider: id, label: t('auth.continueWithProvider', { provider: providerLabel(id) }), onClick: () => pick(id), variant: \"arrow\" }, id))) })] }));\n}\n//# sourceMappingURL=SignInProvidersStep.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { SignInAccountCard, SignInAccountRow, SignInInitialsBadge, SignInProviderButton, SignInStepButton, SignInStepHeader, SignInStepLayout, } from './SignInPrimitives';\nimport { emailInitial, firstNameFromEmail, providerLabel, startSignIn, } from './signInUtils';\nexport default function SignInReturningStep({ session, onNotYou, onProviderClicked, redirectTo, }) {\n const { t } = useUITranslation();\n const firstName = session.name ? session.name.split(' ')[0] || session.name : firstNameFromEmail(session.email);\n const displayName = session.name || firstNameFromEmail(session.email);\n const avatar = _jsx(SignInInitialsBadge, { initials: emailInitial(session.email) });\n // A stored tenantName means we resolved the user's organization.\n const hasTenant = !!session.tenantName;\n const primaryLabel = session.lastProvider === 'oidc'\n ? t('auth.continueWithSignIn')\n : t('auth.continueWithProvider', { provider: providerLabel(session.lastProvider) });\n const continueWith = async (provider) => {\n onProviderClicked(provider);\n await startSignIn(provider, session.email, redirectTo);\n };\n return (_jsxs(SignInStepLayout, { children: [_jsx(SignInStepHeader, { eyebrow: t('auth.returning.eyebrow'), title: t('auth.returning.title', { name: firstName }), body: t('auth.returning.body') }), hasTenant && session.tenantName ? (_jsx(SignInAccountCard, { variant: \"returning\", badge: avatar, title: displayName, subtitle: session.tenantName, email: session.email, actionLabel: t('auth.returning.notYou'), onAction: onNotYou })) : (_jsx(SignInAccountRow, { badge: avatar, title: displayName, subtitle: session.email, actionLabel: t('auth.returning.notYou'), onAction: onNotYou })), _jsxs(\"div\", { className: \"flex flex-col gap-2\", children: [_jsx(SignInProviderButton, { provider: session.lastProvider, label: primaryLabel, onClick: () => continueWith(session.lastProvider), variant: \"filled\" }), _jsx(SignInStepButton, { variant: \"ghost\", onClick: onNotYou, children: t('auth.returning.useDifferent') })] })] }));\n}\n//# sourceMappingURL=SignInReturningStep.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { ShieldOff } from 'lucide-react';\nimport { SignInCallout, SignInStepButton, SignInStepHeader, SignInStepLayout } from './SignInPrimitives';\nimport { capitalizeFirst, emailDomain } from './signInUtils';\nexport default function SignInTenantBlockedStep({ email, tenantName, onBack }) {\n const { t } = useUITranslation();\n // Without a tenant name: subheading uses the i18n fallback, callout uses \"<Domain> Team\".\n const subheadingName = tenantName || t('auth.blocked.tenantFallback');\n const domain = emailDomain(email);\n const boxName = tenantName ||\n (domain\n ? t('auth.blocked.teamFromDomain', { domain: capitalizeFirst(domain) })\n : t('auth.blocked.tenantFallback'));\n return (_jsxs(SignInStepLayout, { children: [_jsx(SignInStepHeader, { variant: \"destructive\", eyebrow: t('auth.blocked.eyebrow'), title: t('auth.blocked.title'), body: t('auth.blocked.body', { name: subheadingName, email }) }), _jsxs(\"div\", { className: \"flex flex-col gap-2\", children: [_jsx(SignInCallout, { icon: ShieldOff, title: boxName, meta: t('auth.blocked.tenantMeta', { email }) }), _jsx(SignInStepButton, { variant: \"ghost\", onClick: onBack, children: t('auth.blocked.useDifferent') })] })] }));\n}\n//# sourceMappingURL=SignInTenantBlockedStep.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { SignInProviderButton } from './SignInPrimitives';\nimport { providerLabel, startSignIn, startSignInWithoutTenant } from './signInUtils';\n// \"Continue with <provider>\" button that owns its sign-in redirect.\nexport default function SignInWithProviderButton({ provider, email, redirectTo, variant = 'outline', onClick, }) {\n const { t } = useUITranslation();\n const label = provider === 'oidc'\n ? t('auth.continueWithSignIn')\n : t('auth.continueWithProvider', { provider: providerLabel(provider) });\n const signIn = () => {\n onClick?.();\n if (email) {\n void startSignIn(provider, email, redirectTo);\n }\n else {\n // OIDC needs a resolved tenant; the no-email path is only hit by no-tenant buttons.\n startSignInWithoutTenant(provider, redirectTo);\n }\n };\n return _jsx(SignInProviderButton, { provider: provider, label: label, onClick: signIn, variant: variant });\n}\n//# sourceMappingURL=SignInWithProviderButton.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { SignInAccountCard, SignInInitialsBadge, SignInStepButton, SignInStepHeader, SignInStepLayout, } from './SignInPrimitives';\nimport SignInWithProviderButton from './SignInWithProviderButton';\nimport { providerLabel } from './signInUtils';\nfunction tenantInitials(name) {\n return name\n .split(/\\s+/)\n .filter(Boolean)\n .slice(0, 2)\n .map((p) => p.charAt(0).toUpperCase())\n .join('');\n}\nexport default function SignInTenantStep({ email, tenant, onBack, onProviderClicked, redirectTo, }) {\n const { t } = useUITranslation();\n const tenantName = tenant.label || tenant.name || t('auth.blocked.tenantFallback');\n // Brands keep their identity; anything else routes through OIDC.\n const provider = tenant.provider === 'google' || tenant.provider === 'github' || tenant.provider === 'microsoft'\n ? tenant.provider\n : 'oidc';\n const idpName = provider === 'oidc' ? t('auth.tenant.viaIdpFallback') : providerLabel(provider);\n return (_jsxs(SignInStepLayout, { children: [_jsx(SignInStepHeader, { eyebrow: t('auth.tenant.eyebrow'), title: t('auth.tenant.title', { name: tenantName }), body: t('auth.tenant.body') }), _jsx(SignInAccountCard, { variant: \"tenant\", badge: _jsx(SignInInitialsBadge, { initials: tenantInitials(tenantName), shape: \"square\" }), title: tenantName, subtitle: t('auth.tenant.viaIdp', { idp: idpName }), email: email, actionLabel: t('auth.change'), onAction: onBack }), _jsxs(\"div\", { className: \"flex flex-col gap-2\", children: [_jsx(SignInWithProviderButton, { provider: provider, email: email, redirectTo: redirectTo, variant: \"filled\", onClick: onProviderClicked }), _jsx(SignInStepButton, { variant: \"ghost\", onClick: onBack, children: t('auth.tenant.notPartOf', { name: tenantName }) })] })] }));\n}\n//# sourceMappingURL=SignInTenantStep.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { Button, Input, RadioGroup, SelectBox } from '@vertesia/ui/core';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { getFirebaseAuth } from '@vertesia/ui/session';\nimport { useEffect, useState } from 'react';\nexport default function SignupForm({ onSignup, goBack }) {\n const { t } = useUITranslation();\n const [accountType, setAccountType] = useState(undefined);\n const [companySize, setCompanySize] = useState(undefined);\n const [companyName, setCompanyName] = useState(undefined);\n const [companyWebsite, setCompanyWebsite] = useState(undefined);\n const [projectMaturity, setProjectMaturity] = useState(undefined);\n const [fbUser, setFbUser] = useState(undefined);\n const [error, setError] = useState(undefined);\n const isCompany = accountType === 'company';\n const companySizeOptions = [\n { id: 1, label: t('signup.size1to10') },\n { id: 11, label: t('signup.size11to100') },\n { id: 101, label: t('signup.size101to1000') },\n { id: 1001, label: t('signup.size1001to5000') },\n { id: 5001, label: t('signup.size5000plus') },\n ];\n const accountTypeOptions = [\n {\n id: 'personal',\n label: t('signup.personal'),\n description: t('signup.personalDescription'),\n },\n {\n id: 'company',\n label: t('signup.company'),\n description: t('signup.companyDescription'),\n },\n ];\n const projectMaturityOptions = [\n { id: 'testing', label: t('signup.justTesting') },\n { id: 'exploring', label: t('signup.activelyExploring') },\n { id: 'using', label: t('signup.alreadyUsing') },\n { id: 'migrating', label: t('signup.migratingLLMs') },\n { id: 'other', label: t('signup.other') },\n ];\n useEffect(() => {\n const user = getFirebaseAuth().currentUser;\n if (!user) {\n console.error('No user found');\n return;\n }\n setFbUser(user);\n }, []);\n const isValid = () => {\n if (!accountType) {\n setError(t('signup.pleaseSelectAccountType'));\n return false;\n }\n if (isCompany && !companyName) {\n setError(t('signup.pleaseEnterOrgName'));\n return false;\n }\n if (isCompany && !companySize) {\n setError(t('signup.pleaseSelectCompanySize'));\n return false;\n }\n return true;\n };\n const onSubmit = async () => {\n if (!isValid())\n return;\n if (!accountType)\n return;\n const signupData = {\n accountType: accountType,\n companyName: companyName,\n companySize: companySize?.id,\n companyWebsite: companyWebsite,\n maturity: projectMaturity,\n };\n window.localStorage.setItem('composableSignupData', JSON.stringify(signupData));\n const fbToken = await getFirebaseAuth().currentUser?.getIdToken();\n console.log('Got firebase token', getFirebaseAuth(), fbToken);\n if (!fbToken) {\n console.error('No firebase token found');\n return;\n }\n onSignup(signupData, fbToken);\n };\n return (_jsxs(\"div\", { className: \"flex flex-col space-y-2\", children: [_jsxs(\"div\", { className: \"prose\", children: [_jsx(\"p\", { className: \"prose text-sm text-muted pt-4\", children: t('signup.welcomeMessage', { name: fbUser?.displayName, email: fbUser?.email }) }), error && _jsx(\"div\", { className: \"text-destructive\", children: error })] }), _jsx(FormItem, { label: t('signup.accountType'), children: _jsx(RadioGroup, { options: accountTypeOptions, selected: accountTypeOptions.find((option) => option.id === accountType), onSelect: (option) => setAccountType(option.id) }) }), isCompany && (_jsxs(_Fragment, { children: [_jsx(FormItem, { label: t('signup.companySize'), children: _jsx(SelectBox, { className: \"w-full border border-accent bg-muted\", value: companySize, options: companySizeOptions, onChange: setCompanySize, optionLabel: (option) => option?.label, placeholder: t('signup.selectCompanySize') }) }), _jsx(FormItem, { label: t('signup.companyName'), children: _jsx(Input, { value: companyName, onChange: setCompanyName, type: \"text\", required: true }) }), _jsx(FormItem, { label: t('signup.companyWebsite'), children: _jsx(Input, { value: companyWebsite, onChange: setCompanyWebsite, type: \"text\" }) })] })), _jsx(FormItem, { label: t('signup.projectMaturity'), children: _jsx(SelectBox, { className: \"w-full border border-accent bg-muted\", options: projectMaturityOptions, value: projectMaturityOptions.find((option) => option.id === projectMaturity), optionLabel: (option) => option?.label, placeholder: t('signup.selectProjectMaturity'), onChange: (option) => setProjectMaturity(option?.id) }) }), _jsxs(\"div\", { className: \"pt-8 flex flex-col\", children: [_jsx(Button, { variant: \"primary\", onClick: onSubmit, size: \"xl\", children: _jsx(\"span\", { className: \"text-lg\", children: t('signup.signUp') }) }), _jsx(Button, { variant: \"ghost\", size: \"xl\", className: \"mt-4\", onClick: goBack, children: _jsx(\"span\", { className: \"\", children: t('signup.wrongAccountGoBack') }) })] })] }));\n}\nfunction FormItem({ label, children }) {\n return (_jsxs(\"div\", { className: \"flex flex-col space-y-2 pt-4\", children: [_jsx(\"div\", { className: \"text-sm text-muted\", children: label }), children] }));\n}\n//# sourceMappingURL=SignupForm.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Env } from '@vertesia/ui/env';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { RegionTag } from '@vertesia/ui/layout';\nimport { UserNotFoundError, useUserSession, useUXTracking } from '@vertesia/ui/session';\nimport { useCallback, useEffect, useState } from 'react';\nimport SignInAuthPending from './SignInAuthPending';\nimport SignInEmailStep from './SignInEmailStep';\nimport SignInProvidersStep from './SignInProvidersStep';\nimport SignInReturningStep from './SignInReturningStep';\nimport SignInTenantBlockedStep from './SignInTenantBlockedStep';\nimport SignInTenantStep from './SignInTenantStep';\nimport SignupForm from './SignupForm';\nimport { clearLastSuccessfulLogin, clearPendingSignin, isInviteRequiredError, readLastSuccessfulLogin, readPendingSignin, resetSignInState, writeLastSuccessfulLogin, } from './signInUtils';\nexport function SigninScreen({ allowedPrefix, isNested = false, lightLogo, darkLogo, preservePath, suppressAuthErrorPrefix, }) {\n const pathname = typeof window === 'undefined' ? '' : window.location.pathname;\n const allow = matchesPathPrefix(pathname, allowedPrefix);\n const suppressAuthError = matchesPathPrefix(pathname, suppressAuthErrorPrefix);\n return allow ? null : (_jsx(SigninScreenImpl, { isNested: isNested, lightLogo: lightLogo, darkLogo: darkLogo, preservePath: preservePath, suppressAuthError: suppressAuthError }));\n}\nfunction matchesPathPrefix(pathname, prefix) {\n const prefixes = Array.isArray(prefix) ? prefix : prefix ? [prefix] : [];\n return prefixes.some((candidate) => {\n if (pathname === candidate) {\n return true;\n }\n return pathname.startsWith(candidate.endsWith('/') ? candidate : `${candidate}/`);\n });\n}\nfunction SigninScreenImpl({ isNested = false, lightLogo, darkLogo, preservePath, suppressAuthError, }) {\n const { t } = useUITranslation();\n const { isLoading, user, authError, signOut } = useUserSession();\n const { trackEvent } = useUXTracking();\n const [storedSession, setStoredSession] = useState(() => readLastSuccessfulLogin());\n const [mode, setMode] = useState(() => {\n const s = readLastSuccessfulLogin();\n return s ? 'returning' : 'email';\n });\n const [email, setEmail] = useState('');\n const [tenant, setTenant] = useState(undefined);\n const [pendingProvider, setPendingProvider] = useState(null);\n useEffect(() => {\n if (!preservePath) {\n history.replaceState({}, '', '/');\n }\n }, [preservePath]);\n // Route based on authError surfaced by the session.\n useEffect(() => {\n if (!authError)\n return;\n if (authError instanceof UserNotFoundError) {\n setMode('signup');\n }\n else if (isInviteRequiredError(authError)) {\n const pending = readPendingSignin();\n if (pending)\n setEmail(pending.email);\n setMode('blocked');\n }\n }, [authError]);\n // On successful login, finalize the last-successful-login entry with the user's name.\n useEffect(() => {\n if (!user)\n return;\n const pending = readPendingSignin();\n if (!pending)\n return;\n writeLastSuccessfulLogin({\n email: pending.email,\n lastProvider: pending.provider,\n tenantName: pending.tenantName,\n name: user.name || undefined,\n });\n clearPendingSignin();\n }, [user]);\n const onProceedFromEmail = useCallback((e, t) => {\n setEmail(e);\n setTenant(t);\n setMode(t ? 'tenant' : 'providers');\n }, []);\n const onBack = useCallback(() => {\n setMode('email');\n setTenant(undefined);\n }, []);\n const onNotYou = useCallback(() => {\n clearLastSuccessfulLogin();\n clearPendingSignin();\n setStoredSession(null);\n setEmail('');\n setTenant(undefined);\n setMode('email');\n void signOut();\n }, [signOut]);\n const onProviderClicked = useCallback((provider) => {\n // Tenant context comes from a resolved tenant or stored tenantName, not the provider.\n const hasTenant = !!tenant || !!storedSession?.tenantName;\n // Only the pre-existing enterprise_signin event; non-tenant sign-ins emit nothing.\n if (hasTenant)\n trackEvent('enterprise_signin', { provider });\n setPendingProvider(provider);\n setMode('pending');\n // The redirect itself happens in the calling step's startSignIn(); this just shows the pending screen.\n }, [trackEvent, storedSession?.tenantName, tenant]);\n // \"Use a different email\" out of the blocked/signup screen. The user reached it\n // as a valid Firebase user with no Vertesia account, so a partial reset isn't\n // enough: unless we also clear the persisted records and sign out of Firebase,\n // the leftover session re-runs the invite check on the next auth change or\n // reload and lands them back on blocked.\n const startOver = useCallback(() => {\n setStoredSession(null); // drop the in-memory mirror too — resetSignInState only clears storage\n setEmail('');\n setTenant(undefined);\n setMode('email');\n void resetSignInState();\n }, []);\n // Submits the signup form to /auth/signup, then redirects into the app.\n const onSignup = (data, fbToken) => {\n const payload = { signupData: data, firebaseToken: fbToken };\n void fetch(`${Env.endpoints.studio}/auth/signup`, {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify(payload),\n }).then(() => {\n trackEvent('sign_up');\n window.location.href = '/';\n });\n };\n const shouldHideTransientAuthError = suppressAuthError && authError !== undefined && !(authError instanceof UserNotFoundError);\n if (isLoading || user || shouldHideTransientAuthError)\n return null;\n let content = null;\n if (mode === 'pending' && pendingProvider) {\n content = _jsx(SignInAuthPending, { provider: pendingProvider });\n }\n else if (mode === 'blocked') {\n content = (_jsx(SignInTenantBlockedStep, { email: email || storedSession?.email || '', tenantName: tenant?.label || tenant?.name || storedSession?.tenantName || undefined, onBack: startOver }));\n }\n else if (mode === 'signup' && !localStorage.getItem('tenantName')) {\n content = _jsx(SignupForm, { onSignup: onSignup, goBack: startOver });\n }\n else if (mode === 'tenant' && tenant) {\n content = (_jsx(SignInTenantStep, { email: email, tenant: tenant, onBack: onBack, onProviderClicked: () => onProviderClicked((tenant.provider ?? 'oidc')) }));\n }\n else if (mode === 'providers') {\n content = _jsx(SignInProvidersStep, { email: email, onBack: onBack, onProviderClicked: onProviderClicked });\n }\n else if (mode === 'returning' && storedSession) {\n content = (_jsx(SignInReturningStep, { session: storedSession, onNotYou: onNotYou, onProviderClicked: onProviderClicked }));\n }\n else {\n content = _jsx(SignInEmailStep, { initialEmail: email, onProceed: onProceedFromEmail });\n }\n return (_jsx(\"div\", { style: { zIndex: 999998 }, className: `${isNested ? 'absolute' : 'fixed'} inset-0 overflow-y-auto bg-background`, children: _jsx(\"div\", { className: \"min-h-full flex flex-col items-center justify-center py-12 px-4\", children: _jsxs(\"div\", { className: \"flex flex-col items-center w-full\", children: [(lightLogo || darkLogo) && (_jsxs(\"div\", { className: \"mb-7\", children: [lightLogo && _jsx(\"img\", { src: lightLogo, alt: \"Vertesia\", className: \"h-10 block dark:hidden\" }), darkLogo && _jsx(\"img\", { src: darkLogo, alt: \"Vertesia\", className: \"h-10 hidden dark:block\" })] })), content, authError && !(authError instanceof UserNotFoundError) && !isInviteRequiredError(authError) && (_jsx(\"div\", { className: \"mt-6 max-w-[420px] text-center text-sm text-muted\", children: _jsxs(\"div\", { children: [t('auth.signInError'), _jsx(\"br\", {}), t('auth.signInErrorContact'), _jsx(\"a\", { className: \"text-info mx-1\", href: \"mailto:support@vertesiahq.com\", children: \"support@vertesiahq.com\" }), t('auth.signInErrorPersists'), _jsx(\"pre\", { className: \"mt-2 text-xs\", children: t('auth.error', { message: authError.message }) })] }) })), _jsxs(\"div\", { className: \"flex items-center gap-5 mt-10 text-xs text-muted-foreground\", children: [_jsx(\"a\", { href: \"https://vertesiahq.com/privacy\", className: \"hover:text-foreground transition\", children: t('auth.privacyPolicy') }), _jsx(\"span\", { className: \"text-border\", children: \"\\u00B7\" }), _jsx(\"a\", { href: \"https://vertesiahq.com/terms\", className: \"hover:text-foreground transition\", children: t('auth.termsOfService') }), _jsx(\"span\", { className: \"text-border\", children: \"\\u00B7\" }), _jsx(RegionTag, { className: \"cursor-default\" })] })] }) }) }));\n}\n//# sourceMappingURL=SigninScreen.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { Button, Center, ErrorBox, errorMessage, Input, SelectBox, Spinner, useFetch, useToast, } from '@vertesia/ui/core';\nimport { Env } from '@vertesia/ui/env';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { useLocation } from '@vertesia/ui/router';\nimport { fetchComposableTokenFromFirebaseToken, fetchComposableTokenFromVertesiaToken, getCurrentVertesiaToken, useUserSession, } from '@vertesia/ui/session';\nimport { useState } from 'react';\nconst LOOPBACK_HOSTS = new Set(['127.0.0.1', 'localhost']);\nfunction parseRedirectUri(rawRedirect) {\n if (!rawRedirect) {\n return null;\n }\n let decoded;\n try {\n decoded = decodeURIComponent(rawRedirect);\n }\n catch {\n return null;\n }\n let parsed;\n try {\n parsed = new URL(decoded);\n }\n catch {\n return null;\n }\n if (parsed.protocol !== 'http:') {\n return null;\n }\n if (!parsed.port) {\n return null;\n }\n if (parsed.username || parsed.password) {\n return null;\n }\n if (!LOOPBACK_HOSTS.has(parsed.hostname)) {\n return null;\n }\n return parsed.toString();\n}\nfunction getClientInfo(location) {\n const params = new URLSearchParams(location.search);\n const redirect = parseRedirectUri(params.get('redirect_uri'));\n const code = params.get('code');\n if (!redirect || !code) {\n return null;\n }\n const profile = params.get('profile') ?? 'default';\n const project = params.get('project') ?? undefined;\n const account = params.get('account') ?? undefined;\n return { redirect, code, profile, project, account };\n}\nexport function TerminalLogin() {\n const [payload, setPayload] = useState();\n const [error, setError] = useState();\n const location = useLocation();\n const clientInfo = getClientInfo(location);\n const toast = useToast();\n const { t } = useUITranslation();\n const onAccept = async (data) => {\n if (!clientInfo)\n return;\n if (!data.profile) {\n toast({\n title: t('login.terminal.profileRequired'),\n description: t('login.terminal.profileRequiredDesc'),\n status: 'error',\n duration: 2000,\n });\n return;\n }\n if (!data.account) {\n toast({\n title: t('login.terminal.accountRequired'),\n description: t('login.terminal.accountRequiredDesc'),\n status: 'error',\n duration: 2000,\n });\n return;\n }\n if (!data.project) {\n toast({\n title: t('login.terminal.projectRequired'),\n description: t('login.terminal.projectRequiredDesc'),\n status: 'error',\n duration: 2000,\n });\n return;\n }\n // expire in 1 day\n let payload;\n try {\n const vertesiaToken = getCurrentVertesiaToken();\n const token = vertesiaToken\n ? await fetchComposableTokenFromVertesiaToken(vertesiaToken, data.account, data.project, 24 * 3600)\n : await fetchComposableTokenFromFirebaseToken(data.account, data.project, 24 * 3600);\n if (token) {\n payload = {\n ...data,\n studio_server_url: Env.endpoints.studio,\n zeno_server_url: Env.endpoints.zeno,\n token,\n };\n await fetch(clientInfo.redirect, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify(payload),\n });\n setPayload(payload);\n }\n else {\n toast({\n title: t('login.terminal.failedToGetToken'),\n status: 'error',\n duration: 5000,\n });\n }\n }\n catch (err) {\n if (payload) {\n setError(err instanceof Error ? err : new Error(errorMessage(err)));\n setPayload(payload);\n }\n else {\n toast({\n title: t('login.terminal.errorAuthorizingClient'),\n description: errorMessage(err),\n status: 'error',\n duration: 5000,\n });\n }\n }\n };\n const getPageContent = () => {\n if (!clientInfo) {\n return (_jsx(ErrorBox, { title: t('login.terminal.invalidRequest'), children: t('login.terminal.invalidRequestDesc') }));\n }\n return payload ? (_jsx(AuthDoneScreen, { payload: payload, error: error })) : (_jsx(AuthAcceptScreen, { clientInfo: clientInfo, onAccept: onAccept }));\n };\n const page = getPageContent();\n return _jsx(\"div\", { className: \"w-full flex flex-col items-center gap-4 mt-24\", children: page });\n}\nfunction AuthAcceptScreen({ onAccept, clientInfo }) {\n const { client, user } = useUserSession();\n const { data: allProjects, error } = useFetch(() => (user ? client.projects.list() : Promise.resolve([])), [user]);\n const { t } = useUITranslation();\n if (error) {\n return _jsx(ErrorBox, { title: t('login.terminal.errorLoadingProjects'), children: errorMessage(error) });\n }\n const getEnvironmentName = () => {\n if (Env.isLocalDev) {\n return t('login.terminal.envLocalDev');\n }\n else if (Env.isDev) {\n return t('login.terminal.envStaging');\n }\n return t('login.terminal.envProduction');\n };\n const envName = getEnvironmentName();\n return user && allProjects ? (_jsxs(_Fragment, { children: [_jsxs(\"div\", { className: \"w-1/3\", children: [_jsxs(\"div\", { className: \"mb-4 text-xl font-semibold text-info\", children: [\"Authorizing client on \", envName, \" environment.\"] }), _jsxs(\"div\", { className: \"mb-2 text-md text-muted-foreground\", children: [_jsx(\"div\", { children: t('login.terminal.clientWantsAuth') }), _jsxs(\"div\", { children: [\"The client app code is \", _jsx(\"b\", { className: \"text-foreground\", children: clientInfo.code }), \". You can check if the code is correct in the terminal.\"] })] }), _jsxs(\"div\", { className: \"mb-2 text-sm text-muted-foreground\", children: [_jsx(\"div\", { children: t('login.terminal.chooseAccountProject') }), _jsx(\"div\", { children: t('login.terminal.profileNameNote') })] })] }), _jsx(ProfileForm, { onAccept: onAccept, allProjects: allProjects, data: clientInfo })] })) : (_jsx(Spinner, { size: \"lg\" }));\n}\nfunction AuthDoneScreen({ payload, error }) {\n const toast = useToast();\n const { t } = useUITranslation();\n const onCopy = () => {\n if (payload) {\n navigator.clipboard.writeText(JSON.stringify(payload));\n toast({\n title: t('login.terminal.authPayloadCopied'),\n description: error\n ? t('login.terminal.authPayloadCopiedWithError', { error: error.message })\n : t('login.terminal.authPayloadCopiedSuccess'),\n status: 'success',\n duration: 5000,\n });\n }\n };\n return (_jsxs(\"div\", { children: [error ? (_jsx(\"div\", { children: _jsx(ErrorBox, { title: t('login.terminal.failedToSendToken'), children: t('login.terminal.failedToSendTokenDesc', { error: error.message }) }) })) : (_jsx(\"div\", { children: t('login.terminal.clientAuthenticated') })), _jsx(Center, { className: \"mt-4\", children: _jsx(Button, { variant: \"secondary\", onClick: onCopy, children: t('login.terminal.copyAuthPayload') }) })] }));\n}\nfunction ProfileForm({ allProjects, data, onAccept }) {\n const { accounts, account, project } = useUserSession();\n const { t } = useUITranslation();\n const [currentData, setCurrentData] = useState(() => ({\n profile: data.profile,\n account: data.account ?? account?.id,\n project: data.project ?? project?.id,\n }));\n const onChangeProfile = (value) => {\n setCurrentData({ ...currentData, profile: value });\n };\n const onChangeAccount = (value) => {\n setCurrentData({ ...currentData, account: value.id, project: undefined });\n };\n const onChangeProject = (value) => {\n setCurrentData({ ...currentData, project: value.id });\n };\n const projects = allProjects.filter((p) => p.account === currentData.account);\n return (_jsxs(\"div\", { className: \"w-1/3\", children: [_jsxs(\"div\", { className: \"mb-4 flex flex-col gap-2\", children: [_jsx(\"span\", { className: \"font-semibold text-muted-foreground\", children: t('login.terminal.profileName') }), _jsx(Input, { type: \"text\", value: currentData.profile, onChange: onChangeProfile })] }), _jsxs(\"div\", { className: \"mb-4 flex flex-col gap-2\", children: [_jsx(\"span\", { className: \"font-semibold text-muted-foreground\", children: t('login.terminal.account') }), _jsx(SelectAccount, { value: currentData.account, onChange: onChangeAccount, accounts: accounts || [] })] }), _jsxs(\"div\", { className: \"mb-4 flex flex-col gap-2\", children: [_jsx(\"span\", { className: \"font-semibold text-muted-foreground\", children: t('login.terminal.project') }), _jsx(SelectProject, { value: currentData.project, onChange: onChangeProject, projects: projects })] }), _jsx(\"div\", { className: \"mb-4 text-sm text-attention\", children: t('login.terminal.browserPermissionNote') }), _jsx(\"div\", { children: _jsx(Button, { size: \"xl\", onClick: () => onAccept(currentData), children: t('login.terminal.authorizeClient') }) })] }));\n}\nfunction SelectAccount({ value, accounts, onChange }) {\n const { t } = useUITranslation();\n const _onChange = (value) => {\n onChange(value);\n };\n return (_jsx(SelectBox, { options: accounts, value: accounts?.find((a) => a.id === value), onChange: _onChange, by: \"id\", optionLabel: (option) => option.name, placeholder: t('login.terminal.selectAccount') }));\n}\nfunction SelectProject({ value, projects, onChange }) {\n const { t } = useUITranslation();\n const _onChange = (value) => {\n onChange(value);\n };\n return (_jsx(SelectBox, { by: \"id\", value: projects.find((p) => p.id === value), options: projects, optionLabel: (option) => option.name, placeholder: t('login.terminal.selectProject'), onChange: _onChange }));\n}\n//# sourceMappingURL=TerminalLogin.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Button, Modal, ModalBody, ModalFooter, ModalTitle } from '@vertesia/ui/core';\nimport SignInWithProviderButton from './SignInWithProviderButton';\nexport default function SignInModal({ isOpen, onClose }) {\n return (_jsxs(Modal, { isOpen: isOpen, onClose: onClose, children: [_jsx(ModalTitle, { children: \"Sign In\" }), _jsxs(ModalBody, { className: \"flex flex-col gap-2\", children: [_jsx(SignInWithProviderButton, { provider: \"google\" }), _jsx(SignInWithProviderButton, { provider: \"github\" }), _jsx(SignInWithProviderButton, { provider: \"microsoft\" })] }), _jsx(ModalFooter, { align: \"right\", children: _jsx(Button, { variant: \"ghost\", onClick: onClose, children: \"Cancel\" }) })] }));\n}\n//# sourceMappingURL=SignInModal.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { getTenantIdFromProject } from '@vertesia/common';\nimport { Tabs, TabsBar, TabsPanel, VTooltip } from '@vertesia/ui/core';\nimport { Env } from '@vertesia/ui/env';\nimport { useUITranslation } from '@vertesia/ui/i18n';\nimport { useUserSession } from '@vertesia/ui/session';\n// Package version is now passed as prop from the consuming application\nimport { Check, CopyIcon } from 'lucide-react';\nimport { useState } from 'react';\nexport function InfoItems({ title, value }) {\n function copyToClipboard(value) {\n navigator.clipboard.writeText(value);\n setIsCopied(true);\n setTimeout(() => setIsCopied(false), 2000);\n }\n const [isCopied, setIsCopied] = useState(false);\n return (_jsxs(\"div\", { className: \"w-full flex justify-between items-center mb-1\", children: [_jsxs(\"div\", { className: \"flex flex-col w-[calc(100%-3rem)]\", children: [_jsx(\"div\", { className: \"text-sm px-2 dark:text-slate-200\", children: title }), _jsx(VTooltip, { description: value, size: \"xs\", placement: \"left\", children: _jsxs(\"div\", { className: \"text-xs truncate text-muted w-full text-start px-2\", children: [value, \" \"] }) })] }), isCopied ? (_jsx(Check, { className: \"size-4 cursor-pointer text-success\" })) : (_jsx(CopyIcon, { className: \"size-4 cursor-pointer text-gray-400 dark:text-slate-400\", onClick: () => copyToClipboard(value) }))] }));\n}\nexport default function InfoList() {\n const { t } = useUITranslation();\n const session = useUserSession();\n const { account, project, client, authToken } = session;\n const server = client.baseUrl;\n const store = client.store.baseUrl;\n // Behind the unified LB, server and store share one host (path-routing splits studio\n // vs zeno), so the Store row just duplicates Server — only show it when they differ.\n const showStore = store.replace(/\\/+$/, '') !== server.replace(/\\/+$/, '');\n const mcpServer = Env.endpoints.mcp ?? t('user.unknown');\n const tenantId = project ? getTenantIdFromProject(project) : '';\n const tabs = [\n {\n name: 'user',\n label: t('user.user'),\n content: (_jsxs(\"div\", { className: \"space-y-1 p-2\", children: [_jsx(InfoItems, { title: t('user.organizationId'), value: account?.id ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.projectId'), value: project?.id ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.userId'), value: authToken?.sub ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.organizationRoles'), value: authToken?.account_roles?.join(',') ?? t('user.unknown') }), _jsx(InfoItems, { title: t('user.projectRoles'), value: authToken?.project_roles?.join(',') ?? t('user.unknown') })] })),\n },\n {\n name: 'environment',\n label: t('user.environment'),\n content: (_jsxs(\"div\", { className: \"space-y-1 p-2\", children: [_jsx(InfoItems, { title: t('user.tenantId'), value: tenantId }), _jsx(InfoItems, { title: t('user.environment'), value: Env.type }), _jsx(InfoItems, { title: t('user.server'), value: server }), showStore && _jsx(InfoItems, { title: t('user.store'), value: store }), _jsx(InfoItems, { title: t('user.mcpServer'), value: mcpServer }), _jsx(InfoItems, { title: t('user.appVersion'), value: Env.version }), _jsx(InfoItems, { title: t('user.sdkVersion'), value: Env.sdkVersion || t('user.unknown') })] })),\n },\n ];\n return (_jsx(\"div\", { className: \"w-full\", children: _jsxs(Tabs, { defaultValue: \"user\", tabs: tabs, fullWidth: true, updateHash: false, children: [_jsx(TabsBar, {}), _jsx(TabsPanel, {})] }) }));\n}\n//# sourceMappingURL=UserInfo.js.map","import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Permission } from '@vertesia/common';\nimport { Avatar, Button, MenuList, ModeToggle, Popover, PopoverContent, PopoverTrigger, Spinner, } from '@vertesia/ui/core';\nimport { useUserPermissions } from '@vertesia/ui/features';\nimport { useNavigate } from '@vertesia/ui/router';\nimport { useUserSession } from '@vertesia/ui/session';\nimport clsx from 'clsx';\nimport { useState } from 'react';\nimport SignInModal from './SignInModal';\nimport InfoList from './UserInfo';\nexport function UserSessionMenu(_props) {\n const { user, isLoading } = useUserSession();\n const [showModal, setShowModal] = useState(false);\n if (isLoading) {\n return _jsx(Spinner, {});\n }\n else if (!user) {\n return (_jsxs(_Fragment, { children: [_jsx(Button, { onClick: () => setShowModal(true), children: \"Sign In\" }), _jsx(SignInModal, { isOpen: showModal, onClose: () => setShowModal(false) })] }));\n }\n else {\n return (_jsx(\"div\", { className: \"px-3\", children: _jsx(UserSessionPopup, { asMenuTrigger: true }) }));\n }\n}\nfunction UserSessionPopup({ className, asMenuTrigger = false }) {\n const session = useUserSession();\n const navigate = useNavigate();\n const perms = useUserPermissions();\n const { user } = session;\n if (!session || !user)\n return null;\n const isProjectManager = perms.hasPermission(Permission.project_admin);\n return (_jsxs(Popover, { click: true, children: [_jsx(PopoverTrigger, { children: _jsx(\"div\", { className: clsx(className, 'flex items-center justify-start', asMenuTrigger && 'cursor-pointer'), children: _jsx(Avatar, { size: \"sm\", color: \"bg-amber-500\", shape: \"circle\", \n /*src={picture} */\n name: user?.name }) }) }), _jsx(PopoverContent, { align: \"start\", className: \"w-[280px] mx-2 my-1 p-0\", children: _jsxs(\"div\", { className: \"divide-y divide-gray-200 dark:divide-slate-700\", children: [_jsxs(\"div\", { className: \"py-2 ps-2\", children: [_jsx(\"p\", { className: \"px-4 dark:text-white mb-1\", children: user?.name ?? 'Unknown' }), _jsx(\"p\", { className: \"px-4 text-xs text-gray-500\", children: user?.email ?? '' })] }), _jsx(\"div\", { className: \"w-full p-1\", children: _jsx(InfoList, {}) }), _jsx(\"div\", { className: \"py-2 ps-2\", children: _jsx(ModeToggle, {}) }), _jsx(\"div\", { className: \"py-2\", children: _jsxs(MenuList, { children: [isProjectManager && (_jsx(MenuList.Item, { className: \"px-2\", onClick: () => navigate('/settings', { replace: true }), children: \"Settings\" })), _jsx(MenuList.Item, { className: \"px-2\", onClick: () => session.logout(), children: \"Sign out\" })] }) })] }) })] }));\n}\n//# sourceMappingURL=UserSessionMenu.js.map","export function isVertesiaEmail(email) {\n return email\n ? email.endsWith('@vertesiahq.com') ||\n email.endsWith('@becomposable.com') ||\n email.endsWith('@composableprompts.com')\n : false;\n}\n//# sourceMappingURL=utils.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { useUserSession } from '@vertesia/ui/session';\nimport { AnimatePresence, motion } from 'framer-motion';\nimport { useEffect, useState } from 'react';\nexport function SplashScreen({ icon: Icon }) {\n const { isLoading } = useUserSession();\n const [show, setShow] = useState(true);\n useEffect(() => {\n if (!isLoading) {\n setShow(false);\n }\n }, [isLoading]);\n return (_jsx(AnimatePresence, { children: show && (_jsx(motion.div, { style: { zIndex: 999999, position: 'fixed', inset: 0 }, className: \"fixed inset-x-0 inset-y-0\", initial: { opacity: 1 }, exit: { opacity: 0 }, transition: { ease: 'easeIn', duration: 0.5 }, children: _jsx(\"div\", { style: {\n display: 'flex',\n width: '100%',\n height: '100%',\n alignItems: 'center',\n justifyContent: 'center',\n }, className: \"flex w-full h-full items-center justify-center\", children: _jsx(\"div\", { className: \"animate-[spin_4s_linear_infinite]\", children: _jsx(\"div\", { className: \"animate-pulse rounded-full bg-transparent\", children: Icon || _jsx(LoadingIcon, {}) }) }) }) })) }));\n}\nfunction LoadingIcon() {\n const stopColor1 = 'currentColor';\n const stopColor2 = 'currentColor';\n // const stopColor1 = \"#4F46E5\";\n // const stopColor2 = \"#4F46E5\";\n return (_jsxs(\"svg\", { width: \"32\", height: \"32\", className: \"w-8 h-8 text-indigo-600\", viewBox: \"0 0 50 50\", xmlns: \"http://www.w3.org/2000/svg\", role: \"img\", \"aria-label\": \"Loading\", children: [_jsx(\"title\", { children: \"Loading\" }), _jsx(\"defs\", { children: _jsxs(\"linearGradient\", { id: \"spinner-gradient\", x1: \"1\", y1: \"0\", x2: \"0\", y2: \"1\", children: [_jsx(\"stop\", { offset: \"0%\", stopColor: stopColor1, stopOpacity: \"1\" }), _jsx(\"stop\", { offset: \"100%\", stopColor: stopColor2, stopOpacity: \"0\" })] }) }), _jsx(\"circle\", { cx: \"25\", cy: \"25\", r: \"20\", stroke: \"url(#spinner-gradient)\", strokeWidth: \"5\", fill: \"none\", strokeLinecap: \"round\" })] }));\n}\n//# sourceMappingURL=SplashScreen.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { ThemeProvider, ToastProvider } from '@vertesia/ui/core';\nimport { TypeRegistryProvider, UserPermissionProvider } from '@vertesia/ui/features';\nimport { LanguageBoundI18nProvider, LanguageProvider } from '@vertesia/ui/i18n';\nimport { UserSessionProvider } from '@vertesia/ui/session';\nimport { SigninScreen } from './login/SigninScreen';\nimport { SplashScreen } from './SplashScreen';\nexport function VertesiaShell({ children, lightLogo, darkLogo, loadingIcon, loadOnboardingStatus, preserveSignInPath, suppressSignInErrorPrefixes, defaultLanguage, }) {\n return (_jsx(ToastProvider, { children: _jsx(UserSessionProvider, { loadOnboardingStatus: loadOnboardingStatus, children: _jsx(TypeRegistryProvider, { children: _jsx(ThemeProvider, { defaultTheme: \"system\", storageKey: \"vite-ui-theme\", children: _jsx(LanguageProvider, { defaultLanguage: defaultLanguage, children: _jsxs(LanguageBoundI18nProvider, { children: [_jsx(SplashScreen, { icon: loadingIcon }), _jsx(SigninScreen, { allowedPrefix: \"/shared/\", darkLogo: darkLogo, lightLogo: lightLogo, preservePath: preserveSignInPath, suppressAuthErrorPrefix: suppressSignInErrorPrefixes }), _jsx(UserPermissionProvider, { children: children })] }) }) }) }) }) }));\n}\n//# sourceMappingURL=VertesiaShell.js.map"],"names":["AppInstallationContext","createContext","AppInstallationProvider","installation","children","_jsx","Provider","value","useAppInstallation","useContext","AppProjectSelector","app","onChange","placeholder","client","project","useUserSession","data","projects","error","useFetch","apps","getAppInstallationProjects","id","name","_jsxs","className","errorMessage","SelectProject","initialValue","localStorage","setItem","LastSelectedAccountId_KEY","account","LastSelectedProjectId_KEY","window","location","reload","setValue","useState","actualValue","find","p","SelectBox","by","options","optionLabel","option","StandaloneApp","AccessDenied","AccessDeniedMessage","StandaloneAppImpl","UnknownAppName","authToken","setInstallation","state","setState","useEffect","includes","getAppInstallationByName","then","inst","console","log","accounts","t","useUITranslation","selectedAccountId","setSelectedAccountId","allProjects","projectsByOrg","orgOptions","useMemo","grouped","push","orgsWithProjects","filter","a","length","filteredProjects","selectedOrg","Center","LockIcon","undefined","org","selected","InviteAcceptModal","session","showModal","setShowModal","invites","setInvites","listInvites","notLegacyInvites","i","catch","err","closeModal","inviteList","map","invite","role","invited_by","Button","size","onClick","async","acceptInvite","authCallback","fetchAccounts","fetchProjects","accept","variant","rejectInvite","remainingInvites","reject","warn","Modal","isOpen","onClose","ModalTitle","ModalBody","OidcIcon","LockKeyhole","PROVIDER_ICONS","google","props","viewBox","fill","d","github","fillRule","clipRule","microsoft","oidc","providerIcon","provider","SignInStepLayout","centered","SignInStepHeader","eyebrow","title","body","SIGNIN_STEP_BUTTON_VARIANTS","primary","loading","ghost","SignInStepButton","type","disabled","rest","trim","SignInInlineLinkButton","base","INITIALS_BADGE_SHAPES","circle","square","SignInInitialsBadge","initials","shape","SignInIconBadge","SignInIdentityLines","subtitle","titleClass","subtitleClass","ACCOUNT_CARD_VARIANTS","tenant","topRow","bottomRow","mailBox","mailIcon","email","actionSize","returning","SignInAccountCard","badge","actionLabel","onAction","v","Mail","SignInAccountRow","SignInEmailRow","SignInProviderButton","label","Icon","arrowClass","ArrowRight","SignInCallout","icon","meta","SignInEmailField","inputRef","invalid","htmlFor","ref","e","target","autoComplete","autoCorrect","autoCapitalize","spellCheck","LAST_SUCCESSFUL_LOGIN_KEY","PENDING_SIGNIN_KEY","readLastSuccessfulLogin","raw","getItem","JSON","parse","lastProvider","clearLastSuccessfulLogin","removeItem","readPendingSignin","sessionStorage","clearPendingSignin","resetSignInState","firebaseSignOut","getFirebaseAuth","buildRedirectPath","redirectTo","path","pathname","PROVIDER_BUILDERS","GoogleAuthProvider","addScope","setCustomParameters","redirect_uri","origin","login_hint","prompt","GithubAuthProvider","login","OAuthProvider","buildFirebaseProvider","idp","startSignIn","ok","reason","setFirebaseTenant","auth","tenantName","effectiveIdp","tenantId","stringify","writePendingSignin","signInWithRedirect","providerLabel","firstNameFromEmail","local","at","lastIndexOf","slice","emailLocalPart","first","split","Boolean","charAt","toUpperCase","toLowerCase","isInviteRequiredError","current","depth","Error","message","String","cause","SignInAuthPending","onCancel","titleProvider","Spinner","SignInEmailStep","initialEmail","onProceed","setEmail","submitError","setSubmitError","setLoading","useRef","focus","onSubmit","preventDefault","test","isValidEmail","noValidate","_Fragment","PROVIDERS","SignInProvidersStep","onBack","onProviderClicked","pick","SignInReturningStep","onNotYou","firstName","displayName","avatar","hasTenant","primaryLabel","continueWith","SignInTenantBlockedStep","subheadingName","domain","emailDomain","boxName","s","ShieldOff","SignInWithProviderButton","startSignInWithoutTenant","SignInTenantStep","idpName","join","SignupForm","onSignup","goBack","accountType","setAccountType","companySize","setCompanySize","companyName","setCompanyName","companyWebsite","setCompanyWebsite","projectMaturity","setProjectMaturity","fbUser","setFbUser","setError","isCompany","companySizeOptions","accountTypeOptions","description","projectMaturityOptions","user","currentUser","FormItem","RadioGroup","onSelect","Input","required","signupData","maturity","fbToken","getIdToken","SigninScreen","allowedPrefix","isNested","lightLogo","darkLogo","preservePath","suppressAuthErrorPrefix","allow","matchesPathPrefix","suppressAuthError","SigninScreenImpl","prefix","Array","isArray","some","candidate","startsWith","endsWith","isLoading","authError","signOut","trackEvent","useUXTracking","storedSession","setStoredSession","mode","setMode","setTenant","pendingProvider","setPendingProvider","history","replaceState","UserNotFoundError","pending","writeLastSuccessfulLogin","onProceedFromEmail","useCallback","startOver","payload","firebaseToken","fetch","Env","endpoints","studio","method","headers","href","content","style","zIndex","src","alt","RegionTag","LOOPBACK_HOSTS","Set","getClientInfo","params","URLSearchParams","search","redirect","rawRedirect","decoded","parsed","decodeURIComponent","URL","protocol","port","username","password","has","hostname","toString","parseRedirectUri","get","code","profile","TerminalLogin","setPayload","clientInfo","useLocation","toast","useToast","onAccept","status","duration","vertesiaToken","getCurrentVertesiaToken","token","fetchComposableTokenFromVertesiaToken","fetchComposableTokenFromFirebaseToken","studio_server_url","zeno_server_url","zeno","page","AuthDoneScreen","AuthAcceptScreen","ErrorBox","list","Promise","resolve","envName","isLocalDev","isDev","ProfileForm","navigator","clipboard","writeText","currentData","setCurrentData","SelectAccount","SignInModal","ModalFooter","align","InfoItems","isCopied","setIsCopied","VTooltip","placement","Check","CopyIcon","setTimeout","copyToClipboard","InfoList","server","baseUrl","store","showStore","replace","mcpServer","mcp","getTenantIdFromProject","tabs","sub","account_roles","project_roles","version","sdkVersion","Tabs","defaultValue","fullWidth","updateHash","TabsBar","TabsPanel","UserSessionMenu","_props","UserSessionPopup","asMenuTrigger","navigate","useNavigate","perms","useUserPermissions","isProjectManager","hasPermission","Permission","project_admin","Popover","click","PopoverTrigger","clsx","Avatar","color","PopoverContent","ModeToggle","MenuList","Item","logout","isVertesiaEmail","SplashScreen","show","setShow","AnimatePresence","motion","div","position","inset","initial","opacity","exit","transition","ease","display","width","height","alignItems","justifyContent","LoadingIcon","xmlns","x1","y1","x2","y2","offset","stopColor","stopOpacity","cx","cy","r","stroke","strokeWidth","strokeLinecap","VertesiaShell","loadingIcon","loadOnboardingStatus","preserveSignInPath","suppressSignInErrorPrefixes","defaultLanguage","ToastProvider","UserSessionProvider","TypeRegistryProvider","ThemeProvider","defaultTheme","storageKey","LanguageProvider","LanguageBoundI18nProvider","UserPermissionProvider"],"mappings":"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"}
|