@parhelia/core 0.1.11004 → 0.1.11007
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/dist/dist/agents-view/AgentCard.d.ts +12 -0
- package/dist/dist/agents-view/AgentCard.js +30 -0
- package/dist/dist/agents-view/AgentCard.js.map +1 -0
- package/dist/dist/agents-view/AgentsView.d.ts +5 -0
- package/dist/dist/agents-view/AgentsView.js +255 -0
- package/dist/dist/agents-view/AgentsView.js.map +1 -0
- package/dist/dist/agents-view/ProfileAgentsGroup.d.ts +17 -0
- package/dist/dist/agents-view/ProfileAgentsGroup.js +13 -0
- package/dist/dist/agents-view/ProfileAgentsGroup.js.map +1 -0
- package/dist/dist/client-components/api.d.ts +1 -0
- package/dist/dist/client-components/api.js +4 -0
- package/dist/dist/client-components/api.js.map +1 -0
- package/dist/dist/client-components/index.d.ts +17 -0
- package/dist/dist/client-components/index.js +18 -0
- package/dist/dist/client-components/index.js.map +1 -0
- package/dist/dist/components/ActionButton.d.ts +14 -0
- package/dist/dist/components/ActionButton.js +6 -0
- package/dist/dist/components/ActionButton.js.map +1 -0
- package/dist/dist/components/Error.d.ts +9 -0
- package/dist/dist/components/Error.js +24 -0
- package/dist/dist/components/Error.js.map +1 -0
- package/dist/dist/components/FilterInput.d.ts +22 -0
- package/dist/dist/components/FilterInput.js +29 -0
- package/dist/dist/components/FilterInput.js.map +1 -0
- package/dist/dist/components/index.d.ts +7 -0
- package/dist/dist/components/index.js +5 -0
- package/dist/dist/components/index.js.map +1 -0
- package/dist/dist/components/ui/CardConnector.d.ts +4 -0
- package/dist/dist/components/ui/CardConnector.js +6 -0
- package/dist/dist/components/ui/CardConnector.js.map +1 -0
- package/dist/dist/components/ui/LanguageSelector.d.ts +8 -0
- package/dist/dist/components/ui/LanguageSelector.js +53 -0
- package/dist/dist/components/ui/LanguageSelector.js.map +1 -0
- package/dist/dist/components/ui/PlaceholderInput.d.ts +41 -0
- package/dist/dist/components/ui/PlaceholderInput.js +160 -0
- package/dist/dist/components/ui/PlaceholderInput.js.map +1 -0
- package/dist/dist/components/ui/PlaceholderInputTypes.d.ts +41 -0
- package/dist/dist/components/ui/PlaceholderInputTypes.js +48 -0
- package/dist/dist/components/ui/PlaceholderInputTypes.js.map +1 -0
- package/dist/dist/components/ui/PlaceholderItemSelector.d.ts +7 -0
- package/dist/dist/components/ui/PlaceholderItemSelector.js +154 -0
- package/dist/dist/components/ui/PlaceholderItemSelector.js.map +1 -0
- package/dist/dist/components/ui/alert.d.ts +7 -0
- package/dist/dist/components/ui/alert.js +21 -0
- package/dist/dist/components/ui/alert.js.map +1 -0
- package/dist/dist/components/ui/badge.d.ts +9 -0
- package/dist/dist/components/ui/badge.js +23 -0
- package/dist/dist/components/ui/badge.js.map +1 -0
- package/dist/dist/components/ui/button.d.ts +10 -0
- package/dist/dist/components/ui/button.js +33 -0
- package/dist/dist/components/ui/button.js.map +1 -0
- package/dist/dist/components/ui/calendar.d.ts +7 -0
- package/dist/dist/components/ui/calendar.js +58 -0
- package/dist/dist/components/ui/calendar.js.map +1 -0
- package/dist/dist/components/ui/card.d.ts +19 -0
- package/dist/dist/components/ui/card.js +78 -0
- package/dist/dist/components/ui/card.js.map +1 -0
- package/dist/dist/components/ui/checkbox.d.ts +4 -0
- package/dist/dist/components/ui/checkbox.js +10 -0
- package/dist/dist/components/ui/checkbox.js.map +1 -0
- package/dist/dist/components/ui/command.d.ts +18 -0
- package/dist/dist/components/ui/command.js +35 -0
- package/dist/dist/components/ui/command.js.map +1 -0
- package/dist/dist/components/ui/context-menu.d.ts +53 -0
- package/dist/dist/components/ui/context-menu.js +290 -0
- package/dist/dist/components/ui/context-menu.js.map +1 -0
- package/dist/dist/components/ui/copy-button.d.ts +10 -0
- package/dist/dist/components/ui/copy-button.js +61 -0
- package/dist/dist/components/ui/copy-button.js.map +1 -0
- package/dist/dist/components/ui/dialog.d.ts +16 -0
- package/dist/dist/components/ui/dialog.js +37 -0
- package/dist/dist/components/ui/dialog.js.map +1 -0
- package/dist/dist/components/ui/dropdown-menu.d.ts +25 -0
- package/dist/dist/components/ui/dropdown-menu.js +52 -0
- package/dist/dist/components/ui/dropdown-menu.js.map +1 -0
- package/dist/dist/components/ui/input.d.ts +3 -0
- package/dist/dist/components/ui/input.js +9 -0
- package/dist/dist/components/ui/input.js.map +1 -0
- package/dist/dist/components/ui/label.d.ts +5 -0
- package/dist/dist/components/ui/label.js +9 -0
- package/dist/dist/components/ui/label.js.map +1 -0
- package/dist/dist/components/ui/menubar.d.ts +26 -0
- package/dist/dist/components/ui/menubar.js +55 -0
- package/dist/dist/components/ui/menubar.js.map +1 -0
- package/dist/dist/components/ui/paste-button.d.ts +14 -0
- package/dist/dist/components/ui/paste-button.js +114 -0
- package/dist/dist/components/ui/paste-button.js.map +1 -0
- package/dist/dist/components/ui/popover.d.ts +11 -0
- package/dist/dist/components/ui/popover.js +66 -0
- package/dist/dist/components/ui/popover.js.map +1 -0
- package/dist/dist/components/ui/progress.d.ts +7 -0
- package/dist/dist/components/ui/progress.js +9 -0
- package/dist/dist/components/ui/progress.js.map +1 -0
- package/dist/dist/components/ui/select.d.ts +18 -0
- package/dist/dist/components/ui/select.js +34 -0
- package/dist/dist/components/ui/select.js.map +1 -0
- package/dist/dist/components/ui/sonner.d.ts +3 -0
- package/dist/dist/components/ui/sonner.js +16 -0
- package/dist/dist/components/ui/sonner.js.map +1 -0
- package/dist/dist/components/ui/switch.d.ts +4 -0
- package/dist/dist/components/ui/switch.js +9 -0
- package/dist/dist/components/ui/switch.js.map +1 -0
- package/dist/dist/components/ui/tabs.d.ts +17 -0
- package/dist/dist/components/ui/tabs.js +27 -0
- package/dist/dist/components/ui/tabs.js.map +1 -0
- package/dist/dist/components/ui/textarea.d.ts +3 -0
- package/dist/dist/components/ui/textarea.js +11 -0
- package/dist/dist/components/ui/textarea.js.map +1 -0
- package/dist/dist/components/ui/tooltip.d.ts +9 -0
- package/dist/dist/components/ui/tooltip.js +18 -0
- package/dist/dist/components/ui/tooltip.js.map +1 -0
- package/dist/dist/components/ui/upload-button.d.ts +15 -0
- package/dist/dist/components/ui/upload-button.js +56 -0
- package/dist/dist/components/ui/upload-button.js.map +1 -0
- package/dist/dist/config/config.d.ts +24 -0
- package/dist/dist/config/config.js +1088 -0
- package/dist/dist/config/config.js.map +1 -0
- package/dist/dist/config/types.d.ts +244 -0
- package/dist/dist/config/types.js +2 -0
- package/dist/dist/config/types.js.map +1 -0
- package/dist/dist/editor/AspectRatioSelector.d.ts +13 -0
- package/dist/dist/editor/AspectRatioSelector.js +71 -0
- package/dist/dist/editor/AspectRatioSelector.js.map +1 -0
- package/dist/dist/editor/ComponentInfo.d.ts +4 -0
- package/dist/dist/editor/ComponentInfo.js +41 -0
- package/dist/dist/editor/ComponentInfo.js.map +1 -0
- package/dist/dist/editor/ConfirmationDialog.d.ts +19 -0
- package/dist/dist/editor/ConfirmationDialog.js +31 -0
- package/dist/dist/editor/ConfirmationDialog.js.map +1 -0
- package/dist/dist/editor/ContentTree.d.ts +39 -0
- package/dist/dist/editor/ContentTree.js +602 -0
- package/dist/dist/editor/ContentTree.js.map +1 -0
- package/dist/dist/editor/ContextMenu.d.ts +15 -0
- package/dist/dist/editor/ContextMenu.js +239 -0
- package/dist/dist/editor/ContextMenu.js.map +1 -0
- package/dist/dist/editor/Editor.d.ts +12 -0
- package/dist/dist/editor/Editor.js +116 -0
- package/dist/dist/editor/Editor.js.map +1 -0
- package/dist/dist/editor/EditorWarning.d.ts +5 -0
- package/dist/dist/editor/EditorWarning.js +12 -0
- package/dist/dist/editor/EditorWarning.js.map +1 -0
- package/dist/dist/editor/EditorWarnings.d.ts +9 -0
- package/dist/dist/editor/EditorWarnings.js +19 -0
- package/dist/dist/editor/EditorWarnings.js.map +1 -0
- package/dist/dist/editor/FieldActionsOverlay.d.ts +18 -0
- package/dist/dist/editor/FieldActionsOverlay.js +201 -0
- package/dist/dist/editor/FieldActionsOverlay.js.map +1 -0
- package/dist/dist/editor/FieldEditorPopup.d.ts +10 -0
- package/dist/dist/editor/FieldEditorPopup.js +23 -0
- package/dist/dist/editor/FieldEditorPopup.js.map +1 -0
- package/dist/dist/editor/FieldHistory.d.ts +7 -0
- package/dist/dist/editor/FieldHistory.js +45 -0
- package/dist/dist/editor/FieldHistory.js.map +1 -0
- package/dist/dist/editor/FieldList.d.ts +19 -0
- package/dist/dist/editor/FieldList.js +90 -0
- package/dist/dist/editor/FieldList.js.map +1 -0
- package/dist/dist/editor/FieldListField.d.ts +16 -0
- package/dist/dist/editor/FieldListField.js +286 -0
- package/dist/dist/editor/FieldListField.js.map +1 -0
- package/dist/dist/editor/FieldListFieldWithFallbacks.d.ts +11 -0
- package/dist/dist/editor/FieldListFieldWithFallbacks.js +120 -0
- package/dist/dist/editor/FieldListFieldWithFallbacks.js.map +1 -0
- package/dist/dist/editor/FloatingToolbar.d.ts +7 -0
- package/dist/dist/editor/FloatingToolbar.js +91 -0
- package/dist/dist/editor/FloatingToolbar.js.map +1 -0
- package/dist/dist/editor/ImageEditButton.d.ts +27 -0
- package/dist/dist/editor/ImageEditButton.js +22 -0
- package/dist/dist/editor/ImageEditButton.js.map +1 -0
- package/dist/dist/editor/ImageEditor.d.ts +5 -0
- package/dist/dist/editor/ImageEditor.js +76 -0
- package/dist/dist/editor/ImageEditor.js.map +1 -0
- package/dist/dist/editor/ItemInfo.d.ts +4 -0
- package/dist/dist/editor/ItemInfo.js +60 -0
- package/dist/dist/editor/ItemInfo.js.map +1 -0
- package/dist/dist/editor/LinkEditorDialog.d.ts +18 -0
- package/dist/dist/editor/LinkEditorDialog.js +101 -0
- package/dist/dist/editor/LinkEditorDialog.js.map +1 -0
- package/dist/dist/editor/MainLayout.d.ts +12 -0
- package/dist/dist/editor/MainLayout.js +124 -0
- package/dist/dist/editor/MainLayout.js.map +1 -0
- package/dist/dist/editor/MobileLayout.d.ts +2 -0
- package/dist/dist/editor/MobileLayout.js +34 -0
- package/dist/dist/editor/MobileLayout.js.map +1 -0
- package/dist/dist/editor/NewEditorClient.d.ts +5 -0
- package/dist/dist/editor/NewEditorClient.js +7 -0
- package/dist/dist/editor/NewEditorClient.js.map +1 -0
- package/dist/dist/editor/PictureCropper.d.ts +6 -0
- package/dist/dist/editor/PictureCropper.js +722 -0
- package/dist/dist/editor/PictureCropper.js.map +1 -0
- package/dist/dist/editor/PictureEditor.d.ts +9 -0
- package/dist/dist/editor/PictureEditor.js +180 -0
- package/dist/dist/editor/PictureEditor.js.map +1 -0
- package/dist/dist/editor/PictureEditorDialog.d.ts +8 -0
- package/dist/dist/editor/PictureEditorDialog.js +195 -0
- package/dist/dist/editor/PictureEditorDialog.js.map +1 -0
- package/dist/dist/editor/QuickItemSwitcher.d.ts +9 -0
- package/dist/dist/editor/QuickItemSwitcher.js +78 -0
- package/dist/dist/editor/QuickItemSwitcher.js.map +1 -0
- package/dist/dist/editor/ScrollingContentTree.d.ts +10 -0
- package/dist/dist/editor/ScrollingContentTree.js +48 -0
- package/dist/dist/editor/ScrollingContentTree.js.map +1 -0
- package/dist/dist/editor/SetupLoadingScreen.d.ts +5 -0
- package/dist/dist/editor/SetupLoadingScreen.js +11 -0
- package/dist/dist/editor/SetupLoadingScreen.js.map +1 -0
- package/dist/dist/editor/Titlebar.d.ts +1 -0
- package/dist/dist/editor/Titlebar.js +46 -0
- package/dist/dist/editor/Titlebar.js.map +1 -0
- package/dist/dist/editor/ai/AgentCostDisplay.d.ts +32 -0
- package/dist/dist/editor/ai/AgentCostDisplay.js +93 -0
- package/dist/dist/editor/ai/AgentCostDisplay.js.map +1 -0
- package/dist/dist/editor/ai/AgentDocumentList.d.ts +8 -0
- package/dist/dist/editor/ai/AgentDocumentList.js +132 -0
- package/dist/dist/editor/ai/AgentDocumentList.js.map +1 -0
- package/dist/dist/editor/ai/AgentHistory.d.ts +11 -0
- package/dist/dist/editor/ai/AgentHistory.js +12 -0
- package/dist/dist/editor/ai/AgentHistory.js.map +1 -0
- package/dist/dist/editor/ai/AgentProfilesOverview.d.ts +9 -0
- package/dist/dist/editor/ai/AgentProfilesOverview.js +16 -0
- package/dist/dist/editor/ai/AgentProfilesOverview.js.map +1 -0
- package/dist/dist/editor/ai/AgentStatusBadge.d.ts +26 -0
- package/dist/dist/editor/ai/AgentStatusBadge.js +126 -0
- package/dist/dist/editor/ai/AgentStatusBadge.js.map +1 -0
- package/dist/dist/editor/ai/AgentTerminal.d.ts +14 -0
- package/dist/dist/editor/ai/AgentTerminal.js +3012 -0
- package/dist/dist/editor/ai/AgentTerminal.js.map +1 -0
- package/dist/dist/editor/ai/Agents.d.ts +4 -0
- package/dist/dist/editor/ai/Agents.js +891 -0
- package/dist/dist/editor/ai/Agents.js.map +1 -0
- package/dist/dist/editor/ai/AiResponseMessage.d.ts +18 -0
- package/dist/dist/editor/ai/AiResponseMessage.js +684 -0
- package/dist/dist/editor/ai/AiResponseMessage.js.map +1 -0
- package/dist/dist/editor/ai/ContextInfoBar.d.ts +14 -0
- package/dist/dist/editor/ai/ContextInfoBar.js +432 -0
- package/dist/dist/editor/ai/ContextInfoBar.js.map +1 -0
- package/dist/dist/editor/ai/DancingDots.d.ts +1 -0
- package/dist/dist/editor/ai/DancingDots.js +6 -0
- package/dist/dist/editor/ai/DancingDots.js.map +1 -0
- package/dist/dist/editor/ai/MediaImage.d.ts +6 -0
- package/dist/dist/editor/ai/MediaImage.js +38 -0
- package/dist/dist/editor/ai/MediaImage.js.map +1 -0
- package/dist/dist/editor/ai/ToolCallDisplay.d.ts +45 -0
- package/dist/dist/editor/ai/ToolCallDisplay.js +292 -0
- package/dist/dist/editor/ai/ToolCallDisplay.js.map +1 -0
- package/dist/dist/editor/ai/aiPageModel.d.ts +24 -0
- package/dist/dist/editor/ai/aiPageModel.js +97 -0
- package/dist/dist/editor/ai/aiPageModel.js.map +1 -0
- package/dist/dist/editor/ai/editorAiContext.d.ts +10 -0
- package/dist/dist/editor/ai/editorAiContext.js +10 -0
- package/dist/dist/editor/ai/editorAiContext.js.map +1 -0
- package/dist/dist/editor/ai/types.d.ts +30 -0
- package/dist/dist/editor/ai/types.js +2 -0
- package/dist/dist/editor/ai/types.js.map +1 -0
- package/dist/dist/editor/ai/useAgentStatus.d.ts +14 -0
- package/dist/dist/editor/ai/useAgentStatus.js +203 -0
- package/dist/dist/editor/ai/useAgentStatus.js.map +1 -0
- package/dist/dist/editor/client/AboutDialog.d.ts +2 -0
- package/dist/dist/editor/client/AboutDialog.js +23 -0
- package/dist/dist/editor/client/AboutDialog.js.map +1 -0
- package/dist/dist/editor/client/EditorShell.d.ts +37 -0
- package/dist/dist/editor/client/EditorShell.js +2283 -0
- package/dist/dist/editor/client/EditorShell.js.map +1 -0
- package/dist/dist/editor/client/GenericDialog.d.ts +10 -0
- package/dist/dist/editor/client/GenericDialog.js +25 -0
- package/dist/dist/editor/client/GenericDialog.js.map +1 -0
- package/dist/dist/editor/client/editContext.d.ts +262 -0
- package/dist/dist/editor/client/editContext.js +29 -0
- package/dist/dist/editor/client/editContext.js.map +1 -0
- package/dist/dist/editor/client/fieldModificationStore.d.ts +25 -0
- package/dist/dist/editor/client/fieldModificationStore.js +184 -0
- package/dist/dist/editor/client/fieldModificationStore.js.map +1 -0
- package/dist/dist/editor/client/helpers.d.ts +12 -0
- package/dist/dist/editor/client/helpers.js +29 -0
- package/dist/dist/editor/client/helpers.js.map +1 -0
- package/dist/dist/editor/client/hooks/useEditorUrlSync.d.ts +18 -0
- package/dist/dist/editor/client/hooks/useEditorUrlSync.js +56 -0
- package/dist/dist/editor/client/hooks/useEditorUrlSync.js.map +1 -0
- package/dist/dist/editor/client/hooks/useEditorWebSocket.d.ts +11 -0
- package/dist/dist/editor/client/hooks/useEditorWebSocket.js +86 -0
- package/dist/dist/editor/client/hooks/useEditorWebSocket.js.map +1 -0
- package/dist/dist/editor/client/hooks/useGlobalEditorKeyDown.d.ts +1 -0
- package/dist/dist/editor/client/hooks/useGlobalEditorKeyDown.js +12 -0
- package/dist/dist/editor/client/hooks/useGlobalEditorKeyDown.js.map +1 -0
- package/dist/dist/editor/client/hooks/useMediaQuery.d.ts +1 -0
- package/dist/dist/editor/client/hooks/useMediaQuery.js +19 -0
- package/dist/dist/editor/client/hooks/useMediaQuery.js.map +1 -0
- package/dist/dist/editor/client/hooks/useMediaSelector.d.ts +12 -0
- package/dist/dist/editor/client/hooks/useMediaSelector.js +30 -0
- package/dist/dist/editor/client/hooks/useMediaSelector.js.map +1 -0
- package/dist/dist/editor/client/hooks/useQuota.d.ts +29 -0
- package/dist/dist/editor/client/hooks/useQuota.js +53 -0
- package/dist/dist/editor/client/hooks/useQuota.js.map +1 -0
- package/dist/dist/editor/client/hooks/useSocketMessageHandler.d.ts +35 -0
- package/dist/dist/editor/client/hooks/useSocketMessageHandler.js +241 -0
- package/dist/dist/editor/client/hooks/useSocketMessageHandler.js.map +1 -0
- package/dist/dist/editor/client/hooks/useWorkbox.d.ts +9 -0
- package/dist/dist/editor/client/hooks/useWorkbox.js +52 -0
- package/dist/dist/editor/client/hooks/useWorkbox.js.map +1 -0
- package/dist/dist/editor/client/itemsRepository.d.ts +38 -0
- package/dist/dist/editor/client/itemsRepository.js +482 -0
- package/dist/dist/editor/client/itemsRepository.js.map +1 -0
- package/dist/dist/editor/client/operations.d.ts +69 -0
- package/dist/dist/editor/client/operations.js +633 -0
- package/dist/dist/editor/client/operations.js.map +1 -0
- package/dist/dist/editor/client/pageModelBuilder.d.ts +6 -0
- package/dist/dist/editor/client/pageModelBuilder.js +171 -0
- package/dist/dist/editor/client/pageModelBuilder.js.map +1 -0
- package/dist/dist/editor/client/ui/EditorChrome.d.ts +12 -0
- package/dist/dist/editor/client/ui/EditorChrome.js +30 -0
- package/dist/dist/editor/client/ui/EditorChrome.js.map +1 -0
- package/dist/dist/editor/client/ui/FullscreenControls.d.ts +7 -0
- package/dist/dist/editor/client/ui/FullscreenControls.js +21 -0
- package/dist/dist/editor/client/ui/FullscreenControls.js.map +1 -0
- package/dist/dist/editor/commands/agentCommands.d.ts +9 -0
- package/dist/dist/editor/commands/agentCommands.js +30 -0
- package/dist/dist/editor/commands/agentCommands.js.map +1 -0
- package/dist/dist/editor/commands/commands.d.ts +19 -0
- package/dist/dist/editor/commands/commands.js +2 -0
- package/dist/dist/editor/commands/commands.js.map +1 -0
- package/dist/dist/editor/commands/componentCommands.d.ts +12 -0
- package/dist/dist/editor/commands/componentCommands.js +367 -0
- package/dist/dist/editor/commands/componentCommands.js.map +1 -0
- package/dist/dist/editor/commands/createVersionCommand.d.ts +4 -0
- package/dist/dist/editor/commands/createVersionCommand.js +24 -0
- package/dist/dist/editor/commands/createVersionCommand.js.map +1 -0
- package/dist/dist/editor/commands/deleteVersionCommand.d.ts +4 -0
- package/dist/dist/editor/commands/deleteVersionCommand.js +53 -0
- package/dist/dist/editor/commands/deleteVersionCommand.js.map +1 -0
- package/dist/dist/editor/commands/itemCommands.d.ts +29 -0
- package/dist/dist/editor/commands/itemCommands.js +448 -0
- package/dist/dist/editor/commands/itemCommands.js.map +1 -0
- package/dist/dist/editor/commands/localizeItem/LocalizeItemDialog.d.ts +8 -0
- package/dist/dist/editor/commands/localizeItem/LocalizeItemDialog.js +91 -0
- package/dist/dist/editor/commands/localizeItem/LocalizeItemDialog.js.map +1 -0
- package/dist/dist/editor/commands/undo.d.ts +15 -0
- package/dist/dist/editor/commands/undo.js +29 -0
- package/dist/dist/editor/commands/undo.js.map +1 -0
- package/dist/dist/editor/componentTreeHelper.d.ts +18 -0
- package/dist/dist/editor/componentTreeHelper.js +123 -0
- package/dist/dist/editor/componentTreeHelper.js.map +1 -0
- package/dist/dist/editor/context-menu/CopyMoveMenu.d.ts +7 -0
- package/dist/dist/editor/context-menu/CopyMoveMenu.js +58 -0
- package/dist/dist/editor/context-menu/CopyMoveMenu.js.map +1 -0
- package/dist/dist/editor/context-menu/InsertMenu.d.ts +9 -0
- package/dist/dist/editor/context-menu/InsertMenu.js +229 -0
- package/dist/dist/editor/context-menu/InsertMenu.js.map +1 -0
- package/dist/dist/editor/control-center/About.d.ts +1 -0
- package/dist/dist/editor/control-center/About.js +8 -0
- package/dist/dist/editor/control-center/About.js.map +1 -0
- package/dist/dist/editor/control-center/AllAgentsPanel.d.ts +5 -0
- package/dist/dist/editor/control-center/AllAgentsPanel.js +126 -0
- package/dist/dist/editor/control-center/AllAgentsPanel.js.map +1 -0
- package/dist/dist/editor/control-center/ControlCenterMenu.d.ts +1 -0
- package/dist/dist/editor/control-center/ControlCenterMenu.js +66 -0
- package/dist/dist/editor/control-center/ControlCenterMenu.js.map +1 -0
- package/dist/dist/editor/control-center/IndexOverview.d.ts +1 -0
- package/dist/dist/editor/control-center/IndexOverview.js +323 -0
- package/dist/dist/editor/control-center/IndexOverview.js.map +1 -0
- package/dist/dist/editor/control-center/Info.d.ts +1 -0
- package/dist/dist/editor/control-center/Info.js +10 -0
- package/dist/dist/editor/control-center/Info.js.map +1 -0
- package/dist/dist/editor/control-center/LatestFeedback.d.ts +1 -0
- package/dist/dist/editor/control-center/LatestFeedback.js +136 -0
- package/dist/dist/editor/control-center/LatestFeedback.js.map +1 -0
- package/dist/dist/editor/control-center/QuotaInfo.d.ts +1 -0
- package/dist/dist/editor/control-center/QuotaInfo.js +102 -0
- package/dist/dist/editor/control-center/QuotaInfo.js.map +1 -0
- package/dist/dist/editor/control-center/Setup.d.ts +1 -0
- package/dist/dist/editor/control-center/Setup.js +174 -0
- package/dist/dist/editor/control-center/Setup.js.map +1 -0
- package/dist/dist/editor/control-center/Status.d.ts +1 -0
- package/dist/dist/editor/control-center/Status.js +79 -0
- package/dist/dist/editor/control-center/Status.js.map +1 -0
- package/dist/dist/editor/control-center/WebSocketMessages.d.ts +1 -0
- package/dist/dist/editor/control-center/WebSocketMessages.js +71 -0
- package/dist/dist/editor/control-center/WebSocketMessages.js.map +1 -0
- package/dist/dist/editor/control-center/parhelia-setup/Overview.d.ts +1 -0
- package/dist/dist/editor/control-center/parhelia-setup/Overview.js +91 -0
- package/dist/dist/editor/control-center/parhelia-setup/Overview.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/EmbeddingsModelSection.d.ts +2 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/EmbeddingsModelSection.js +195 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/EmbeddingsModelSection.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/index.d.ts +2 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/index.js +22 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/index.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/provider/ProviderSection.d.ts +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/provider/ProviderSection.js +233 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/provider/ProviderSection.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/required-containers/RequiredContainersList.d.ts +15 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/required-containers/RequiredContainersList.js +14 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/required-containers/RequiredContainersList.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/required-containers/RequiredContainersSection.d.ts +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/required-containers/RequiredContainersSection.js +94 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/required-containers/RequiredContainersSection.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/tools/GenerateToolsSection.d.ts +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/tools/GenerateToolsSection.js +367 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/tools/GenerateToolsSection.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/types.d.ts +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/types.js +2 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/types.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/utils.d.ts +5 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/utils.js +44 -0
- package/dist/dist/editor/control-center/setup-steps/AiSetupStep/utils.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/DbSetupStep.d.ts +2 -0
- package/dist/dist/editor/control-center/setup-steps/DbSetupStep.js +46 -0
- package/dist/dist/editor/control-center/setup-steps/DbSetupStep.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/IndexSetupStep.d.ts +2 -0
- package/dist/dist/editor/control-center/setup-steps/IndexSetupStep.js +36 -0
- package/dist/dist/editor/control-center/setup-steps/IndexSetupStep.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/SettingsSetupStep.d.ts +2 -0
- package/dist/dist/editor/control-center/setup-steps/SettingsSetupStep.js +111 -0
- package/dist/dist/editor/control-center/setup-steps/SettingsSetupStep.js.map +1 -0
- package/dist/dist/editor/control-center/setup-steps/SetupOverview.d.ts +14 -0
- package/dist/dist/editor/control-center/setup-steps/SetupOverview.js +38 -0
- package/dist/dist/editor/control-center/setup-steps/SetupOverview.js.map +1 -0
- package/dist/dist/editor/editor-warnings/ItemLocked.d.ts +2 -0
- package/dist/dist/editor/editor-warnings/ItemLocked.js +38 -0
- package/dist/dist/editor/editor-warnings/ItemLocked.js.map +1 -0
- package/dist/dist/editor/editor-warnings/NoLanguageWriteAccess.d.ts +2 -0
- package/dist/dist/editor/editor-warnings/NoLanguageWriteAccess.js +14 -0
- package/dist/dist/editor/editor-warnings/NoLanguageWriteAccess.js.map +1 -0
- package/dist/dist/editor/editor-warnings/NoWorkflowWriteAccess.d.ts +2 -0
- package/dist/dist/editor/editor-warnings/NoWorkflowWriteAccess.js +14 -0
- package/dist/dist/editor/editor-warnings/NoWorkflowWriteAccess.js.map +1 -0
- package/dist/dist/editor/editor-warnings/NoWriteAccess.d.ts +2 -0
- package/dist/dist/editor/editor-warnings/NoWriteAccess.js +14 -0
- package/dist/dist/editor/editor-warnings/NoWriteAccess.js.map +1 -0
- package/dist/dist/editor/editor-warnings/ValidationErrors.d.ts +2 -0
- package/dist/dist/editor/editor-warnings/ValidationErrors.js +28 -0
- package/dist/dist/editor/editor-warnings/ValidationErrors.js.map +1 -0
- package/dist/dist/editor/field-types/AttachmentEditor.d.ts +9 -0
- package/dist/dist/editor/field-types/AttachmentEditor.js +68 -0
- package/dist/dist/editor/field-types/AttachmentEditor.js.map +1 -0
- package/dist/dist/editor/field-types/CheckboxEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/CheckboxEditor.js +30 -0
- package/dist/dist/editor/field-types/CheckboxEditor.js.map +1 -0
- package/dist/dist/editor/field-types/DateFieldEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/DateFieldEditor.js +93 -0
- package/dist/dist/editor/field-types/DateFieldEditor.js.map +1 -0
- package/dist/dist/editor/field-types/DateTimeFieldEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/DateTimeFieldEditor.js +151 -0
- package/dist/dist/editor/field-types/DateTimeFieldEditor.js.map +1 -0
- package/dist/dist/editor/field-types/DropLinkEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/DropLinkEditor.js +42 -0
- package/dist/dist/editor/field-types/DropLinkEditor.js.map +1 -0
- package/dist/dist/editor/field-types/DropListEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/DropListEditor.js +46 -0
- package/dist/dist/editor/field-types/DropListEditor.js.map +1 -0
- package/dist/dist/editor/field-types/ImageFieldEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/ImageFieldEditor.js +34 -0
- package/dist/dist/editor/field-types/ImageFieldEditor.js.map +1 -0
- package/dist/dist/editor/field-types/InternalLinkFieldEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/InternalLinkFieldEditor.js +172 -0
- package/dist/dist/editor/field-types/InternalLinkFieldEditor.js.map +1 -0
- package/dist/dist/editor/field-types/LinkFieldEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/LinkFieldEditor.js +62 -0
- package/dist/dist/editor/field-types/LinkFieldEditor.js.map +1 -0
- package/dist/dist/editor/field-types/MultiLineText.d.ts +7 -0
- package/dist/dist/editor/field-types/MultiLineText.js +48 -0
- package/dist/dist/editor/field-types/MultiLineText.js.map +1 -0
- package/dist/dist/editor/field-types/NameValueListEditor.d.ts +7 -0
- package/dist/dist/editor/field-types/NameValueListEditor.js +101 -0
- package/dist/dist/editor/field-types/NameValueListEditor.js.map +1 -0
- package/dist/dist/editor/field-types/PictureFieldEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/PictureFieldEditor.js +58 -0
- package/dist/dist/editor/field-types/PictureFieldEditor.js.map +1 -0
- package/dist/dist/editor/field-types/RawEditor.d.ts +6 -0
- package/dist/dist/editor/field-types/RawEditor.js +31 -0
- package/dist/dist/editor/field-types/RawEditor.js.map +1 -0
- package/dist/dist/editor/field-types/ReactQuill.d.ts +125 -0
- package/dist/dist/editor/field-types/ReactQuill.js +385 -0
- package/dist/dist/editor/field-types/ReactQuill.js.map +1 -0
- package/dist/dist/editor/field-types/RichTextEditor.d.ts +7 -0
- package/dist/dist/editor/field-types/RichTextEditor.js +21 -0
- package/dist/dist/editor/field-types/RichTextEditor.js.map +1 -0
- package/dist/dist/editor/field-types/RichTextEditorComponent.d.ts +8 -0
- package/dist/dist/editor/field-types/RichTextEditorComponent.js +88 -0
- package/dist/dist/editor/field-types/RichTextEditorComponent.js.map +1 -0
- package/dist/dist/editor/field-types/SingleLineText.d.ts +7 -0
- package/dist/dist/editor/field-types/SingleLineText.js +113 -0
- package/dist/dist/editor/field-types/SingleLineText.js.map +1 -0
- package/dist/dist/editor/field-types/TreeListEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/TreeListEditor.js +387 -0
- package/dist/dist/editor/field-types/TreeListEditor.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/components/EditorDropdown.css +82 -0
- package/dist/dist/editor/field-types/richtext/components/EditorDropdown.d.ts +11 -0
- package/dist/dist/editor/field-types/richtext/components/EditorDropdown.js +83 -0
- package/dist/dist/editor/field-types/richtext/components/EditorDropdown.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/components/ReactSlate.css +208 -0
- package/dist/dist/editor/field-types/richtext/components/ReactSlate.d.ts +5 -0
- package/dist/dist/editor/field-types/richtext/components/ReactSlate.js +607 -0
- package/dist/dist/editor/field-types/richtext/components/ReactSlate.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleDropdown.d.ts +18 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleDropdown.js +71 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleDropdown.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleRichTextEditor.css +325 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleRichTextEditor.d.ts +5 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleRichTextEditor.js +359 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleRichTextEditor.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleToolbar.d.ts +16 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleToolbar.js +181 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleToolbar.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleToolbarButton.d.ts +9 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleToolbarButton.js +14 -0
- package/dist/dist/editor/field-types/richtext/components/SimpleToolbarButton.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/components/ToolbarButton.d.ts +3 -0
- package/dist/dist/editor/field-types/richtext/components/ToolbarButton.js +6 -0
- package/dist/dist/editor/field-types/richtext/components/ToolbarButton.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/config/pluginFactory.d.ts +19 -0
- package/dist/dist/editor/field-types/richtext/config/pluginFactory.js +17 -0
- package/dist/dist/editor/field-types/richtext/config/pluginFactory.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/contextMenuFactory.d.ts +4 -0
- package/dist/dist/editor/field-types/richtext/contextMenuFactory.js +201 -0
- package/dist/dist/editor/field-types/richtext/contextMenuFactory.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/hooks/useProfileCache.d.ts +68 -0
- package/dist/dist/editor/field-types/richtext/hooks/useProfileCache.js +214 -0
- package/dist/dist/editor/field-types/richtext/hooks/useProfileCache.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/hooks/useRichTextProfile.d.ts +25 -0
- package/dist/dist/editor/field-types/richtext/hooks/useRichTextProfile.js +64 -0
- package/dist/dist/editor/field-types/richtext/hooks/useRichTextProfile.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/index.d.ts +6 -0
- package/dist/dist/editor/field-types/richtext/index.js +7 -0
- package/dist/dist/editor/field-types/richtext/index.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/types.d.ts +288 -0
- package/dist/dist/editor/field-types/richtext/types.js +107 -0
- package/dist/dist/editor/field-types/richtext/types.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/utils/conversion.d.ts +7 -0
- package/dist/dist/editor/field-types/richtext/utils/conversion.js +762 -0
- package/dist/dist/editor/field-types/richtext/utils/conversion.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/utils/plugins.d.ts +170 -0
- package/dist/dist/editor/field-types/richtext/utils/plugins.js +490 -0
- package/dist/dist/editor/field-types/richtext/utils/plugins.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/utils/profileMapper.d.ts +38 -0
- package/dist/dist/editor/field-types/richtext/utils/profileMapper.js +386 -0
- package/dist/dist/editor/field-types/richtext/utils/profileMapper.js.map +1 -0
- package/dist/dist/editor/field-types/richtext/utils/profileServiceCache.d.ts +37 -0
- package/dist/dist/editor/field-types/richtext/utils/profileServiceCache.js +119 -0
- package/dist/dist/editor/field-types/richtext/utils/profileServiceCache.js.map +1 -0
- package/dist/dist/editor/fieldTypes.d.ts +129 -0
- package/dist/dist/editor/fieldTypes.js +2 -0
- package/dist/dist/editor/fieldTypes.js.map +1 -0
- package/dist/dist/editor/hooks/useEditorSettings.d.ts +17 -0
- package/dist/dist/editor/hooks/useEditorSettings.js +61 -0
- package/dist/dist/editor/hooks/useEditorSettings.js.map +1 -0
- package/dist/dist/editor/hooks/useParheliaSettings.d.ts +17 -0
- package/dist/dist/editor/hooks/useParheliaSettings.js +61 -0
- package/dist/dist/editor/hooks/useParheliaSettings.js.map +1 -0
- package/dist/dist/editor/media-selector/AiImageSearch.d.ts +4 -0
- package/dist/dist/editor/media-selector/AiImageSearch.js +164 -0
- package/dist/dist/editor/media-selector/AiImageSearch.js.map +1 -0
- package/dist/dist/editor/media-selector/AiImageSearchPrompt.d.ts +3 -0
- package/dist/dist/editor/media-selector/AiImageSearchPrompt.js +57 -0
- package/dist/dist/editor/media-selector/AiImageSearchPrompt.js.map +1 -0
- package/dist/dist/editor/media-selector/MediaFolderBrowser.d.ts +5 -0
- package/dist/dist/editor/media-selector/MediaFolderBrowser.js +182 -0
- package/dist/dist/editor/media-selector/MediaFolderBrowser.js.map +1 -0
- package/dist/dist/editor/media-selector/MediaSelector.d.ts +9 -0
- package/dist/dist/editor/media-selector/MediaSelector.js +8 -0
- package/dist/dist/editor/media-selector/MediaSelector.js.map +1 -0
- package/dist/dist/editor/media-selector/Preview.d.ts +4 -0
- package/dist/dist/editor/media-selector/Preview.js +19 -0
- package/dist/dist/editor/media-selector/Preview.js.map +1 -0
- package/dist/dist/editor/media-selector/Thumbnails.d.ts +8 -0
- package/dist/dist/editor/media-selector/Thumbnails.js +10 -0
- package/dist/dist/editor/media-selector/Thumbnails.js.map +1 -0
- package/dist/dist/editor/media-selector/TreeSelector.d.ts +7 -0
- package/dist/dist/editor/media-selector/TreeSelector.js +183 -0
- package/dist/dist/editor/media-selector/TreeSelector.js.map +1 -0
- package/dist/dist/editor/media-selector/UploadZone.d.ts +4 -0
- package/dist/dist/editor/media-selector/UploadZone.js +81 -0
- package/dist/dist/editor/media-selector/UploadZone.js.map +1 -0
- package/dist/dist/editor/media-selector/index.d.ts +8 -0
- package/dist/dist/editor/media-selector/index.js +9 -0
- package/dist/dist/editor/media-selector/index.js.map +1 -0
- package/dist/dist/editor/menubar/ActiveUsers.d.ts +1 -0
- package/dist/dist/editor/menubar/ActiveUsers.js +120 -0
- package/dist/dist/editor/menubar/ActiveUsers.js.map +1 -0
- package/dist/dist/editor/menubar/ApproveAndPublish.d.ts +1 -0
- package/dist/dist/editor/menubar/ApproveAndPublish.js +13 -0
- package/dist/dist/editor/menubar/ApproveAndPublish.js.map +1 -0
- package/dist/dist/editor/menubar/FavoritesControls.d.ts +8 -0
- package/dist/dist/editor/menubar/FavoritesControls.js +217 -0
- package/dist/dist/editor/menubar/FavoritesControls.js.map +1 -0
- package/dist/dist/editor/menubar/GenericToolbar.d.ts +11 -0
- package/dist/dist/editor/menubar/GenericToolbar.js +10 -0
- package/dist/dist/editor/menubar/GenericToolbar.js.map +1 -0
- package/dist/dist/editor/menubar/ItemActionsMenu.d.ts +3 -0
- package/dist/dist/editor/menubar/ItemActionsMenu.js +23 -0
- package/dist/dist/editor/menubar/ItemActionsMenu.js.map +1 -0
- package/dist/dist/editor/menubar/ItemLanguageVersion.d.ts +1 -0
- package/dist/dist/editor/menubar/ItemLanguageVersion.js +54 -0
- package/dist/dist/editor/menubar/ItemLanguageVersion.js.map +1 -0
- package/dist/dist/editor/menubar/ItemToolbar.d.ts +1 -0
- package/dist/dist/editor/menubar/ItemToolbar.js +11 -0
- package/dist/dist/editor/menubar/ItemToolbar.js.map +1 -0
- package/dist/dist/editor/menubar/NavButtons.d.ts +1 -0
- package/dist/dist/editor/menubar/NavButtons.js +40 -0
- package/dist/dist/editor/menubar/NavButtons.js.map +1 -0
- package/dist/dist/editor/menubar/PageSelector.d.ts +4 -0
- package/dist/dist/editor/menubar/PageSelector.js +152 -0
- package/dist/dist/editor/menubar/PageSelector.js.map +1 -0
- package/dist/dist/editor/menubar/Separator.d.ts +3 -0
- package/dist/dist/editor/menubar/Separator.js +6 -0
- package/dist/dist/editor/menubar/Separator.js.map +1 -0
- package/dist/dist/editor/menubar/SiteInfo.d.ts +1 -0
- package/dist/dist/editor/menubar/SiteInfo.js +24 -0
- package/dist/dist/editor/menubar/SiteInfo.js.map +1 -0
- package/dist/dist/editor/menubar/ToolbarFactory.d.ts +2 -0
- package/dist/dist/editor/menubar/ToolbarFactory.js +55 -0
- package/dist/dist/editor/menubar/ToolbarFactory.js.map +1 -0
- package/dist/dist/editor/menubar/User.d.ts +4 -0
- package/dist/dist/editor/menubar/User.js +18 -0
- package/dist/dist/editor/menubar/User.js.map +1 -0
- package/dist/dist/editor/menubar/VersionSelector.d.ts +10 -0
- package/dist/dist/editor/menubar/VersionSelector.js +53 -0
- package/dist/dist/editor/menubar/VersionSelector.js.map +1 -0
- package/dist/dist/editor/menubar/WorkflowButton.d.ts +1 -0
- package/dist/dist/editor/menubar/WorkflowButton.js +93 -0
- package/dist/dist/editor/menubar/WorkflowButton.js.map +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/CompareControls.d.ts +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/CompareControls.js +11 -0
- package/dist/dist/editor/menubar/toolbar-sections/CompareControls.js.map +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/EditControls.d.ts +7 -0
- package/dist/dist/editor/menubar/toolbar-sections/EditControls.js +15 -0
- package/dist/dist/editor/menubar/toolbar-sections/EditControls.js.map +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/InsertControls.d.ts +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/InsertControls.js +15 -0
- package/dist/dist/editor/menubar/toolbar-sections/InsertControls.js.map +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/ReviewCommands.d.ts +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/ReviewCommands.js +41 -0
- package/dist/dist/editor/menubar/toolbar-sections/ReviewCommands.js.map +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/UtilityControls.d.ts +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/UtilityControls.js +17 -0
- package/dist/dist/editor/menubar/toolbar-sections/UtilityControls.js.map +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/ViewportControls.d.ts +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/ViewportControls.js +21 -0
- package/dist/dist/editor/menubar/toolbar-sections/ViewportControls.js.map +1 -0
- package/dist/dist/editor/menubar/toolbar-sections/index.d.ts +6 -0
- package/dist/dist/editor/menubar/toolbar-sections/index.js +7 -0
- package/dist/dist/editor/menubar/toolbar-sections/index.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/CommentHighlighting.d.ts +6 -0
- package/dist/dist/editor/page-editor-chrome/CommentHighlighting.js +270 -0
- package/dist/dist/editor/page-editor-chrome/CommentHighlighting.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/CommentHighlightings.d.ts +4 -0
- package/dist/dist/editor/page-editor-chrome/CommentHighlightings.js +15 -0
- package/dist/dist/editor/page-editor-chrome/CommentHighlightings.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/FieldActionIndicator.d.ts +4 -0
- package/dist/dist/editor/page-editor-chrome/FieldActionIndicator.js +35 -0
- package/dist/dist/editor/page-editor-chrome/FieldActionIndicator.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/FieldActionIndicators.d.ts +1 -0
- package/dist/dist/editor/page-editor-chrome/FieldActionIndicators.js +13 -0
- package/dist/dist/editor/page-editor-chrome/FieldActionIndicators.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/FieldEditedIndicator.d.ts +8 -0
- package/dist/dist/editor/page-editor-chrome/FieldEditedIndicator.js +26 -0
- package/dist/dist/editor/page-editor-chrome/FieldEditedIndicator.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/FieldEditedIndicators.d.ts +6 -0
- package/dist/dist/editor/page-editor-chrome/FieldEditedIndicators.js +14 -0
- package/dist/dist/editor/page-editor-chrome/FieldEditedIndicators.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/FrameMenu.d.ts +7 -0
- package/dist/dist/editor/page-editor-chrome/FrameMenu.js +346 -0
- package/dist/dist/editor/page-editor-chrome/FrameMenu.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/FrameMenus.d.ts +5 -0
- package/dist/dist/editor/page-editor-chrome/FrameMenus.js +22 -0
- package/dist/dist/editor/page-editor-chrome/FrameMenus.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/InlineEditor.d.ts +5 -0
- package/dist/dist/editor/page-editor-chrome/InlineEditor.js +704 -0
- package/dist/dist/editor/page-editor-chrome/InlineEditor.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/LockedFieldIndicator.d.ts +1 -0
- package/dist/dist/editor/page-editor-chrome/LockedFieldIndicator.js +33 -0
- package/dist/dist/editor/page-editor-chrome/LockedFieldIndicator.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/NoLayout.d.ts +1 -0
- package/dist/dist/editor/page-editor-chrome/NoLayout.js +19 -0
- package/dist/dist/editor/page-editor-chrome/NoLayout.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/PageEditorChrome.d.ts +6 -0
- package/dist/dist/editor/page-editor-chrome/PageEditorChrome.js +64 -0
- package/dist/dist/editor/page-editor-chrome/PageEditorChrome.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/PictureEditorOverlay.d.ts +1 -0
- package/dist/dist/editor/page-editor-chrome/PictureEditorOverlay.js +190 -0
- package/dist/dist/editor/page-editor-chrome/PictureEditorOverlay.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/PlaceholderDropZone.d.ts +18 -0
- package/dist/dist/editor/page-editor-chrome/PlaceholderDropZone.js +122 -0
- package/dist/dist/editor/page-editor-chrome/PlaceholderDropZone.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/PlaceholderDropZones.d.ts +5 -0
- package/dist/dist/editor/page-editor-chrome/PlaceholderDropZones.js +289 -0
- package/dist/dist/editor/page-editor-chrome/PlaceholderDropZones.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/SuggestionHighlighting.d.ts +6 -0
- package/dist/dist/editor/page-editor-chrome/SuggestionHighlighting.js +224 -0
- package/dist/dist/editor/page-editor-chrome/SuggestionHighlighting.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/SuggestionHighlightings.d.ts +4 -0
- package/dist/dist/editor/page-editor-chrome/SuggestionHighlightings.js +16 -0
- package/dist/dist/editor/page-editor-chrome/SuggestionHighlightings.js.map +1 -0
- package/dist/dist/editor/page-editor-chrome/useInlineAICompletion.d.ts +7 -0
- package/dist/dist/editor/page-editor-chrome/useInlineAICompletion.js +699 -0
- package/dist/dist/editor/page-editor-chrome/useInlineAICompletion.js.map +1 -0
- package/dist/dist/editor/page-viewer/DeviceToolbar.d.ts +6 -0
- package/dist/dist/editor/page-viewer/DeviceToolbar.js +21 -0
- package/dist/dist/editor/page-viewer/DeviceToolbar.js.map +1 -0
- package/dist/dist/editor/page-viewer/EditorForm.d.ts +8 -0
- package/dist/dist/editor/page-viewer/EditorForm.js +264 -0
- package/dist/dist/editor/page-viewer/EditorForm.js.map +1 -0
- package/dist/dist/editor/page-viewer/EditorFormPopup.d.ts +11 -0
- package/dist/dist/editor/page-viewer/EditorFormPopup.js +41 -0
- package/dist/dist/editor/page-viewer/EditorFormPopup.js.map +1 -0
- package/dist/dist/editor/page-viewer/MiniMap.d.ts +9 -0
- package/dist/dist/editor/page-viewer/MiniMap.js +234 -0
- package/dist/dist/editor/page-viewer/MiniMap.js.map +1 -0
- package/dist/dist/editor/page-viewer/PageViewer.d.ts +10 -0
- package/dist/dist/editor/page-viewer/PageViewer.js +67 -0
- package/dist/dist/editor/page-viewer/PageViewer.js.map +1 -0
- package/dist/dist/editor/page-viewer/PageViewerFrame.d.ts +11 -0
- package/dist/dist/editor/page-viewer/PageViewerFrame.js +846 -0
- package/dist/dist/editor/page-viewer/PageViewerFrame.js.map +1 -0
- package/dist/dist/editor/page-viewer/pageModelSkeletonBuilder.d.ts +3 -0
- package/dist/dist/editor/page-viewer/pageModelSkeletonBuilder.js +349 -0
- package/dist/dist/editor/page-viewer/pageModelSkeletonBuilder.js.map +1 -0
- package/dist/dist/editor/page-viewer/pageViewContext.d.ts +40 -0
- package/dist/dist/editor/page-viewer/pageViewContext.js +155 -0
- package/dist/dist/editor/page-viewer/pageViewContext.js.map +1 -0
- package/dist/dist/editor/pageModel.d.ts +223 -0
- package/dist/dist/editor/pageModel.js +2 -0
- package/dist/dist/editor/pageModel.js.map +1 -0
- package/dist/dist/editor/picture-shared.d.ts +16 -0
- package/dist/dist/editor/picture-shared.js +25 -0
- package/dist/dist/editor/picture-shared.js.map +1 -0
- package/dist/dist/editor/reviews/Comment.d.ts +8 -0
- package/dist/dist/editor/reviews/Comment.js +162 -0
- package/dist/dist/editor/reviews/Comment.js.map +1 -0
- package/dist/dist/editor/reviews/CommentDisplayPopover.d.ts +9 -0
- package/dist/dist/editor/reviews/CommentDisplayPopover.js +104 -0
- package/dist/dist/editor/reviews/CommentDisplayPopover.js.map +1 -0
- package/dist/dist/editor/reviews/CommentEditor.d.ts +20 -0
- package/dist/dist/editor/reviews/CommentEditor.js +57 -0
- package/dist/dist/editor/reviews/CommentEditor.js.map +1 -0
- package/dist/dist/editor/reviews/CommentPopover.d.ts +22 -0
- package/dist/dist/editor/reviews/CommentPopover.js +145 -0
- package/dist/dist/editor/reviews/CommentPopover.js.map +1 -0
- package/dist/dist/editor/reviews/CommentView.d.ts +21 -0
- package/dist/dist/editor/reviews/CommentView.js +52 -0
- package/dist/dist/editor/reviews/CommentView.js.map +1 -0
- package/dist/dist/editor/reviews/Comments.d.ts +3 -0
- package/dist/dist/editor/reviews/Comments.js +118 -0
- package/dist/dist/editor/reviews/Comments.js.map +1 -0
- package/dist/dist/editor/reviews/CreateReviewDialog.d.ts +9 -0
- package/dist/dist/editor/reviews/CreateReviewDialog.js +454 -0
- package/dist/dist/editor/reviews/CreateReviewDialog.js.map +1 -0
- package/dist/dist/editor/reviews/DecisionsMatrix.d.ts +29 -0
- package/dist/dist/editor/reviews/DecisionsMatrix.js +739 -0
- package/dist/dist/editor/reviews/DecisionsMatrix.js.map +1 -0
- package/dist/dist/editor/reviews/DiffView.d.ts +17 -0
- package/dist/dist/editor/reviews/DiffView.js +57 -0
- package/dist/dist/editor/reviews/DiffView.js.map +1 -0
- package/dist/dist/editor/reviews/EditReviewSettingsDialog.d.ts +20 -0
- package/dist/dist/editor/reviews/EditReviewSettingsDialog.js +208 -0
- package/dist/dist/editor/reviews/EditReviewSettingsDialog.js.map +1 -0
- package/dist/dist/editor/reviews/ItemTreeSelector.d.ts +9 -0
- package/dist/dist/editor/reviews/ItemTreeSelector.js +43 -0
- package/dist/dist/editor/reviews/ItemTreeSelector.js.map +1 -0
- package/dist/dist/editor/reviews/MultiReviewManager.d.ts +1 -0
- package/dist/dist/editor/reviews/MultiReviewManager.js +50 -0
- package/dist/dist/editor/reviews/MultiReviewManager.js.map +1 -0
- package/dist/dist/editor/reviews/PagesPanel.d.ts +21 -0
- package/dist/dist/editor/reviews/PagesPanel.js +124 -0
- package/dist/dist/editor/reviews/PagesPanel.js.map +1 -0
- package/dist/dist/editor/reviews/PreconfiguredReviewerSelector.d.ts +9 -0
- package/dist/dist/editor/reviews/PreconfiguredReviewerSelector.js +55 -0
- package/dist/dist/editor/reviews/PreconfiguredReviewerSelector.js.map +1 -0
- package/dist/dist/editor/reviews/PreviewInfo.d.ts +1 -0
- package/dist/dist/editor/reviews/PreviewInfo.js +12 -0
- package/dist/dist/editor/reviews/PreviewInfo.js.map +1 -0
- package/dist/dist/editor/reviews/ReviewDetail.d.ts +8 -0
- package/dist/dist/editor/reviews/ReviewDetail.js +189 -0
- package/dist/dist/editor/reviews/ReviewDetail.js.map +1 -0
- package/dist/dist/editor/reviews/ReviewersPanel.d.ts +14 -0
- package/dist/dist/editor/reviews/ReviewersPanel.js +216 -0
- package/dist/dist/editor/reviews/ReviewersPanel.js.map +1 -0
- package/dist/dist/editor/reviews/Reviews.d.ts +1 -0
- package/dist/dist/editor/reviews/Reviews.js +6 -0
- package/dist/dist/editor/reviews/Reviews.js.map +1 -0
- package/dist/dist/editor/reviews/ReviewsList.d.ts +11 -0
- package/dist/dist/editor/reviews/ReviewsList.js +134 -0
- package/dist/dist/editor/reviews/ReviewsList.js.map +1 -0
- package/dist/dist/editor/reviews/SuggestedEdit.d.ts +4 -0
- package/dist/dist/editor/reviews/SuggestedEdit.js +200 -0
- package/dist/dist/editor/reviews/SuggestedEdit.js.map +1 -0
- package/dist/dist/editor/reviews/SuggestionDisplayPopover.d.ts +9 -0
- package/dist/dist/editor/reviews/SuggestionDisplayPopover.js +204 -0
- package/dist/dist/editor/reviews/SuggestionDisplayPopover.js.map +1 -0
- package/dist/dist/editor/reviews/commentAi.d.ts +7 -0
- package/dist/dist/editor/reviews/commentAi.js +100 -0
- package/dist/dist/editor/reviews/commentAi.js.map +1 -0
- package/dist/dist/editor/reviews/reviewCommands.d.ts +3 -0
- package/dist/dist/editor/reviews/reviewCommands.js +38 -0
- package/dist/dist/editor/reviews/reviewCommands.js.map +1 -0
- package/dist/dist/editor/reviews/useMultiReview.d.ts +42 -0
- package/dist/dist/editor/reviews/useMultiReview.js +377 -0
- package/dist/dist/editor/reviews/useMultiReview.js.map +1 -0
- package/dist/dist/editor/reviews/useReviews.d.ts +12 -0
- package/dist/dist/editor/reviews/useReviews.js +43 -0
- package/dist/dist/editor/reviews/useReviews.js.map +1 -0
- package/dist/dist/editor/services/agentService.d.ts +368 -0
- package/dist/dist/editor/services/agentService.js +721 -0
- package/dist/dist/editor/services/agentService.js.map +1 -0
- package/dist/dist/editor/services/aiService.d.ts +111 -0
- package/dist/dist/editor/services/aiService.js +294 -0
- package/dist/dist/editor/services/aiService.js.map +1 -0
- package/dist/dist/editor/services/componentDesignerService.d.ts +46 -0
- package/dist/dist/editor/services/componentDesignerService.js +72 -0
- package/dist/dist/editor/services/componentDesignerService.js.map +1 -0
- package/dist/dist/editor/services/contentService.d.ts +79 -0
- package/dist/dist/editor/services/contentService.js +127 -0
- package/dist/dist/editor/services/contentService.js.map +1 -0
- package/dist/dist/editor/services/contextService.d.ts +26 -0
- package/dist/dist/editor/services/contextService.js +103 -0
- package/dist/dist/editor/services/contextService.js.map +1 -0
- package/dist/dist/editor/services/editService.d.ts +66 -0
- package/dist/dist/editor/services/editService.js +325 -0
- package/dist/dist/editor/services/editService.js.map +1 -0
- package/dist/dist/editor/services/favouritesService.d.ts +47 -0
- package/dist/dist/editor/services/favouritesService.js +28 -0
- package/dist/dist/editor/services/favouritesService.js.map +1 -0
- package/dist/dist/editor/services/iconService.d.ts +8 -0
- package/dist/dist/editor/services/iconService.js +6 -0
- package/dist/dist/editor/services/iconService.js.map +1 -0
- package/dist/dist/editor/services/indexService.d.ts +13 -0
- package/dist/dist/editor/services/indexService.js +45 -0
- package/dist/dist/editor/services/indexService.js.map +1 -0
- package/dist/dist/editor/services/reviewsService.d.ts +53 -0
- package/dist/dist/editor/services/reviewsService.js +130 -0
- package/dist/dist/editor/services/reviewsService.js.map +1 -0
- package/dist/dist/editor/services/searchService.d.ts +17 -0
- package/dist/dist/editor/services/searchService.js +25 -0
- package/dist/dist/editor/services/searchService.js.map +1 -0
- package/dist/dist/editor/services/serviceHelper.d.ts +10 -0
- package/dist/dist/editor/services/serviceHelper.js +118 -0
- package/dist/dist/editor/services/serviceHelper.js.map +1 -0
- package/dist/dist/editor/services/setupService.d.ts +30 -0
- package/dist/dist/editor/services/setupService.js +17 -0
- package/dist/dist/editor/services/setupService.js.map +1 -0
- package/dist/dist/editor/services/suggestedEditsService.d.ts +18 -0
- package/dist/dist/editor/services/suggestedEditsService.js +44 -0
- package/dist/dist/editor/services/suggestedEditsService.js.map +1 -0
- package/dist/dist/editor/services/systemService.d.ts +4 -0
- package/dist/dist/editor/services/systemService.js +11 -0
- package/dist/dist/editor/services/systemService.js.map +1 -0
- package/dist/dist/editor/services-server/api.d.ts +19 -0
- package/dist/dist/editor/services-server/api.js +111 -0
- package/dist/dist/editor/services-server/api.js.map +1 -0
- package/dist/dist/editor/services-server/graphQL.d.ts +29 -0
- package/dist/dist/editor/services-server/graphQL.js +53 -0
- package/dist/dist/editor/services-server/graphQL.js.map +1 -0
- package/dist/dist/editor/sidebar/Completions.d.ts +1 -0
- package/dist/dist/editor/sidebar/Completions.js +55 -0
- package/dist/dist/editor/sidebar/Completions.js.map +1 -0
- package/dist/dist/editor/sidebar/ComponentPalette.d.ts +1 -0
- package/dist/dist/editor/sidebar/ComponentPalette.js +86 -0
- package/dist/dist/editor/sidebar/ComponentPalette.js.map +1 -0
- package/dist/dist/editor/sidebar/ComponentTree.d.ts +1 -0
- package/dist/dist/editor/sidebar/ComponentTree.js +691 -0
- package/dist/dist/editor/sidebar/ComponentTree.js.map +1 -0
- package/dist/dist/editor/sidebar/Debug.d.ts +1 -0
- package/dist/dist/editor/sidebar/Debug.js +71 -0
- package/dist/dist/editor/sidebar/Debug.js.map +1 -0
- package/dist/dist/editor/sidebar/DictionaryEditor.d.ts +1 -0
- package/dist/dist/editor/sidebar/DictionaryEditor.js +158 -0
- package/dist/dist/editor/sidebar/DictionaryEditor.js.map +1 -0
- package/dist/dist/editor/sidebar/Divider.d.ts +6 -0
- package/dist/dist/editor/sidebar/Divider.js +6 -0
- package/dist/dist/editor/sidebar/Divider.js.map +1 -0
- package/dist/dist/editor/sidebar/EditHistory.d.ts +1 -0
- package/dist/dist/editor/sidebar/EditHistory.js +80 -0
- package/dist/dist/editor/sidebar/EditHistory.js.map +1 -0
- package/dist/dist/editor/sidebar/GraphQL.d.ts +2 -0
- package/dist/dist/editor/sidebar/GraphQL.js +234 -0
- package/dist/dist/editor/sidebar/GraphQL.js.map +1 -0
- package/dist/dist/editor/sidebar/Insert.d.ts +1 -0
- package/dist/dist/editor/sidebar/Insert.js +22 -0
- package/dist/dist/editor/sidebar/Insert.js.map +1 -0
- package/dist/dist/editor/sidebar/LeftToolbar.d.ts +1 -0
- package/dist/dist/editor/sidebar/LeftToolbar.js +16 -0
- package/dist/dist/editor/sidebar/LeftToolbar.js.map +1 -0
- package/dist/dist/editor/sidebar/MainContentTree.d.ts +5 -0
- package/dist/dist/editor/sidebar/MainContentTree.js +70 -0
- package/dist/dist/editor/sidebar/MainContentTree.js.map +1 -0
- package/dist/dist/editor/sidebar/Performance.d.ts +1 -0
- package/dist/dist/editor/sidebar/Performance.js +32 -0
- package/dist/dist/editor/sidebar/Performance.js.map +1 -0
- package/dist/dist/editor/sidebar/SEOInfo.d.ts +1 -0
- package/dist/dist/editor/sidebar/SEOInfo.js +158 -0
- package/dist/dist/editor/sidebar/SEOInfo.js.map +1 -0
- package/dist/dist/editor/sidebar/Sessions.d.ts +1 -0
- package/dist/dist/editor/sidebar/Sessions.js +29 -0
- package/dist/dist/editor/sidebar/Sessions.js.map +1 -0
- package/dist/dist/editor/sidebar/Sidebar.d.ts +1 -0
- package/dist/dist/editor/sidebar/Sidebar.js +13 -0
- package/dist/dist/editor/sidebar/Sidebar.js.map +1 -0
- package/dist/dist/editor/sidebar/SidebarView.d.ts +13 -0
- package/dist/dist/editor/sidebar/SidebarView.js +53 -0
- package/dist/dist/editor/sidebar/SidebarView.js.map +1 -0
- package/dist/dist/editor/sidebar/Validation.d.ts +1 -0
- package/dist/dist/editor/sidebar/Validation.js +51 -0
- package/dist/dist/editor/sidebar/Validation.js.map +1 -0
- package/dist/dist/editor/sidebar/ViewSelector.d.ts +4 -0
- package/dist/dist/editor/sidebar/ViewSelector.js +191 -0
- package/dist/dist/editor/sidebar/ViewSelector.js.map +1 -0
- package/dist/dist/editor/sidebar/Workbox.d.ts +1 -0
- package/dist/dist/editor/sidebar/Workbox.js +79 -0
- package/dist/dist/editor/sidebar/Workbox.js.map +1 -0
- package/dist/dist/editor/ui/CenteredMessage.d.ts +3 -0
- package/dist/dist/editor/ui/CenteredMessage.js +5 -0
- package/dist/dist/editor/ui/CenteredMessage.js.map +1 -0
- package/dist/dist/editor/ui/CopyMoveTargetSelectorDialog.d.ts +10 -0
- package/dist/dist/editor/ui/CopyMoveTargetSelectorDialog.js +38 -0
- package/dist/dist/editor/ui/CopyMoveTargetSelectorDialog.js.map +1 -0
- package/dist/dist/editor/ui/DialogButtons.d.ts +4 -0
- package/dist/dist/editor/ui/DialogButtons.js +6 -0
- package/dist/dist/editor/ui/DialogButtons.js.map +1 -0
- package/dist/dist/editor/ui/DragPreview.d.ts +14 -0
- package/dist/dist/editor/ui/DragPreview.js +33 -0
- package/dist/dist/editor/ui/DragPreview.js.map +1 -0
- package/dist/dist/editor/ui/IconSelectorDialog.d.ts +5 -0
- package/dist/dist/editor/ui/IconSelectorDialog.js +239 -0
- package/dist/dist/editor/ui/IconSelectorDialog.js.map +1 -0
- package/dist/dist/editor/ui/Icons.d.ts +74 -0
- package/dist/dist/editor/ui/Icons.js +106 -0
- package/dist/dist/editor/ui/Icons.js.map +1 -0
- package/dist/dist/editor/ui/ItemList.d.ts +16 -0
- package/dist/dist/editor/ui/ItemList.js +19 -0
- package/dist/dist/editor/ui/ItemList.js.map +1 -0
- package/dist/dist/editor/ui/ItemNameDialogNew.d.ts +10 -0
- package/dist/dist/editor/ui/ItemNameDialogNew.js +82 -0
- package/dist/dist/editor/ui/ItemNameDialogNew.js.map +1 -0
- package/dist/dist/editor/ui/ItemSearch.d.ts +25 -0
- package/dist/dist/editor/ui/ItemSearch.js +92 -0
- package/dist/dist/editor/ui/ItemSearch.js.map +1 -0
- package/dist/dist/editor/ui/PerfectTree.d.ts +78 -0
- package/dist/dist/editor/ui/PerfectTree.js +860 -0
- package/dist/dist/editor/ui/PerfectTree.js.map +1 -0
- package/dist/dist/editor/ui/Section.d.ts +4 -0
- package/dist/dist/editor/ui/Section.js +12 -0
- package/dist/dist/editor/ui/Section.js.map +1 -0
- package/dist/dist/editor/ui/SimpleIconButton.d.ts +14 -0
- package/dist/dist/editor/ui/SimpleIconButton.js +15 -0
- package/dist/dist/editor/ui/SimpleIconButton.js.map +1 -0
- package/dist/dist/editor/ui/SimpleMenu.d.ts +6 -0
- package/dist/dist/editor/ui/SimpleMenu.js +7 -0
- package/dist/dist/editor/ui/SimpleMenu.js.map +1 -0
- package/dist/dist/editor/ui/SimpleTable.d.ts +14 -0
- package/dist/dist/editor/ui/SimpleTable.js +9 -0
- package/dist/dist/editor/ui/SimpleTable.js.map +1 -0
- package/dist/dist/editor/ui/SimpleTabs.d.ts +16 -0
- package/dist/dist/editor/ui/SimpleTabs.js +20 -0
- package/dist/dist/editor/ui/SimpleTabs.js.map +1 -0
- package/dist/dist/editor/ui/SimpleToolbar.d.ts +3 -0
- package/dist/dist/editor/ui/SimpleToolbar.js +5 -0
- package/dist/dist/editor/ui/SimpleToolbar.js.map +1 -0
- package/dist/dist/editor/ui/Spinner.d.ts +4 -0
- package/dist/dist/editor/ui/Spinner.js +18 -0
- package/dist/dist/editor/ui/Spinner.js.map +1 -0
- package/dist/dist/editor/ui/Splitter.d.ts +22 -0
- package/dist/dist/editor/ui/Splitter.js +443 -0
- package/dist/dist/editor/ui/Splitter.js.map +1 -0
- package/dist/dist/editor/ui/TemplateSelectorDialog.d.ts +8 -0
- package/dist/dist/editor/ui/TemplateSelectorDialog.js +138 -0
- package/dist/dist/editor/ui/TemplateSelectorDialog.js.map +1 -0
- package/dist/dist/editor/ui/Toolbar.d.ts +3 -0
- package/dist/dist/editor/ui/Toolbar.js +5 -0
- package/dist/dist/editor/ui/Toolbar.js.map +1 -0
- package/dist/dist/editor/utils/id-helper.d.ts +1 -0
- package/dist/dist/editor/utils/id-helper.js +5 -0
- package/dist/dist/editor/utils/id-helper.js.map +1 -0
- package/dist/dist/editor/utils/insertOptions.d.ts +3 -0
- package/dist/dist/editor/utils/insertOptions.js +43 -0
- package/dist/dist/editor/utils/insertOptions.js.map +1 -0
- package/dist/dist/editor/utils/itemConverters.d.ts +3 -0
- package/dist/dist/editor/utils/itemConverters.js +53 -0
- package/dist/dist/editor/utils/itemConverters.js.map +1 -0
- package/dist/dist/editor/utils/itemutils.d.ts +3 -0
- package/dist/dist/editor/utils/itemutils.js +24 -0
- package/dist/dist/editor/utils/itemutils.js.map +1 -0
- package/dist/dist/editor/utils/jsonCleaner.d.ts +8 -0
- package/dist/dist/editor/utils/jsonCleaner.js +76 -0
- package/dist/dist/editor/utils/jsonCleaner.js.map +1 -0
- package/dist/dist/editor/utils/keyboardNavigation.d.ts +34 -0
- package/dist/dist/editor/utils/keyboardNavigation.js +237 -0
- package/dist/dist/editor/utils/keyboardNavigation.js.map +1 -0
- package/dist/dist/editor/utils/urlUtils.d.ts +9 -0
- package/dist/dist/editor/utils/urlUtils.js +25 -0
- package/dist/dist/editor/utils/urlUtils.js.map +1 -0
- package/dist/dist/editor/utils/useMemoDebug.d.ts +1 -0
- package/dist/dist/editor/utils/useMemoDebug.js +18 -0
- package/dist/dist/editor/utils/useMemoDebug.js.map +1 -0
- package/dist/dist/editor/utils.d.ts +65 -0
- package/dist/dist/editor/utils.js +488 -0
- package/dist/dist/editor/utils.js.map +1 -0
- package/dist/dist/editor/views/CompareView.d.ts +1 -0
- package/dist/dist/editor/views/CompareView.js +148 -0
- package/dist/dist/editor/views/CompareView.js.map +1 -0
- package/dist/dist/editor/views/EditView.d.ts +1 -0
- package/dist/dist/editor/views/EditView.js +15 -0
- package/dist/dist/editor/views/EditView.js.map +1 -0
- package/dist/dist/editor/views/ItemEditor.d.ts +7 -0
- package/dist/dist/editor/views/ItemEditor.js +29 -0
- package/dist/dist/editor/views/ItemEditor.js.map +1 -0
- package/dist/dist/editor/views/MediaFolderEditView.d.ts +4 -0
- package/dist/dist/editor/views/MediaFolderEditView.js +40 -0
- package/dist/dist/editor/views/MediaFolderEditView.js.map +1 -0
- package/dist/dist/editor/views/ParheliaView.d.ts +5 -0
- package/dist/dist/editor/views/ParheliaView.js +163 -0
- package/dist/dist/editor/views/ParheliaView.js.map +1 -0
- package/dist/dist/editor/views/SingleEditView.d.ts +9 -0
- package/dist/dist/editor/views/SingleEditView.js +33 -0
- package/dist/dist/editor/views/SingleEditView.js.map +1 -0
- package/dist/dist/images/bg-shape-black.webp +0 -0
- package/dist/dist/images/wizard-bg.png +0 -0
- package/dist/dist/images/wizard-tour.png +0 -0
- package/dist/dist/images/wizard.png +0 -0
- package/dist/dist/index.d.ts +67 -0
- package/dist/dist/index.js +57 -0
- package/dist/dist/index.js.map +1 -0
- package/dist/dist/lib/safelist.d.ts +1 -0
- package/dist/dist/lib/safelist.js +5 -0
- package/dist/dist/lib/safelist.js.map +1 -0
- package/dist/dist/lib/utils.d.ts +2 -0
- package/dist/dist/lib/utils.js +6 -0
- package/dist/dist/lib/utils.js.map +1 -0
- package/dist/dist/revision.d.ts +2 -0
- package/dist/dist/revision.js +3 -0
- package/dist/dist/revision.js.map +1 -0
- package/dist/dist/setup/SetupWizardPage.d.ts +5 -0
- package/dist/dist/setup/SetupWizardPage.js +8 -0
- package/dist/dist/setup/SetupWizardPage.js.map +1 -0
- package/dist/dist/setup/services/setupWizardService.d.ts +89 -0
- package/dist/dist/setup/services/setupWizardService.js +92 -0
- package/dist/dist/setup/services/setupWizardService.js.map +1 -0
- package/dist/dist/setup/utils/modelPricing.d.ts +7 -0
- package/dist/dist/setup/utils/modelPricing.js +106 -0
- package/dist/dist/setup/utils/modelPricing.js.map +1 -0
- package/dist/dist/setup/wizard/SetupWizard.d.ts +27 -0
- package/dist/dist/setup/wizard/SetupWizard.js +92 -0
- package/dist/dist/setup/wizard/SetupWizard.js.map +1 -0
- package/dist/dist/setup/wizard/index.d.ts +6 -0
- package/dist/dist/setup/wizard/index.js +6 -0
- package/dist/dist/setup/wizard/index.js.map +1 -0
- package/dist/dist/setup/wizard/steps/AgentsStep.d.ts +2 -0
- package/dist/dist/setup/wizard/steps/AgentsStep.js +117 -0
- package/dist/dist/setup/wizard/steps/AgentsStep.js.map +1 -0
- package/dist/dist/setup/wizard/steps/EndpointsStep.d.ts +2 -0
- package/dist/dist/setup/wizard/steps/EndpointsStep.js +94 -0
- package/dist/dist/setup/wizard/steps/EndpointsStep.js.map +1 -0
- package/dist/dist/setup/wizard/steps/ModelsStep.d.ts +2 -0
- package/dist/dist/setup/wizard/steps/ModelsStep.js +287 -0
- package/dist/dist/setup/wizard/steps/ModelsStep.js.map +1 -0
- package/dist/dist/setup/wizard/steps/SearchStep.d.ts +2 -0
- package/dist/dist/setup/wizard/steps/SearchStep.js +95 -0
- package/dist/dist/setup/wizard/steps/SearchStep.js.map +1 -0
- package/dist/dist/splash-screen/ModernSplashScreen.d.ts +8 -0
- package/dist/dist/splash-screen/ModernSplashScreen.js +36 -0
- package/dist/dist/splash-screen/ModernSplashScreen.js.map +1 -0
- package/dist/dist/splash-screen/NewPage.d.ts +3 -0
- package/dist/dist/splash-screen/NewPage.js +145 -0
- package/dist/dist/splash-screen/NewPage.js.map +1 -0
- package/dist/dist/splash-screen/OpenPage.d.ts +1 -0
- package/dist/dist/splash-screen/OpenPage.js +56 -0
- package/dist/dist/splash-screen/OpenPage.js.map +1 -0
- package/dist/dist/splash-screen/ParheliaAssistantChat.d.ts +8 -0
- package/dist/dist/splash-screen/ParheliaAssistantChat.js +169 -0
- package/dist/dist/splash-screen/ParheliaAssistantChat.js.map +1 -0
- package/dist/dist/splash-screen/ParheliaLogo.d.ts +5 -0
- package/dist/dist/splash-screen/ParheliaLogo.js +71 -0
- package/dist/dist/splash-screen/ParheliaLogo.js.map +1 -0
- package/dist/dist/splash-screen/RecentAgents.d.ts +7 -0
- package/dist/dist/splash-screen/RecentAgents.js +76 -0
- package/dist/dist/splash-screen/RecentAgents.js.map +1 -0
- package/dist/dist/splash-screen/RecentPages.d.ts +1 -0
- package/dist/dist/splash-screen/RecentPages.js +59 -0
- package/dist/dist/splash-screen/RecentPages.js.map +1 -0
- package/dist/dist/splash-screen/SectionHeadline.d.ts +4 -0
- package/dist/dist/splash-screen/SectionHeadline.js +7 -0
- package/dist/dist/splash-screen/SectionHeadline.js.map +1 -0
- package/dist/dist/styles.css +6035 -0
- package/dist/dist/tour/Tour.d.ts +3 -0
- package/dist/dist/tour/Tour.js +426 -0
- package/dist/dist/tour/Tour.js.map +1 -0
- package/dist/dist/tour/default-tour.d.ts +9 -0
- package/dist/dist/tour/default-tour.js +302 -0
- package/dist/dist/tour/default-tour.js.map +1 -0
- package/dist/dist/tour/preview-tour.d.ts +2 -0
- package/dist/dist/tour/preview-tour.js +93 -0
- package/dist/dist/tour/preview-tour.js.map +1 -0
- package/dist/dist/types.d.ts +490 -0
- package/dist/dist/types.js +2 -0
- package/dist/dist/types.js.map +1 -0
- package/dist/editor/control-center/parhelia-setup/Overview.d.ts +1 -0
- package/dist/editor/control-center/parhelia-setup/Overview.js +91 -0
- package/dist/editor/control-center/parhelia-setup/Overview.js.map +1 -0
- package/dist/editor/hooks/useEditorSettings.d.ts +17 -0
- package/dist/editor/hooks/useEditorSettings.js +61 -0
- package/dist/editor/hooks/useEditorSettings.js.map +1 -0
- package/dist/editor/page-viewer/EditorFormPopup.d.ts +11 -0
- package/dist/editor/page-viewer/EditorFormPopup.js +41 -0
- package/dist/editor/page-viewer/EditorFormPopup.js.map +1 -0
- package/dist/revision.d.ts +2 -2
- package/dist/revision.js +2 -2
- package/dist/revision.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { useState, useEffect, useMemo } from "react";
|
|
3
|
+
import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogFooter, } from "../../components/ui/dialog";
|
|
4
|
+
import { Button } from "../../components/ui/button";
|
|
5
|
+
import { Input } from "../../components/ui/input";
|
|
6
|
+
import { Label } from "../../components/ui/label";
|
|
7
|
+
import { Checkbox } from "../../components/ui/checkbox";
|
|
8
|
+
import { Switch } from "../../components/ui/switch";
|
|
9
|
+
import { Plus, X, Loader2, ChevronRight, ChevronLeft } from "lucide-react";
|
|
10
|
+
import { useEditContext } from "../client/editContext";
|
|
11
|
+
import { Splitter } from "../ui/Splitter";
|
|
12
|
+
import ContentTree from "../ContentTree";
|
|
13
|
+
import { ItemSearch } from "../ui/ItemSearch";
|
|
14
|
+
import { SimpleIconButton } from "../ui/SimpleIconButton";
|
|
15
|
+
import { SimpleTabs } from "../ui/SimpleTabs";
|
|
16
|
+
import { LanguageSelector } from "../../components/ui/LanguageSelector";
|
|
17
|
+
import { PreconfiguredReviewerSelector } from "./PreconfiguredReviewerSelector";
|
|
18
|
+
export function CreateReviewDialog({ open, onOpenChange, onCreated, initialItems, }) {
|
|
19
|
+
const editContext = useEditContext();
|
|
20
|
+
const [title, setTitle] = useState("");
|
|
21
|
+
const [language, setLanguage] = useState(editContext?.currentItemDescriptor?.language || "en");
|
|
22
|
+
const [languageMode, setLanguageMode] = useState("single");
|
|
23
|
+
const [selectedLanguages, setSelectedLanguages] = useState([
|
|
24
|
+
editContext?.currentItemDescriptor?.language || "en",
|
|
25
|
+
]);
|
|
26
|
+
const [reviewers, setReviewers] = useState([]);
|
|
27
|
+
const [newReviewer, setNewReviewer] = useState({
|
|
28
|
+
name: "",
|
|
29
|
+
email: "",
|
|
30
|
+
});
|
|
31
|
+
const [items, setItems] = useState([]);
|
|
32
|
+
const [loading, setLoading] = useState(false);
|
|
33
|
+
const [error, setError] = useState(null);
|
|
34
|
+
const [showErrors, setShowErrors] = useState(false);
|
|
35
|
+
const [expirationDays, setExpirationDays] = useState("");
|
|
36
|
+
const [secret, setSecret] = useState("");
|
|
37
|
+
const [secretConfirm, setSecretConfirm] = useState("");
|
|
38
|
+
const [showSecretFields, setShowSecretFields] = useState(false);
|
|
39
|
+
const [requiredApprovals, setRequiredApprovals] = useState("1");
|
|
40
|
+
const [updateWorkflowOnCompletion, setUpdateWorkflowOnCompletion] = useState(false);
|
|
41
|
+
const [activeTab, setActiveTab] = useState(0);
|
|
42
|
+
const [selectedInTree, setSelectedInTree] = useState([]);
|
|
43
|
+
const [selectedFromList, setSelectedFromList] = useState([]);
|
|
44
|
+
const CONTENT_ROOT_ID = "0de95ae4-41ab-4d01-9eb0-67441b7c2450"; // /sitecore/content
|
|
45
|
+
// Memoize rootItemIds to prevent unnecessary re-renders of ContentTree
|
|
46
|
+
const rootItemIds = useMemo(() => [CONTENT_ROOT_ID], []);
|
|
47
|
+
// Memoize itemIds to prevent unnecessary re-fetches of reviewers
|
|
48
|
+
// This ensures the array reference only changes when items actually change,
|
|
49
|
+
// not on every render (e.g., when typing in the Review Name field)
|
|
50
|
+
const itemIds = useMemo(() => items.map((item) => item.descriptor.id), [items]);
|
|
51
|
+
useEffect(() => {
|
|
52
|
+
if (open && editContext?.currentItemDescriptor) {
|
|
53
|
+
// Initialize with current page if available
|
|
54
|
+
const initializeItems = async () => {
|
|
55
|
+
let currentDescriptor = editContext.currentItemDescriptor;
|
|
56
|
+
// If the descriptor is missing name or path, fetch it from the server
|
|
57
|
+
if ((!currentDescriptor.name || !currentDescriptor.path) &&
|
|
58
|
+
editContext.itemsRepository) {
|
|
59
|
+
try {
|
|
60
|
+
const stubs = await editContext.itemsRepository.getItemsStubs([
|
|
61
|
+
currentDescriptor,
|
|
62
|
+
]);
|
|
63
|
+
if (stubs.length > 0 && stubs[0]) {
|
|
64
|
+
currentDescriptor = {
|
|
65
|
+
...currentDescriptor,
|
|
66
|
+
name: stubs[0].name || currentDescriptor.name,
|
|
67
|
+
path: stubs[0].path || currentDescriptor.path,
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
catch (error) {
|
|
72
|
+
console.error("Failed to fetch item stub:", error);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
let itemsToSet;
|
|
76
|
+
if (initialItems) {
|
|
77
|
+
// Fetch missing names/paths for initial items as well
|
|
78
|
+
const itemsToFetch = initialItems.filter((i) => !i.name || !i.path);
|
|
79
|
+
if (itemsToFetch.length > 0 && editContext.itemsRepository) {
|
|
80
|
+
try {
|
|
81
|
+
const stubs = await editContext.itemsRepository.getItemsStubs(itemsToFetch);
|
|
82
|
+
const stubMap = new Map(stubs.map((s) => [s.id, s]));
|
|
83
|
+
itemsToSet = initialItems.map((i) => {
|
|
84
|
+
const stub = stubMap.get(i.id);
|
|
85
|
+
return {
|
|
86
|
+
descriptor: {
|
|
87
|
+
...i,
|
|
88
|
+
name: stub?.name || i.name,
|
|
89
|
+
path: stub?.path || i.path,
|
|
90
|
+
},
|
|
91
|
+
includeSubitems: false,
|
|
92
|
+
};
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
catch (error) {
|
|
96
|
+
console.error("Failed to fetch item stubs:", error);
|
|
97
|
+
itemsToSet = initialItems.map((i) => ({
|
|
98
|
+
descriptor: i,
|
|
99
|
+
includeSubitems: false,
|
|
100
|
+
}));
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
itemsToSet = initialItems.map((i) => ({
|
|
105
|
+
descriptor: i,
|
|
106
|
+
includeSubitems: false,
|
|
107
|
+
}));
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
itemsToSet = [
|
|
112
|
+
{
|
|
113
|
+
descriptor: currentDescriptor,
|
|
114
|
+
includeSubitems: false,
|
|
115
|
+
},
|
|
116
|
+
];
|
|
117
|
+
}
|
|
118
|
+
setItems(itemsToSet);
|
|
119
|
+
setLanguage(currentDescriptor.language || "en");
|
|
120
|
+
};
|
|
121
|
+
initializeItems();
|
|
122
|
+
}
|
|
123
|
+
}, [
|
|
124
|
+
open,
|
|
125
|
+
editContext?.currentItemDescriptor,
|
|
126
|
+
editContext?.itemsRepository,
|
|
127
|
+
initialItems,
|
|
128
|
+
]);
|
|
129
|
+
const isValidEmail = (email) => {
|
|
130
|
+
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
131
|
+
return emailRegex.test(email);
|
|
132
|
+
};
|
|
133
|
+
const emailAlreadyExists = (email) => {
|
|
134
|
+
return reviewers.some((r) => r.email.toLowerCase() === email.toLowerCase());
|
|
135
|
+
};
|
|
136
|
+
const addReviewer = () => {
|
|
137
|
+
if (!newReviewer.name || !newReviewer.email) {
|
|
138
|
+
setShowErrors(true);
|
|
139
|
+
return;
|
|
140
|
+
}
|
|
141
|
+
if (!isValidEmail(newReviewer.email)) {
|
|
142
|
+
setShowErrors(true);
|
|
143
|
+
return;
|
|
144
|
+
}
|
|
145
|
+
if (emailAlreadyExists(newReviewer.email)) {
|
|
146
|
+
setShowErrors(true);
|
|
147
|
+
return;
|
|
148
|
+
}
|
|
149
|
+
setReviewers([...reviewers, { ...newReviewer }]);
|
|
150
|
+
setNewReviewer({ name: "", email: "" });
|
|
151
|
+
setShowErrors(false);
|
|
152
|
+
};
|
|
153
|
+
const removeReviewer = (index) => {
|
|
154
|
+
setReviewers(reviewers.filter((_, i) => i !== index));
|
|
155
|
+
};
|
|
156
|
+
const toggleSubitems = (index) => {
|
|
157
|
+
setItems(items.map((item, i) => i === index
|
|
158
|
+
? { ...item, includeSubitems: !item.includeSubitems }
|
|
159
|
+
: item));
|
|
160
|
+
};
|
|
161
|
+
const removeItem = (index) => {
|
|
162
|
+
setItems(items.filter((_, i) => i !== index));
|
|
163
|
+
};
|
|
164
|
+
const handleCreate = async () => {
|
|
165
|
+
setShowErrors(true);
|
|
166
|
+
setError(null);
|
|
167
|
+
if (items.length === 0) {
|
|
168
|
+
setError("Please select at least one page/item");
|
|
169
|
+
return;
|
|
170
|
+
}
|
|
171
|
+
if (reviewers.length === 0) {
|
|
172
|
+
setError("Please add at least one reviewer");
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
// Validate language selection based on mode
|
|
176
|
+
if (languageMode === "single" && !language) {
|
|
177
|
+
setError("Language is required");
|
|
178
|
+
return;
|
|
179
|
+
}
|
|
180
|
+
if (languageMode === "multiple" && selectedLanguages.length === 0) {
|
|
181
|
+
setError("Please select at least one language");
|
|
182
|
+
return;
|
|
183
|
+
}
|
|
184
|
+
if (showSecretFields && secret !== secretConfirm) {
|
|
185
|
+
setError("Secrets do not match");
|
|
186
|
+
return;
|
|
187
|
+
}
|
|
188
|
+
// Validate RequiredApprovals
|
|
189
|
+
const requiredApprovalsNum = requiredApprovals
|
|
190
|
+
? parseInt(requiredApprovals, 10)
|
|
191
|
+
: 1;
|
|
192
|
+
if (isNaN(requiredApprovalsNum) || requiredApprovalsNum < 1) {
|
|
193
|
+
setError("Required Approvals must be at least 1");
|
|
194
|
+
return;
|
|
195
|
+
}
|
|
196
|
+
if (requiredApprovalsNum > reviewers.length) {
|
|
197
|
+
setError(`Required Approvals (${requiredApprovalsNum}) cannot exceed the number of reviewers (${reviewers.length})`);
|
|
198
|
+
return;
|
|
199
|
+
}
|
|
200
|
+
setLoading(true);
|
|
201
|
+
try {
|
|
202
|
+
// Calculate expiration date if specified
|
|
203
|
+
let expirationUtc;
|
|
204
|
+
if (expirationDays &&
|
|
205
|
+
!isNaN(Number(expirationDays)) &&
|
|
206
|
+
Number(expirationDays) > 0) {
|
|
207
|
+
const expirationDate = new Date();
|
|
208
|
+
expirationDate.setDate(expirationDate.getDate() + Number(expirationDays));
|
|
209
|
+
expirationUtc = expirationDate.toISOString();
|
|
210
|
+
}
|
|
211
|
+
// Build languages array based on mode
|
|
212
|
+
let languages;
|
|
213
|
+
if (languageMode === "all") {
|
|
214
|
+
languages = ["*"];
|
|
215
|
+
}
|
|
216
|
+
else if (languageMode === "multiple") {
|
|
217
|
+
languages = selectedLanguages;
|
|
218
|
+
}
|
|
219
|
+
else {
|
|
220
|
+
// Single language mode - use legacy language field for backward compatibility
|
|
221
|
+
languages = [language];
|
|
222
|
+
}
|
|
223
|
+
const request = {
|
|
224
|
+
title: title || undefined,
|
|
225
|
+
language: languageMode === "single" ? language : undefined, // Keep for backward compatibility
|
|
226
|
+
languages,
|
|
227
|
+
reviewers,
|
|
228
|
+
items,
|
|
229
|
+
expirationUtc,
|
|
230
|
+
secret: showSecretFields && secret ? secret : undefined,
|
|
231
|
+
requiredApprovals: requiredApprovalsNum,
|
|
232
|
+
updateWorkflowOnCompletion: updateWorkflowOnCompletion,
|
|
233
|
+
};
|
|
234
|
+
const { createReview, getReviewStatus, sendInvitations } = await import("../services/reviewsService");
|
|
235
|
+
const result = await createReview(request);
|
|
236
|
+
if (result.data?.reviewId) {
|
|
237
|
+
// Get assignments to send invitations
|
|
238
|
+
const statusResult = await getReviewStatus(result.data.reviewId);
|
|
239
|
+
if (statusResult.data?.assignments) {
|
|
240
|
+
const assignmentIds = statusResult.data.assignments
|
|
241
|
+
.filter((a) => !a.invitationSentDate)
|
|
242
|
+
.map((a) => a.assignmentId);
|
|
243
|
+
if (assignmentIds.length > 0) {
|
|
244
|
+
await sendInvitations(assignmentIds);
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
onCreated(result.data.reviewId);
|
|
248
|
+
// Reset form
|
|
249
|
+
setTitle("");
|
|
250
|
+
setReviewers([]);
|
|
251
|
+
setItems([]);
|
|
252
|
+
setExpirationDays("");
|
|
253
|
+
setSecret("");
|
|
254
|
+
setSecretConfirm("");
|
|
255
|
+
setShowSecretFields(false);
|
|
256
|
+
setRequiredApprovals("1");
|
|
257
|
+
setUpdateWorkflowOnCompletion(false);
|
|
258
|
+
setShowErrors(false);
|
|
259
|
+
setLanguageMode("single");
|
|
260
|
+
setSelectedLanguages([
|
|
261
|
+
editContext?.currentItemDescriptor?.language || "en",
|
|
262
|
+
]);
|
|
263
|
+
setLanguage(editContext?.currentItemDescriptor?.language || "en");
|
|
264
|
+
onOpenChange(false);
|
|
265
|
+
}
|
|
266
|
+
else {
|
|
267
|
+
setError("Failed to create review");
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
catch (err) {
|
|
271
|
+
setError(err instanceof Error ? err.message : "Failed to create review");
|
|
272
|
+
}
|
|
273
|
+
finally {
|
|
274
|
+
setLoading(false);
|
|
275
|
+
}
|
|
276
|
+
};
|
|
277
|
+
const addToList = () => {
|
|
278
|
+
const newItems = [...items];
|
|
279
|
+
selectedInTree.forEach((node) => {
|
|
280
|
+
const exists = newItems.some((x) => x.descriptor.id === node.id);
|
|
281
|
+
if (!exists) {
|
|
282
|
+
newItems.push({
|
|
283
|
+
descriptor: {
|
|
284
|
+
id: node.id,
|
|
285
|
+
language: node.language || language,
|
|
286
|
+
version: node.version || 1,
|
|
287
|
+
name: node.name,
|
|
288
|
+
path: node.path || node.idPath,
|
|
289
|
+
},
|
|
290
|
+
includeSubitems: false,
|
|
291
|
+
});
|
|
292
|
+
}
|
|
293
|
+
});
|
|
294
|
+
setItems(newItems);
|
|
295
|
+
setSelectedInTree([]);
|
|
296
|
+
};
|
|
297
|
+
const removeFromList = () => {
|
|
298
|
+
const idsToRemove = new Set(selectedFromList.map((i) => i.descriptor.id));
|
|
299
|
+
setItems(items.filter((x) => !idsToRemove.has(x.descriptor.id)));
|
|
300
|
+
setSelectedFromList([]);
|
|
301
|
+
};
|
|
302
|
+
const handleItemSearchSelected = (item) => {
|
|
303
|
+
const exists = items.some((x) => x.descriptor.id === item.id);
|
|
304
|
+
if (!exists) {
|
|
305
|
+
setItems([
|
|
306
|
+
...items,
|
|
307
|
+
{
|
|
308
|
+
descriptor: item,
|
|
309
|
+
includeSubitems: false,
|
|
310
|
+
},
|
|
311
|
+
]);
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
return (_jsx(Dialog, { open: open, onOpenChange: onOpenChange, children: _jsxs(DialogContent, { className: "flex max-w-5xl flex-col", style: { height: "90vh", maxHeight: "90vh" }, children: [_jsx(DialogHeader, { className: "flex-shrink-0", children: _jsx(DialogTitle, { children: "Create Review" }) }), _jsxs("div", { className: "flex min-h-0 flex-1 flex-col overflow-hidden", children: [_jsx("div", { className: "flex min-h-0 flex-1 flex-col overflow-y-auto px-6 pb-4", children: _jsxs("div", { className: "flex flex-col gap-5 pt-4", children: [_jsxs("div", { className: "flex flex-col gap-2", children: [_jsxs("label", { className: "text-sm font-medium", children: ["Pages/Items (", items.length, ")"] }), _jsx("div", { className: "rounded border", style: { height: "400px" }, children: _jsx(Splitter, { className: "h-full", direction: "horizontal", localStorageKey: "create-review-dialog-splitter", panels: [
|
|
315
|
+
{
|
|
316
|
+
name: "treeSelector",
|
|
317
|
+
defaultSize: 50,
|
|
318
|
+
content: (_jsxs("div", { className: "flex h-full flex-col", children: [_jsx("div", { className: "border-b", children: _jsx(SimpleTabs, { tabs: [
|
|
319
|
+
{
|
|
320
|
+
id: "browse",
|
|
321
|
+
label: "Browse",
|
|
322
|
+
content: null,
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
id: "search",
|
|
326
|
+
label: "Search",
|
|
327
|
+
content: null,
|
|
328
|
+
},
|
|
329
|
+
], activeTab: activeTab, setActiveTab: setActiveTab, className: "px-2", hideContent: true }) }), activeTab === 0 ? (_jsx("div", { className: "flex-1 overflow-auto p-2", children: _jsx(ContentTree, { language: language, selectionMode: "multiple", selectedItemIds: selectedInTree.map((item) => item.id), onSelectionChange: setSelectedInTree, rootItemIds: rootItemIds, hideRootNodes: true, onDoubleClick: (node) => {
|
|
330
|
+
const exists = items.some((x) => x.descriptor.id === node.id);
|
|
331
|
+
if (!exists) {
|
|
332
|
+
setItems([
|
|
333
|
+
...items,
|
|
334
|
+
{
|
|
335
|
+
descriptor: {
|
|
336
|
+
id: node.id,
|
|
337
|
+
language: node.language || language,
|
|
338
|
+
version: node.version || 1,
|
|
339
|
+
name: node.name,
|
|
340
|
+
path: node.path || node.idPath,
|
|
341
|
+
},
|
|
342
|
+
includeSubitems: false,
|
|
343
|
+
},
|
|
344
|
+
]);
|
|
345
|
+
}
|
|
346
|
+
} }) })) : (_jsxs("div", { className: "flex flex-col gap-2 p-2", children: [_jsx(ItemSearch, { language: language, itemSelected: handleItemSearchSelected, autoFocus: activeTab === 1, rootItemIds: rootItemIds }), _jsxs("div", { className: "text-xs text-gray-500", children: ["Selected: ", items.length, " item", items.length !== 1 ? "s" : ""] })] }))] })),
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
name: "selectedItems",
|
|
350
|
+
defaultSize: 50,
|
|
351
|
+
content: (_jsx("div", { className: "flex h-full flex-col overflow-hidden", children: items.length > 0 ? (_jsx("div", { className: "h-full space-y-2 overflow-y-auto p-2", children: items.map((item, index) => (_jsxs("div", { className: `flex cursor-pointer flex-col gap-2 rounded p-2 hover:bg-gray-50 ${selectedFromList.includes(item)
|
|
352
|
+
? "bg-blue-100"
|
|
353
|
+
: "bg-gray-50"}`, onClick: (e) => {
|
|
354
|
+
if (e.ctrlKey || e.metaKey) {
|
|
355
|
+
if (selectedFromList.includes(item)) {
|
|
356
|
+
setSelectedFromList(selectedFromList.filter((i) => i !== item));
|
|
357
|
+
}
|
|
358
|
+
else {
|
|
359
|
+
setSelectedFromList([
|
|
360
|
+
...selectedFromList,
|
|
361
|
+
item,
|
|
362
|
+
]);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
else {
|
|
366
|
+
if (selectedFromList.length === 1 &&
|
|
367
|
+
selectedFromList.includes(item)) {
|
|
368
|
+
setSelectedFromList([]);
|
|
369
|
+
}
|
|
370
|
+
else {
|
|
371
|
+
setSelectedFromList([item]);
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
}, onDoubleClick: () => {
|
|
375
|
+
setItems(items.filter((_, i) => i !== index));
|
|
376
|
+
setSelectedFromList([]);
|
|
377
|
+
}, children: [_jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("div", { className: "flex flex-1 flex-col", children: [_jsx("span", { className: "text-sm font-medium", children: item.descriptor.name ||
|
|
378
|
+
item.descriptor.path ||
|
|
379
|
+
item.descriptor.id }), _jsxs("span", { className: "text-xs text-gray-500", children: [item.descriptor.language, " v", item.descriptor.version] })] }), _jsx(Button, { variant: "ghost", size: "sm", onClick: (e) => {
|
|
380
|
+
e.stopPropagation();
|
|
381
|
+
removeItem(index);
|
|
382
|
+
}, children: _jsx(X, { className: "h-4 w-4" }) })] }), _jsxs("div", { className: "flex items-center gap-2 pl-1", children: [_jsx(Switch, { id: `subpages-${item.descriptor.id}-${index}`, checked: item.includeSubitems, onCheckedChange: () => toggleSubitems(index), onClick: (e) => e.stopPropagation() }), _jsx(Label, { htmlFor: `subpages-${item.descriptor.id}-${index}`, className: "cursor-pointer text-xs font-normal", onClick: (e) => e.stopPropagation(), children: "Include subitems" })] })] }, `${item.descriptor.id}-${index}`))) })) : (_jsx("div", { className: "flex h-full items-center justify-center text-sm text-gray-500", children: "No items selected" })) })),
|
|
383
|
+
},
|
|
384
|
+
], handleContent: (index) => index === 0 ? (_jsxs("div", { className: "flex flex-col items-center gap-1 rounded bg-gray-100 py-1", children: [_jsx(SimpleIconButton, { label: "Add", icon: _jsx(ChevronRight, { size: 14, strokeWidth: 1 }), onClick: addToList, disabled: selectedInTree.length === 0, showTooltip: false, className: "px-0" }), _jsx(SimpleIconButton, { label: "Remove", icon: _jsx(ChevronLeft, { size: 14, strokeWidth: 1 }), onClick: removeFromList, disabled: selectedFromList.length === 0, showTooltip: false, className: "px-0" })] })) : null }) })] }), _jsxs("div", { className: "flex flex-col gap-2", children: [_jsx("label", { className: "text-sm font-medium", children: "Language" }), _jsxs("div", { className: "flex flex-col gap-3", children: [_jsxs("div", { className: "flex gap-4", children: [_jsxs("label", { className: "flex cursor-pointer items-center gap-2", children: [_jsx("input", { type: "radio", name: "languageMode", checked: languageMode === "single", onChange: () => {
|
|
385
|
+
setLanguageMode("single");
|
|
386
|
+
setLanguage(selectedLanguages[0] || language);
|
|
387
|
+
}, className: "cursor-pointer" }), _jsx("span", { className: "text-sm", children: "Single Language" })] }), _jsxs("label", { className: "flex cursor-pointer items-center gap-2", children: [_jsx("input", { type: "radio", name: "languageMode", checked: languageMode === "multiple", onChange: () => setLanguageMode("multiple"), className: "cursor-pointer" }), _jsx("span", { className: "text-sm", children: "Multiple Languages" })] }), _jsxs("label", { className: "flex cursor-pointer items-center gap-2", children: [_jsx("input", { type: "radio", name: "languageMode", checked: languageMode === "all", onChange: () => setLanguageMode("all"), className: "cursor-pointer" }), _jsx("span", { className: "text-sm", children: "All Languages" })] })] }), languageMode === "single" && (_jsx(LanguageSelector, { selectedLanguage: language, onLanguageSelected: (lang) => {
|
|
388
|
+
setLanguage(lang.languageCode);
|
|
389
|
+
setSelectedLanguages([lang.languageCode]);
|
|
390
|
+
}, showAllLanguages: true })), languageMode === "multiple" && (_jsxs("div", { className: "flex max-h-64 flex-col gap-2 overflow-y-auto rounded border p-3", children: [_jsxs("div", { className: "mb-2 flex items-center justify-between", children: [_jsx("span", { className: "text-xs font-medium", children: "Select Languages" }), _jsxs("div", { className: "flex gap-2", children: [_jsx(Button, { type: "button", variant: "outline", size: "sm", onClick: () => {
|
|
391
|
+
const allLangs = editContext?.itemLanguages || [];
|
|
392
|
+
setSelectedLanguages(allLangs.map((l) => l.languageCode));
|
|
393
|
+
}, className: "h-6 text-xs", children: "Select All" }), _jsx(Button, { type: "button", variant: "outline", size: "sm", onClick: () => setSelectedLanguages([]), className: "h-6 text-xs", children: "Clear" })] })] }), _jsx("div", { className: "space-y-1", children: (editContext?.itemLanguages || []).map((lang) => (_jsxs("label", { className: "flex cursor-pointer items-center gap-2 rounded p-1 hover:bg-gray-50", children: [_jsx(Checkbox, { checked: selectedLanguages.includes(lang.languageCode), onCheckedChange: (checked) => {
|
|
394
|
+
if (checked) {
|
|
395
|
+
setSelectedLanguages([
|
|
396
|
+
...selectedLanguages,
|
|
397
|
+
lang.languageCode,
|
|
398
|
+
]);
|
|
399
|
+
}
|
|
400
|
+
else {
|
|
401
|
+
setSelectedLanguages(selectedLanguages.filter((l) => l !== lang.languageCode));
|
|
402
|
+
}
|
|
403
|
+
} }), _jsx("img", { src: lang.icon, className: "h-4 w-4", alt: lang.name }), _jsx("span", { className: "text-xs", children: lang.name })] }, lang.languageCode))) }), showErrors && selectedLanguages.length === 0 && (_jsx("small", { className: "text-red-500", children: "Please select at least one language" }))] })), languageMode === "all" && (_jsx("div", { className: "rounded bg-blue-50 p-2 text-xs text-gray-500", children: "All available languages will be included in this review." }))] })] }), _jsxs("div", { className: "flex flex-col gap-1", children: [_jsxs("label", { className: "text-sm font-medium", children: ["Reviewers (", reviewers.length, ")"] }), _jsx("div", { className: "space-y-2", children: reviewers.map((reviewer, index) => (_jsxs("div", { className: "flex items-center justify-between rounded bg-gray-50 p-2", children: [_jsxs("div", { className: "flex flex-col", children: [_jsx("span", { className: "text-sm font-medium", children: reviewer.name }), _jsx("span", { className: "text-xs text-gray-500", children: reviewer.email })] }), _jsx(Button, { variant: "ghost", size: "sm", onClick: () => removeReviewer(index), children: _jsx(X, { className: "h-4 w-4" }) })] }, index))) }), " ", _jsxs("div", { className: "ml-2", children: [items.length > 0 && (_jsx(PreconfiguredReviewerSelector, { itemIds: itemIds, language: language, onReviewerSelected: (reviewer) => {
|
|
404
|
+
// Check if reviewer already exists (by email, case-insensitive)
|
|
405
|
+
const exists = reviewers.some((r) => r.email.toLowerCase() ===
|
|
406
|
+
reviewer.email.toLowerCase());
|
|
407
|
+
if (!exists) {
|
|
408
|
+
setReviewers([...reviewers, reviewer]);
|
|
409
|
+
}
|
|
410
|
+
}, existingReviewers: reviewers })), _jsx("label", { className: "text-xs font-medium text-gray-700", children: "Add Reviewer" }), _jsxs("div", { className: "flex gap-2", children: [_jsx(Input, { placeholder: "Reviewer name", value: newReviewer.name, onChange: (e) => setNewReviewer({ ...newReviewer, name: e.target.value }), onKeyDown: (e) => {
|
|
411
|
+
if (e.key === "Enter") {
|
|
412
|
+
e.preventDefault();
|
|
413
|
+
addReviewer();
|
|
414
|
+
}
|
|
415
|
+
} }), _jsx(Input, { placeholder: "Reviewer email", value: newReviewer.email, onChange: (e) => setNewReviewer({
|
|
416
|
+
...newReviewer,
|
|
417
|
+
email: e.target.value,
|
|
418
|
+
}), onKeyDown: (e) => {
|
|
419
|
+
if (e.key === "Enter") {
|
|
420
|
+
e.preventDefault();
|
|
421
|
+
addReviewer();
|
|
422
|
+
}
|
|
423
|
+
} }), _jsx(Button, { onClick: addReviewer, size: "sm", children: _jsx(Plus, { className: "h-4 w-4" }) })] }), showErrors && reviewers.length === 0 && (_jsx("small", { className: "text-red-500", children: "Please add at least one reviewer" })), showErrors &&
|
|
424
|
+
newReviewer.email &&
|
|
425
|
+
!isValidEmail(newReviewer.email) && (_jsx("small", { className: "text-red-500", children: "Invalid email address" })), showErrors &&
|
|
426
|
+
newReviewer.email &&
|
|
427
|
+
emailAlreadyExists(newReviewer.email) && (_jsx("small", { className: "text-red-500", children: "Email already added" }))] })] }), _jsxs("div", { className: "flex flex-col gap-2", children: [_jsxs("label", { htmlFor: "requiredApprovals", className: "text-sm font-medium", children: ["Required Number of Approvals", _jsx("div", { className: "text-xs text-gray-500", children: "Number of reviewers that must approve each page / item" })] }), _jsxs("div", { className: "flex flex-col gap-1", children: [_jsx(Input, { id: "requiredApprovals", type: "number", min: "1", value: requiredApprovals, onChange: (e) => setRequiredApprovals(e.target.value), placeholder: "1", className: "w-32" }), showErrors &&
|
|
428
|
+
reviewers.length > 0 &&
|
|
429
|
+
requiredApprovals &&
|
|
430
|
+
(() => {
|
|
431
|
+
const num = parseInt(requiredApprovals, 10);
|
|
432
|
+
if (isNaN(num) || num < 1) {
|
|
433
|
+
return (_jsx("small", { className: "text-red-500", children: "Must be at least 1" }));
|
|
434
|
+
}
|
|
435
|
+
if (num > reviewers.length) {
|
|
436
|
+
return (_jsxs("small", { className: "text-red-500", children: ["Cannot exceed number of reviewers (", reviewers.length, ")"] }));
|
|
437
|
+
}
|
|
438
|
+
return null;
|
|
439
|
+
})()] })] }), _jsx("div", { className: "flex flex-col gap-2", children: _jsxs("div", { className: "flex items-center gap-2", children: [_jsx(Checkbox, { id: "updateWorkflowOnCompletion", checked: updateWorkflowOnCompletion, onCheckedChange: (checked) => setUpdateWorkflowOnCompletion(!!checked) }), _jsxs(Label, { htmlFor: "updateWorkflowOnCompletion", className: "cursor-pointer text-sm font-medium", children: ["Update workflow state on completion", _jsx("div", { className: "text-xs text-gray-500", children: "When the review is approved, automatically execute the \"Approve\" workflow action on approved item versions" })] })] }) }), _jsxs("div", { className: "flex flex-col gap-2", children: [_jsxs("div", { className: "flex items-center gap-2", children: [_jsx(Checkbox, { id: "hasExpiration", checked: expirationDays !== "", onCheckedChange: (checked) => {
|
|
440
|
+
if (!checked) {
|
|
441
|
+
setExpirationDays("");
|
|
442
|
+
}
|
|
443
|
+
else {
|
|
444
|
+
setExpirationDays("30");
|
|
445
|
+
}
|
|
446
|
+
} }), _jsxs("div", { className: "flex flex-col", children: [_jsx(Label, { htmlFor: "hasExpiration", className: "cursor-pointer text-sm font-medium", children: "Set expiration (days)" }), _jsx("span", { className: "text-xs text-gray-500", children: "This will end the review link after the specified number of days." })] })] }), expirationDays !== "" && (_jsx(Input, { type: "number", min: "1", value: expirationDays, onChange: (e) => setExpirationDays(e.target.value), placeholder: "30", className: "w-32" }))] }), _jsxs("div", { className: "flex flex-col gap-2", children: [_jsxs("div", { className: "flex items-center gap-2", children: [_jsx(Checkbox, { id: "hasSecret", checked: showSecretFields, onCheckedChange: (checked) => {
|
|
447
|
+
setShowSecretFields(!!checked);
|
|
448
|
+
if (!checked) {
|
|
449
|
+
setSecret("");
|
|
450
|
+
setSecretConfirm("");
|
|
451
|
+
}
|
|
452
|
+
} }), _jsx(Label, { htmlFor: "hasSecret", className: "cursor-pointer text-sm font-medium", children: "Require secret to unlock review" })] }), showSecretFields && (_jsxs("div", { className: "flex flex-col gap-2 pl-6", children: [_jsx(Input, { type: "password", placeholder: "Enter secret", value: secret, onChange: (e) => setSecret(e.target.value), autoComplete: "off" }), _jsx(Input, { type: "password", placeholder: "Confirm secret", value: secretConfirm, onChange: (e) => setSecretConfirm(e.target.value), autoComplete: "off" }), showErrors && secret && secret !== secretConfirm && (_jsx("small", { className: "text-red-500", children: "Secrets do not match" }))] }))] }), _jsxs("div", { className: "flex flex-col gap-2", children: [_jsx("label", { htmlFor: "title", className: "text-sm font-medium", children: "Review Name (optional)" }), _jsx(Input, { id: "title", value: title, onChange: (e) => setTitle(e.target.value), placeholder: "Enter review name" })] }), error && (_jsx("div", { className: "rounded bg-red-100 p-3 text-sm text-red-700", children: error }))] }) }), _jsxs(DialogFooter, { className: "flex-shrink-0 border-t px-6 pt-4 pb-6", children: [_jsx(Button, { variant: "outline", onClick: () => onOpenChange(false), children: "Cancel" }), _jsx(Button, { onClick: handleCreate, disabled: loading, children: loading ? (_jsxs(_Fragment, { children: [_jsx(Loader2, { className: "mr-2 h-4 w-4 animate-spin" }), "Creating..."] })) : ("Create Review") })] })] })] }) }));
|
|
453
|
+
}
|
|
454
|
+
//# sourceMappingURL=CreateReviewDialog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateReviewDialog.js","sourceRoot":"","sources":["../../../src/editor/reviews/CreateReviewDialog.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ReviewAssignment, ItemWithSubtree } from "../../types";
|
|
2
|
+
import { ItemDescriptor } from "../pageModel";
|
|
3
|
+
type DecisionsMatrixProps = {
|
|
4
|
+
items: {
|
|
5
|
+
itemId: string;
|
|
6
|
+
language: string;
|
|
7
|
+
includeSubitems: boolean;
|
|
8
|
+
name?: string;
|
|
9
|
+
path?: string;
|
|
10
|
+
decisionsCount?: number;
|
|
11
|
+
commentsCount?: number;
|
|
12
|
+
suggestionsCount?: number;
|
|
13
|
+
}[];
|
|
14
|
+
assignments: ReviewAssignment[];
|
|
15
|
+
onMakeDecision: (assignmentId: string, itemId: string, itemLanguage: string, itemVersion: number | undefined, decision: "Approved" | "Rejected") => Promise<void>;
|
|
16
|
+
loading: boolean;
|
|
17
|
+
reviewId: string;
|
|
18
|
+
language: string;
|
|
19
|
+
finalDecision?: "Approved" | "Rejected";
|
|
20
|
+
onSetFinalDecision: (decision: "Approved" | "Rejected") => Promise<void>;
|
|
21
|
+
onAddPages: (items: ItemWithSubtree[]) => Promise<void>;
|
|
22
|
+
onRemovePages: (items: ItemDescriptor[]) => Promise<void>;
|
|
23
|
+
allReviewersResponded: boolean;
|
|
24
|
+
selectedReviewerId?: string | null;
|
|
25
|
+
currentUserEmail?: string;
|
|
26
|
+
requiredApprovals?: number;
|
|
27
|
+
};
|
|
28
|
+
export declare function DecisionsMatrix({ items, assignments, onMakeDecision, loading, reviewId, language, finalDecision, onSetFinalDecision, onAddPages, onRemovePages, allReviewersResponded, selectedReviewerId, currentUserEmail, requiredApprovals, }: DecisionsMatrixProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export {};
|