@viswa-test/test-citation 0.0.229 → 0.0.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +284 -45
- package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
- package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +1 -1
- package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
- package/dist/cjs/features/GptWebCitation/GptWebCitation.js +1 -1
- package/dist/cjs/features/GptWebCitation/GptWebCitation.module.css.js +1 -1
- package/dist/cjs/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
- package/dist/cjs/features/GptWebCitation/GptWebCitationImageFullScreenView.js +1 -1
- package/dist/cjs/features/GptWebCitation/GptWebCitationSkeleton.js +1 -1
- package/dist/cjs/features/GptWebCitation/types.js +2 -0
- package/dist/cjs/features/GptWebCitation/types.js.map +1 -0
- package/dist/cjs/features/GptWebCitation/utils/citationData.utils.js +1 -1
- package/dist/cjs/features/GptWebCitation/utils/fixedHeight.utils.js +2 -0
- package/dist/cjs/features/GptWebCitation/utils/fixedHeight.utils.js.map +1 -0
- package/dist/cjs/features/GptWebCitation/utils/styleOverrides.utils.js +2 -0
- package/dist/cjs/features/GptWebCitation/utils/styleOverrides.utils.js.map +1 -0
- package/dist/cjs/features/IngestionStatus/IngestionStatusComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
- package/dist/cjs/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +2 -0
- package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +2 -0
- package/dist/cjs/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/segment-common.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.js +2 -0
- package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js +2 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js +2 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
- package/dist/cjs/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/AiGapIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/BookmarkIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/CDIcon.js +2 -0
- package/dist/cjs/features/RequirementAI/icons/CDIcon.js.map +1 -0
- package/dist/cjs/features/RequirementAI/icons/CheckIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/Illustration.svg.js +2 -0
- package/dist/cjs/features/RequirementAI/icons/Illustration.svg.js.map +1 -0
- package/dist/cjs/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/PencilIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/TrashIcon.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/Accordian.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/AtomicButton.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/CodeViewer.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
- package/dist/cjs/features/RequirementAI/store/markdown-context.js +1 -1
- package/dist/cjs/features/RequirementAI/store/ref.context.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/css.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/diff-edit.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/helpers.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/json-helper.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/learned-tag.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/user-story.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
- package/dist/cjs/features/RulebookCitations/RuleBookCitationApi.js +1 -1
- package/dist/cjs/features/RulebookCitations/RuleBookCitationWrapper.js +1 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.context.js +1 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.js +1 -1
- package/dist/cjs/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/BackNav.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Badge.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/CardGrid.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/CardProceedButton.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ContentArea.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Footer.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Header.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/NavRow.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ProceedButton.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ResizeHandle.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ScopeDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SearchInput.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SectionHeading.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/ShowMore.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Sidebar.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarProjectList.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SidebarSection.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SortDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/SplitLayout.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/Toolbar.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/TypeDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryCard.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
- package/dist/cjs/features/UserStoryImport/components/usePanelResize.js +1 -1
- package/dist/cjs/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUSPData.js +1 -1
- package/dist/cjs/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
- package/dist/cjs/features/UserStoryImport/index.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/CustomTooltip.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/Tooltip.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/cn.js +1 -1
- package/dist/cjs/features/UserStoryImport/lib/dialog.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/service/redlineService.js +2 -0
- package/dist/cjs/service/redlineService.js.map +1 -0
- package/dist/features/CognitiveCompare/CognitiveCompare.js +1 -1
- package/dist/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
- package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
- package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
- package/dist/features/GptWebCitation/GptWebCitation.js +1 -1
- package/dist/features/GptWebCitation/GptWebCitation.module.css.js +1 -1
- package/dist/features/GptWebCitation/GptWebCitationImageCitation.js +1 -1
- package/dist/features/GptWebCitation/GptWebCitationImageFullScreenView.js +1 -1
- package/dist/features/GptWebCitation/GptWebCitationSkeleton.js +1 -1
- package/dist/features/GptWebCitation/types.js +2 -0
- package/dist/features/GptWebCitation/types.js.map +1 -0
- package/dist/features/GptWebCitation/utils/citationData.utils.js +1 -1
- package/dist/features/GptWebCitation/utils/fixedHeight.utils.js +2 -0
- package/dist/features/GptWebCitation/utils/fixedHeight.utils.js.map +1 -0
- package/dist/features/GptWebCitation/utils/styleOverrides.utils.js +2 -0
- package/dist/features/GptWebCitation/utils/styleOverrides.utils.js.map +1 -0
- package/dist/features/IngestionStatus/IngestionStatusComponent.js +1 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/GapRiskSidebar.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/GapItem/GapItem.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskCategorySection/RiskCategorySection.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/RiskSidebarCategorySection/RiskSidebarCategorySection.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithGap.js +1 -1
- package/dist/features/RequirementAI/components/GapRiskSidebar/utils/buildStoryWithRisk.js +1 -1
- package/dist/features/RequirementAI/components/RecommendationBlock/RecommendationBlock.js +1 -1
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Context/ContextMenu.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorContainer/EditorContainer.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorPlaceholder/EditorPlaceholder.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/EditorToolbar.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarButton/ToolbarButton.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/ToolbarDivider/ToolbarDivider.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/EditorToolbar/components/UndoRedo/UndoRedo.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/components/Icons/Icon.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/editorConfig.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/constants/objects.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/CommentPlugin/HTMLNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/LayoutPlugin.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.css.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/utils/getSelectedNode.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js +2 -0
- package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.js.map +1 -0
- package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js +2 -0
- package/dist/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.module.css.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.module.css.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/TitleEditor/TitleEditor.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/UserStoryCard.module.css.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/ScannedCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/AppmodIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/ChatBubbleIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/icons/SparkleIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/types.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/SearchWaveFromWrapper.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/WaveformCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/AudioTimeLineSlider.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/SegmentByWordsViral.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/components/videoPlayer.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/AudioLinesIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MaximizeIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/MinimizeIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PauseIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlayIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/PlaybackSpeedIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/icons/VideoIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/searchwaveform.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/store/autoplay.wavefrom.js +1 -1
- package/dist/features/RequirementAI/components/citations/audio-citation/utils/word-segment-util.js +1 -1
- package/dist/features/RequirementAI/components/citations/big-enough/BigEnoughCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/chat-citation/ChatCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/file-citation/DocumentCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/file-citation/FileCitationRender.js +1 -1
- package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js +2 -0
- package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.js.map +1 -0
- package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js +2 -0
- package/dist/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.js.map +1 -0
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/image-citation/ImageCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/CustomFileIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/ExternalLinkIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/readfile-citation/icons/FileCodeIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/StormeeContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/GradientButton.js +1 -1
- package/dist/features/RequirementAI/components/citations/stormee-citation/components/ProblemStatementCard.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/FullScreenIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/ImagePreviewDialog.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitation.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationIcon.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageContent.js +1 -1
- package/dist/features/RequirementAI/components/citations/web-citation/WebCitationWithImageRenderer.js +1 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/CustomChatCrRedirection.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterContentWrapper.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterItem.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/gapFilterSvgs.js +1 -1
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +1 -1
- package/dist/features/RequirementAI/components/segment/Segment.js +1 -1
- package/dist/features/RequirementAI/components/segment/SegmentLoader.js +1 -1
- package/dist/features/RequirementAI/components/segment/SegmentWrapper.js +1 -1
- package/dist/features/RequirementAI/components/segment/segment-common.css.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/BigEnoughPanel.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/CompletionPanel.js +2 -0
- package/dist/features/RequirementAI/components/story-screen/CompletionPanel.js.map +1 -0
- package/dist/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js +2 -0
- package/dist/features/RequirementAI/components/story-screen/CompletionPanel.module.css.js.map +1 -0
- package/dist/features/RequirementAI/components/story-screen/ReplaceLearnedTags.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/StreamingScreenSidebar.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/SubfeatureBlock.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalContext.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.module.css.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalBadge/ApprovalBadge.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebar/ApprovalSidebar.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalStatusBadge/ApprovalStatusBadge.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentBlock/ContentBlock.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.module.css.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js +2 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.js.map +1 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js +2 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.js.map +1 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js +2 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.module.css.js.map +1 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +1 -1
- package/dist/features/RequirementAI/hooks/useApprovalStatus.js +1 -1
- package/dist/features/RequirementAI/hooks/useDiffEditReviewMode.js +1 -1
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
- package/dist/features/RequirementAI/icons/AiGapIcon.js +1 -1
- package/dist/features/RequirementAI/icons/AiReasoningIcon.js +1 -1
- package/dist/features/RequirementAI/icons/BigEnoughIcon.js +1 -1
- package/dist/features/RequirementAI/icons/BookmarkIcon.js +1 -1
- package/dist/features/RequirementAI/icons/BrainRed.js +1 -1
- package/dist/features/RequirementAI/icons/CDIcon.js +2 -0
- package/dist/features/RequirementAI/icons/CDIcon.js.map +1 -0
- package/dist/features/RequirementAI/icons/CheckIcon.js +1 -1
- package/dist/features/RequirementAI/icons/ChevronDownIcon.js +1 -1
- package/dist/features/RequirementAI/icons/ChevronUpIcon.js +1 -1
- package/dist/features/RequirementAI/icons/CognitiveDecision.js +1 -1
- package/dist/features/RequirementAI/icons/Illustration.svg.js +2 -0
- package/dist/features/RequirementAI/icons/Illustration.svg.js.map +1 -0
- package/dist/features/RequirementAI/icons/MeetingHighlightsIcon.js +1 -1
- package/dist/features/RequirementAI/icons/MenuUnfoldIcon.js +1 -1
- package/dist/features/RequirementAI/icons/PencilIcon.js +1 -1
- package/dist/features/RequirementAI/icons/ReasoningBulbIcon.js +1 -1
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
- package/dist/features/RequirementAI/icons/SidebarCloseIcon.js +1 -1
- package/dist/features/RequirementAI/icons/SidebarOpenIcon.js +1 -1
- package/dist/features/RequirementAI/icons/TrashIcon.js +1 -1
- package/dist/features/RequirementAI/shared/Accordian.js +1 -1
- package/dist/features/RequirementAI/shared/AtomicButton.js +1 -1
- package/dist/features/RequirementAI/shared/CitationAIConfidenceDisplay.js +1 -1
- package/dist/features/RequirementAI/shared/CitationLoadingIndicator.js +1 -1
- package/dist/features/RequirementAI/shared/CodeViewer.js +1 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/features/RequirementAI/shared/GeneratedCodeCitation.js +1 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +1 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
- package/dist/features/RequirementAI/shared/useMarkdownSearch.js +1 -1
- package/dist/features/RequirementAI/store/markdown-context.js +1 -1
- package/dist/features/RequirementAI/store/ref.context.js +1 -1
- package/dist/features/RequirementAI/utils/css.utils.js +1 -1
- package/dist/features/RequirementAI/utils/diff-edit.utils.js +1 -1
- package/dist/features/RequirementAI/utils/helpers.js +1 -1
- package/dist/features/RequirementAI/utils/json-helper.js +1 -1
- package/dist/features/RequirementAI/utils/learned-tag.utils.js +1 -1
- package/dist/features/RequirementAI/utils/proccess-stream.utils.js +1 -1
- package/dist/features/RequirementAI/utils/user-story.utils.js +1 -1
- package/dist/features/RequirementAI/utils/userStoryAttachedContext.utils.js +1 -1
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
- package/dist/features/RequirementAI/utils/userstory-approval.utils.js +1 -1
- package/dist/features/RulebookCitations/RuleBookCitationApi.js +1 -1
- package/dist/features/RulebookCitations/RuleBookCitationWrapper.js +1 -1
- package/dist/features/UserStoryImport/UserStoryPicker.context.js +1 -1
- package/dist/features/UserStoryImport/UserStoryPicker.js +1 -1
- package/dist/features/UserStoryImport/UserStoryPicker.theme.js +1 -1
- package/dist/features/UserStoryImport/components/BackNav.js +1 -1
- package/dist/features/UserStoryImport/components/Badge.js +1 -1
- package/dist/features/UserStoryImport/components/BrowseProjectsButton.js +1 -1
- package/dist/features/UserStoryImport/components/CardGrid.js +1 -1
- package/dist/features/UserStoryImport/components/CardProceedButton.js +1 -1
- package/dist/features/UserStoryImport/components/ContentArea.js +1 -1
- package/dist/features/UserStoryImport/components/Footer.js +1 -1
- package/dist/features/UserStoryImport/components/Header.js +1 -1
- package/dist/features/UserStoryImport/components/NavRow.js +1 -1
- package/dist/features/UserStoryImport/components/ProceedButton.js +1 -1
- package/dist/features/UserStoryImport/components/ProjectCard.js +1 -1
- package/dist/features/UserStoryImport/components/ResizeHandle.js +1 -1
- package/dist/features/UserStoryImport/components/ScopeDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/SearchInput.js +1 -1
- package/dist/features/UserStoryImport/components/SectionHeading.js +1 -1
- package/dist/features/UserStoryImport/components/ShowMore.js +1 -1
- package/dist/features/UserStoryImport/components/Sidebar.js +1 -1
- package/dist/features/UserStoryImport/components/SidebarFavoritesList.js +1 -1
- package/dist/features/UserStoryImport/components/SidebarProjectList.js +1 -1
- package/dist/features/UserStoryImport/components/SidebarSection.js +1 -1
- package/dist/features/UserStoryImport/components/SortDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/SplitLayout.js +1 -1
- package/dist/features/UserStoryImport/components/Toolbar.js +1 -1
- package/dist/features/UserStoryImport/components/TypeDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/UserStoryCard.js +1 -1
- package/dist/features/UserStoryImport/components/UserStoryImportDialog.js +1 -1
- package/dist/features/UserStoryImport/components/UserStoryScopeDropdown.js +1 -1
- package/dist/features/UserStoryImport/components/usePanelResize.js +1 -1
- package/dist/features/UserStoryImport/hooks/useFilteredItems.js +1 -1
- package/dist/features/UserStoryImport/hooks/useUSPData.js +1 -1
- package/dist/features/UserStoryImport/hooks/useUserStoryPickerState.js +1 -1
- package/dist/features/UserStoryImport/index.js +1 -1
- package/dist/features/UserStoryImport/lib/CustomTooltip.js +1 -1
- package/dist/features/UserStoryImport/lib/Tooltip.js +1 -1
- package/dist/features/UserStoryImport/lib/cn.js +1 -1
- package/dist/features/UserStoryImport/lib/dialog.js +1 -1
- package/dist/index.js +1 -1
- package/dist/service/redlineService.js +2 -0
- package/dist/service/redlineService.js.map +1 -0
- package/dist/types/src/Background.d.ts +7 -0
- package/dist/types/src/Background.d.ts.map +1 -0
- package/dist/types/src/CognitiveCompareTest.d.ts.map +1 -1
- package/dist/types/src/DeviationSummaryTest.d.ts +2 -0
- package/dist/types/src/DeviationSummaryTest.d.ts.map +1 -0
- package/dist/types/src/RedlineEditorTest.d.ts +3 -0
- package/dist/types/src/RedlineEditorTest.d.ts.map +1 -0
- package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +5 -0
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts +9 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts +0 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareLayout.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitation.d.ts +10 -0
- package/dist/types/src/features/GptWebCitation/GptWebCitation.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts +9 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationImageCitation.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationImageFullScreenView.d.ts +3 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationImageFullScreenView.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationSkeleton.d.ts +12 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationSkeleton.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationTest.d.ts +1 -1
- package/dist/types/src/features/GptWebCitation/GptWebCitationTest.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/WebCitationSampleResponse.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/types.d.ts +313 -20
- package/dist/types/src/features/GptWebCitation/types.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/utils/citationData.utils.d.ts +2 -0
- package/dist/types/src/features/GptWebCitation/utils/citationData.utils.d.ts.map +1 -1
- package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts +10 -0
- package/dist/types/src/features/GptWebCitation/utils/fixedHeight.utils.d.ts.map +1 -0
- package/dist/types/src/features/GptWebCitation/utils/styleOverrides.utils.d.ts +6 -0
- package/dist/types/src/features/GptWebCitation/utils/styleOverrides.utils.d.ts.map +1 -0
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts +2 -0
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts.map +1 -1
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponentTest.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/GapRiskSidebar/components/StoryNode/StoryNode.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +156 -3
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts +1 -4
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.d.ts +44 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts +4 -3
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.d.ts +35 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts +25 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.d.ts +23 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts +25 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts +9 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.d.ts +8 -0
- package/dist/types/src/features/RequirementAI/components/UnsavedChangesPopup/UnsavedChangesPopup.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.d.ts +29 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/ClinicalTrialSection.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +8 -3
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +44 -4
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts +25 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ManualEditPopup.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +17 -3
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +35 -2
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.d.ts +12 -0
- package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebCitationRenderer.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.d.ts +6 -0
- package/dist/types/src/features/RequirementAI/components/citations/gpt-web-citation/GptWebcitationPanel.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts +1 -0
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/CompletionPanel.d.ts +15 -0
- package/dist/types/src/features/RequirementAI/components/story-screen/CompletionPanel.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts +7 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/UserStoryApprovalScreen.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts +4 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ContentSegment/ContentSegment.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +14 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.d.ts +11 -0
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/HighlightButtonComponent.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.d.ts +10 -0
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineManualComponent.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts +4 -1
- package/dist/types/src/features/RequirementAI/icons/CDIcon.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts +17 -2
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +10 -0
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts +4 -1
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +22 -12
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts +20 -0
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/utils/userStoryAttachedContext.utils.d.ts.map +1 -1
- package/dist/types/src/features/RulebookCitations/RuleBookCitationApi.d.ts +2 -2
- package/dist/types/src/features/RulebookCitations/RuleBookCitationApi.d.ts.map +1 -1
- package/dist/types/src/features/RulebookCitations/RuleBookCitationWrapper.d.ts +1 -0
- package/dist/types/src/features/RulebookCitations/RuleBookCitationWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RulebookCitations/RuleBookCitationWrapperTest.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +3 -2
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/service/redlineService.d.ts +33 -0
- package/dist/types/src/service/redlineService.d.ts.map +1 -0
- package/package.json +10 -7
- package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
- package/dist/cjs/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
- package/dist/features/GptWebCitation/GptWebCitationMarkdown.js +0 -2
- package/dist/features/GptWebCitation/GptWebCitationMarkdown.js.map +0 -1
|
@@ -1,11 +1,47 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
2
|
import { IOrganizedFiles, IUserStory } from "../../interfaces/userstory.interface";
|
|
3
3
|
import { AiReasonAccordionStyles, AiReasoningAccordionStates, AiReasoningContentStyles, AiReasoningCustomStyles, AppModCitationStyleGroup, BigEnoughCitationStyles, CitationStyleGroup, FileCitationStyles, ImageCitationStyles, MarkdownCustomStyles, RCACitationStyleGroup, ReadFileCitationStyleGroup, SegmentStyles, StormeeCitationStyles, TAIReasoning, UserStoryIcons, WaveformCitationStyles } from "../../types/aiReasoning.type";
|
|
4
|
-
import { CitationConfig, IChatHistoryItem, UserStoryCitations } from "../../interfaces/citation.interface";
|
|
5
|
-
import { UpdatedAnimatedContentStyles, UpdatedAnimatedContentIcons } from "../../shared/UpdatedAnimationContent";
|
|
4
|
+
import { CitationConfig, GptWebCitationPayload, IChatHistoryItem, UserStoryCitations } from "../../interfaces/citation.interface";
|
|
5
|
+
import type { UpdatedAnimatedContentStyles, UpdatedAnimatedContentIcons } from "../../shared/UpdatedAnimationContent";
|
|
6
6
|
import { GapSidebarCustomStyles, GapSidebarCustomIcons } from "../GapRiskSidebar/types/gapRiskSidebar.types";
|
|
7
7
|
import { UserStoryWithCitationCustomStyles } from "../userstory-with-citation/UserStoryWithCitation";
|
|
8
8
|
import { TSegmentComponentConfig } from "../../types/segment.type";
|
|
9
|
+
import { CustomSectionData, SectionField } from "../UserStoryCard/ClinicalTrialSection";
|
|
10
|
+
export declare enum SectionStatus {
|
|
11
|
+
WAITING = "waiting",
|
|
12
|
+
IN_PROGRESS = "in_progress",
|
|
13
|
+
GENERATED = "generated",
|
|
14
|
+
FAILED = "failed",
|
|
15
|
+
GENERATE = "generate",
|
|
16
|
+
APPROVED = "approved"
|
|
17
|
+
}
|
|
18
|
+
export interface SectionStatusConfig {
|
|
19
|
+
isLoadingSectionData?: boolean;
|
|
20
|
+
onLoadSectionData?: () => void;
|
|
21
|
+
status?: SectionStatus;
|
|
22
|
+
onStatusClick?: () => void;
|
|
23
|
+
isNoDataAvailable?: boolean;
|
|
24
|
+
completedCount?: number;
|
|
25
|
+
totalCount?: number;
|
|
26
|
+
}
|
|
27
|
+
export interface ClinicalTrialSectionStyles {
|
|
28
|
+
container?: React.CSSProperties;
|
|
29
|
+
noteContainer?: React.CSSProperties;
|
|
30
|
+
noteIcon?: React.CSSProperties;
|
|
31
|
+
noteText?: React.CSSProperties;
|
|
32
|
+
fieldsRow?: React.CSSProperties;
|
|
33
|
+
field?: React.CSSProperties;
|
|
34
|
+
label?: React.CSSProperties;
|
|
35
|
+
readonlyValue?: React.CSSProperties;
|
|
36
|
+
readonlySummary?: React.CSSProperties;
|
|
37
|
+
input?: React.CSSProperties;
|
|
38
|
+
summaryContainer?: React.CSSProperties;
|
|
39
|
+
summaryTextarea?: React.CSSProperties;
|
|
40
|
+
actionBar?: React.CSSProperties;
|
|
41
|
+
cancelButton?: React.CSSProperties;
|
|
42
|
+
saveButton?: React.CSSProperties;
|
|
43
|
+
spinner?: React.CSSProperties;
|
|
44
|
+
}
|
|
9
45
|
export interface RequirementAICustomStyles {
|
|
10
46
|
userStoryScreenStyles?: {
|
|
11
47
|
wrapperContainer?: React.CSSProperties;
|
|
@@ -79,6 +115,9 @@ export interface RequirementAICustomStyles {
|
|
|
79
115
|
deleted?: React.CSSProperties;
|
|
80
116
|
inserted?: React.CSSProperties;
|
|
81
117
|
segment?: SegmentStyles;
|
|
118
|
+
span?: React.CSSProperties;
|
|
119
|
+
webButton?: React.CSSProperties;
|
|
120
|
+
docButton?: React.CSSProperties;
|
|
82
121
|
};
|
|
83
122
|
streamingSidebar?: {
|
|
84
123
|
container?: React.CSSProperties;
|
|
@@ -213,6 +252,7 @@ export interface RequirementAICustomStyles {
|
|
|
213
252
|
titleSection?: React.CSSProperties;
|
|
214
253
|
titleRow?: React.CSSProperties;
|
|
215
254
|
titleLeft?: React.CSSProperties;
|
|
255
|
+
clinicalTrialSectionStyles?: ClinicalTrialSectionStyles;
|
|
216
256
|
showDisplayName?: {
|
|
217
257
|
wrapper?: React.CSSProperties;
|
|
218
258
|
displayNameIcon?: React.CSSProperties;
|
|
@@ -243,6 +283,7 @@ export interface RequirementAICustomStyles {
|
|
|
243
283
|
justifyBetween?: React.CSSProperties;
|
|
244
284
|
aiReasoningCitaionStyles?: AiReasoningContentStyles;
|
|
245
285
|
BigEnoughStyles?: BigEnoughPanelCustomStyles;
|
|
286
|
+
CompletionStyles?: CompletionPanelCustomStyles;
|
|
246
287
|
savingSpinner?: React.CSSProperties;
|
|
247
288
|
spinAnimation?: React.CSSProperties;
|
|
248
289
|
progressHeaderStyles?: {
|
|
@@ -260,6 +301,31 @@ export interface RequirementAICustomStyles {
|
|
|
260
301
|
addSectionLabel?: React.CSSProperties;
|
|
261
302
|
deleteButton?: React.CSSProperties;
|
|
262
303
|
};
|
|
304
|
+
approveButtonStyles?: {
|
|
305
|
+
container?: React.CSSProperties;
|
|
306
|
+
button?: React.CSSProperties;
|
|
307
|
+
text?: React.CSSProperties;
|
|
308
|
+
icon?: React.CSSProperties;
|
|
309
|
+
};
|
|
310
|
+
statusStyles?: {
|
|
311
|
+
waiting?: React.CSSProperties;
|
|
312
|
+
inProgress?: React.CSSProperties;
|
|
313
|
+
generated?: React.CSSProperties;
|
|
314
|
+
generate?: React.CSSProperties;
|
|
315
|
+
failed?: React.CSSProperties;
|
|
316
|
+
approved?: React.CSSProperties;
|
|
317
|
+
};
|
|
318
|
+
noDataStyles?: {
|
|
319
|
+
container?: React.CSSProperties;
|
|
320
|
+
illustration?: React.CSSProperties;
|
|
321
|
+
title?: React.CSSProperties;
|
|
322
|
+
subtitle?: React.CSSProperties;
|
|
323
|
+
};
|
|
324
|
+
customSectionEditButton?: {
|
|
325
|
+
button?: React.CSSProperties;
|
|
326
|
+
editIcon?: React.CSSProperties;
|
|
327
|
+
cancelIcon?: React.CSSProperties;
|
|
328
|
+
};
|
|
263
329
|
};
|
|
264
330
|
gapSidebar?: GapSidebarCustomStyles;
|
|
265
331
|
PartialRequirementContentStyles?: {
|
|
@@ -290,6 +356,21 @@ export interface BigEnoughPanelCustomStyles {
|
|
|
290
356
|
iconColor?: string;
|
|
291
357
|
iconSize?: number | string;
|
|
292
358
|
}
|
|
359
|
+
export interface CompletionPanelCustomStyles {
|
|
360
|
+
badge?: React.CSSProperties;
|
|
361
|
+
lowCompletion?: React.CSSProperties;
|
|
362
|
+
mediumCompletion?: React.CSSProperties;
|
|
363
|
+
highCompletion?: React.CSSProperties;
|
|
364
|
+
iconColor?: string;
|
|
365
|
+
containerStyle?: React.CSSProperties;
|
|
366
|
+
triggerWrapperStyle?: React.CSSProperties;
|
|
367
|
+
completionButtonStyle?: React.CSSProperties;
|
|
368
|
+
completionIconButtonStyle?: React.CSSProperties;
|
|
369
|
+
backdropStyle?: React.CSSProperties;
|
|
370
|
+
dropdownStyle?: React.CSSProperties;
|
|
371
|
+
showPanelDropdownStyle?: React.CSSProperties;
|
|
372
|
+
chevronStyle?: React.CSSProperties;
|
|
373
|
+
}
|
|
293
374
|
interface IRequirementAIContext {
|
|
294
375
|
userStory: IUserStory[];
|
|
295
376
|
setUserStory: React.Dispatch<React.SetStateAction<IUserStory[]>>;
|
|
@@ -302,6 +383,9 @@ interface IRequirementAIContext {
|
|
|
302
383
|
title?: string;
|
|
303
384
|
gptCitationProps?: any;
|
|
304
385
|
};
|
|
386
|
+
diffEditConfig?: {
|
|
387
|
+
handleDiffEditActionCallback?: (action: 'accept' | 'reject', userStoryData: IUserStory[]) => void;
|
|
388
|
+
};
|
|
305
389
|
aiReasoning: TAIReasoning[];
|
|
306
390
|
setAiReasoning: React.Dispatch<React.SetStateAction<TAIReasoning[]>>;
|
|
307
391
|
citations: UserStoryCitations;
|
|
@@ -318,6 +402,13 @@ interface IRequirementAIContext {
|
|
|
318
402
|
useGetVideoSignedUrlMutation: (gsUtilPath: string) => any;
|
|
319
403
|
useGetVideoSignedUrlQuery: (gsUtilPath: string, cacheKey: string[]) => any;
|
|
320
404
|
getProjectFileUrl?: (gsUtilPath: string) => any;
|
|
405
|
+
getGptWebCitation?: (payload: GptWebCitationPayload) => any;
|
|
406
|
+
gptWebCitationPartialPayload?: {
|
|
407
|
+
userId?: string;
|
|
408
|
+
userEmail?: string;
|
|
409
|
+
userName?: string;
|
|
410
|
+
workflowComposerId?: string;
|
|
411
|
+
};
|
|
321
412
|
};
|
|
322
413
|
customStyles?: RequirementAICustomStyles;
|
|
323
414
|
customIcons?: {
|
|
@@ -339,7 +430,38 @@ interface IRequirementAIContext {
|
|
|
339
430
|
reverted?: React.ReactNode;
|
|
340
431
|
};
|
|
341
432
|
};
|
|
433
|
+
inlineManualComponentConfig?: {
|
|
434
|
+
handleClick?: ((anchorEl: HTMLElement, aiReason: TAIReasoning) => void) | undefined;
|
|
435
|
+
};
|
|
342
436
|
segmentComponentConfig?: TSegmentComponentConfig;
|
|
437
|
+
onEditBlocked?: (id?: string) => void;
|
|
438
|
+
redlineConfig?: {
|
|
439
|
+
redlineConfigId?: string;
|
|
440
|
+
changelogConfigId?: string;
|
|
441
|
+
artifactId?: string;
|
|
442
|
+
inputData?: any;
|
|
443
|
+
baseApiUrl?: string;
|
|
444
|
+
userName?: string;
|
|
445
|
+
userEmail?: string;
|
|
446
|
+
documentComparisonId?: string;
|
|
447
|
+
callCreateDocumentOnInit?: boolean;
|
|
448
|
+
callUpdateDocument?: boolean;
|
|
449
|
+
token?: string;
|
|
450
|
+
documentBaseApiUrl?: string;
|
|
451
|
+
};
|
|
452
|
+
redlineDcoumentId: string;
|
|
453
|
+
setRedlineDocumentId: React.Dispatch<React.SetStateAction<string>>;
|
|
454
|
+
sectionStatusConfig?: SectionStatusConfig;
|
|
455
|
+
completionPercentage?: number;
|
|
456
|
+
customSectionConfig?: {
|
|
457
|
+
shouldRender?: (story: IUserStory) => boolean;
|
|
458
|
+
getFields?: (story: IUserStory) => SectionField[];
|
|
459
|
+
getValue?: (story: IUserStory) => CustomSectionData;
|
|
460
|
+
isSaving?: (story: IUserStory) => boolean;
|
|
461
|
+
onSave?: (story: IUserStory, value: CustomSectionData) => Promise<void> | void;
|
|
462
|
+
isEditDisabled?: boolean;
|
|
463
|
+
};
|
|
464
|
+
updateRedlineDataParent?: (data: any) => Promise<void>;
|
|
343
465
|
}
|
|
344
466
|
export interface RequirementAIWrapperProps {
|
|
345
467
|
children: ReactNode;
|
|
@@ -354,6 +476,9 @@ export interface RequirementAIWrapperProps {
|
|
|
354
476
|
title?: string;
|
|
355
477
|
gptCitationProps?: any;
|
|
356
478
|
};
|
|
479
|
+
diffEditConfig?: {
|
|
480
|
+
handleDiffEditActionCallback?: (action: 'accept' | 'reject', userStoryData: IUserStory[]) => void;
|
|
481
|
+
};
|
|
357
482
|
aiReasoning: TAIReasoning[];
|
|
358
483
|
setAiReasoning: React.Dispatch<React.SetStateAction<TAIReasoning[]>>;
|
|
359
484
|
citations: UserStoryCitations;
|
|
@@ -372,8 +497,36 @@ export interface RequirementAIWrapperProps {
|
|
|
372
497
|
handleClickOutputValue?: ((anchorEl: HTMLElement, aiReason: TAIReasoning) => void) | undefined;
|
|
373
498
|
};
|
|
374
499
|
segmentComponentConfig?: TSegmentComponentConfig;
|
|
500
|
+
onEditBlocked?: (id?: string) => void;
|
|
501
|
+
inlineManualComponentConfig?: {
|
|
502
|
+
handleClick?: ((anchorEl: HTMLElement, aiReason: TAIReasoning) => void) | undefined;
|
|
503
|
+
};
|
|
504
|
+
redlineConfig?: {
|
|
505
|
+
redlineConfigId?: string;
|
|
506
|
+
changelogConfigId?: string;
|
|
507
|
+
artifactId?: string;
|
|
508
|
+
inputData?: any;
|
|
509
|
+
baseApiUrl?: string;
|
|
510
|
+
userName?: string;
|
|
511
|
+
userEmail?: string;
|
|
512
|
+
documentComparisonId?: string;
|
|
513
|
+
callCreateDocumentOnInit?: boolean;
|
|
514
|
+
callUpdateDocument?: boolean;
|
|
515
|
+
documentBaseApiUrl?: string;
|
|
516
|
+
};
|
|
517
|
+
sectionStatusConfig?: SectionStatusConfig;
|
|
518
|
+
completionPercentage?: number;
|
|
519
|
+
customSectionConfig?: {
|
|
520
|
+
shouldRender?: (story: IUserStory) => boolean;
|
|
521
|
+
getFields?: (story: IUserStory) => SectionField[];
|
|
522
|
+
getValue?: (story: IUserStory) => CustomSectionData;
|
|
523
|
+
isSaving?: (story: IUserStory) => boolean;
|
|
524
|
+
onSave?: (story: IUserStory, value: CustomSectionData) => Promise<void> | void;
|
|
525
|
+
isEditDisabled?: boolean;
|
|
526
|
+
};
|
|
527
|
+
updateRedlineDataParent?: (data: any) => Promise<void>;
|
|
375
528
|
}
|
|
376
|
-
declare const RequirementAIWrapper: ({ children, userStory, setUserStory, aiReasoning, setAiReasoning, citations, setCitations, apiCachingConfig, customStyles, customIcons, searchQueryList, searchQueryReasoningIdList, citationConfig, chatHistory, chatCitationConfigs, gptCitationConfigs, aiReasoningAccordionOpenStates, persistedDataFiles, inlineUpdateComponentConfig, segmentComponentConfig }: RequirementAIWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
|
529
|
+
declare const RequirementAIWrapper: ({ children, userStory, setUserStory, aiReasoning, setAiReasoning, citations, setCitations, apiCachingConfig, customStyles, customIcons, searchQueryList, searchQueryReasoningIdList, citationConfig, chatHistory, chatCitationConfigs, gptCitationConfigs, diffEditConfig, aiReasoningAccordionOpenStates, persistedDataFiles, inlineUpdateComponentConfig, segmentComponentConfig, onEditBlocked, inlineManualComponentConfig, redlineConfig, sectionStatusConfig, customSectionConfig, updateRedlineDataParent, }: RequirementAIWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
|
377
530
|
export declare const useRequirementAI: () => IRequirementAIContext;
|
|
378
531
|
export default RequirementAIWrapper;
|
|
379
532
|
//# sourceMappingURL=RequirementAIWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequirementAIWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"RequirementAIWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.tsx"],"names":[],"mappings":"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"}
|
|
@@ -31,8 +31,9 @@ interface EditorType {
|
|
|
31
31
|
};
|
|
32
32
|
mode: TMode;
|
|
33
33
|
doNotShowBorderInViewMode?: boolean;
|
|
34
|
+
onEditBlocked?: (id?: string) => void;
|
|
34
35
|
}
|
|
35
|
-
declare function Editor({ minHeight, height, placeholder, onFocus, onBlur, onChange, onToolbarButtonClick, toolbarConfig, editorRef, editorState, initialString, customToolbar, plugins, nodes, dynamicHeight, artifactContext, commentsPanelState, mode, doNotShowBorderInViewMode }: EditorType): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
declare function Editor({ minHeight, height, placeholder, onFocus, onBlur, onChange, onToolbarButtonClick, toolbarConfig, editorRef, editorState, initialString, customToolbar, plugins, nodes, dynamicHeight, artifactContext, commentsPanelState, mode, doNotShowBorderInViewMode, onEditBlocked, }: EditorType): import("react/jsx-runtime").JSX.Element;
|
|
36
37
|
export default Editor;
|
|
37
38
|
export { ToolbarButton };
|
|
38
39
|
//# sourceMappingURL=Editor.d.ts.map
|
package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/Editor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/Editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,gBAAgB,EAA+B,MAAM,OAAO,CAAC;AAY7E,OAAO,EAAE,aAAa,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/Editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,gBAAgB,EAA+B,MAAM,OAAO,CAAC;AAY7E,OAAO,EAAE,aAAa,EAAE,WAAW,EAAsE,MAAM,SAAS,CAAC;AAGzH,OAAO,aAAa,MAAM,mEAAmE,CAAC;AAK9F,OAAO,mBAAmB,CAAC;AAC3B,OAAO,cAAc,CAAC;AAKtB,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGnD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAa1C,UAAU,UAAU;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,KAAK,IAAI,CAAC;IACxD,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,KAAK,IAAI,CAAC;IACvD,QAAQ,CAAC,EAAE,CACT,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa,EACrB,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,KACd,IAAI,CAAC;IACV,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,SAAS,EAAE,gBAAgB,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC;IAClD,aAAa,CAAC,EAAE;QACd,IAAI,EAAE,MAAM,GAAG,QAAQ,CAAC;QACxB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,aAAa,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IAClC,OAAO,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,kBAAkB,CAAC,EAAE;QACnB,YAAY,EAAE,OAAO,CAAC;QACtB,eAAe,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;KAC1C,CAAC;IACF,IAAI,EAAE,KAAK,CAAC;IACZ,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,aAAa,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,KAAG,IAAI,CAAA;CACpC;AAsHD,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,MAAM,EACN,WAAW,EACX,OAAO,EACP,MAAM,EACN,QAAQ,EACR,oBAAoB,EACpB,aAAsC,EACtC,SAAS,EACT,WAAW,EACX,aAAa,EACb,aAAa,EACb,OAAO,EACP,KAAK,EACL,aAAa,EACb,eAAe,EACf,kBAAkB,EAClB,IAAI,EACJ,yBAAyB,EACzB,aAAa,GACd,EAAE,UAAU,2CAwJZ;AAED,eAAe,MAAM,CAAC;AAEtB,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -2,13 +2,11 @@ import { ElementNode, NodeKey, DOMConversionMap, SerializedElementNode } from "l
|
|
|
2
2
|
export type SerializedDeleteNode = SerializedElementNode & {
|
|
3
3
|
type: "delete";
|
|
4
4
|
version: 1;
|
|
5
|
-
reviewId: string;
|
|
6
5
|
};
|
|
7
6
|
export declare class DeleteNode extends ElementNode {
|
|
8
|
-
__reviewId: string;
|
|
9
7
|
static getType(): string;
|
|
10
8
|
static clone(node: DeleteNode): DeleteNode;
|
|
11
|
-
constructor(
|
|
9
|
+
constructor(key?: NodeKey);
|
|
12
10
|
createDOM(): HTMLElement;
|
|
13
11
|
exportDOM(): {
|
|
14
12
|
element: HTMLModElement;
|
|
@@ -18,7 +16,6 @@ export declare class DeleteNode extends ElementNode {
|
|
|
18
16
|
static importJSON(serializedNode: SerializedDeleteNode): DeleteNode;
|
|
19
17
|
exportJSON(): SerializedDeleteNode;
|
|
20
18
|
isInline(): true;
|
|
21
|
-
canBeEmpty(): false;
|
|
22
19
|
canInsertTextBefore(): false;
|
|
23
20
|
canInsertTextAfter(): false;
|
|
24
21
|
canMergeWith(): false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,OAAO,EACP,gBAAgB,EAEhB,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACzD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"DeleteNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,OAAO,EACP,gBAAgB,EAEhB,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACzD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IAEzC,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAKxC,GAAG,CAAC,EAAE,OAAO;IAKf,SAAS,IAAI,WAAW;IAOxB,SAAS;;;IAIT,SAAS,IAAI,KAAK;IAIlB,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAS3C,MAAM,CAAC,UAAU,CACf,cAAc,EAAE,oBAAoB,GACnC,UAAU;IAIb,UAAU,IAAI,oBAAoB;IAQlC,QAAQ,IAAI,IAAI;IAIhB,mBAAmB,IAAI,KAAK;IAI5B,kBAAkB,IAAI,KAAK;IAI3B,YAAY,IAAI,KAAK;CAGtB"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { DOMConversionMap, DOMExportOutput, EditorConfig, ElementNode, NodeKey, SerializedElementNode } from "lexical";
|
|
2
|
+
export type SerializedHighlightSpanNode = SerializedElementNode & {
|
|
3
|
+
type: "highlight-span";
|
|
4
|
+
version: 1;
|
|
5
|
+
highlightId: string;
|
|
6
|
+
highlightColor: string | null;
|
|
7
|
+
};
|
|
8
|
+
export declare class HighlightSpanNode extends ElementNode {
|
|
9
|
+
__highlightId: string;
|
|
10
|
+
__highlightColor: string | null;
|
|
11
|
+
static getType(): string;
|
|
12
|
+
static clone(node: HighlightSpanNode): HighlightSpanNode;
|
|
13
|
+
constructor(highlightId: string, highlightColor?: string | null, key?: NodeKey);
|
|
14
|
+
createDOM(): HTMLElement;
|
|
15
|
+
exportDOM(): DOMExportOutput;
|
|
16
|
+
private createHighlightElement;
|
|
17
|
+
updateDOM(prevNode: HighlightSpanNode, dom: HTMLElement): boolean;
|
|
18
|
+
static importDOM(): DOMConversionMap | null;
|
|
19
|
+
static importJSON(serializedNode: SerializedHighlightSpanNode): HighlightSpanNode;
|
|
20
|
+
exportJSON(): SerializedHighlightSpanNode;
|
|
21
|
+
isInline(): true;
|
|
22
|
+
}
|
|
23
|
+
export type SerializedHighlightButtonNode = SerializedElementNode & {
|
|
24
|
+
type: "highlight-button";
|
|
25
|
+
version: 1;
|
|
26
|
+
highlightId: string | null;
|
|
27
|
+
highlightType: string | null;
|
|
28
|
+
};
|
|
29
|
+
export declare class HighlightButtonNode extends ElementNode {
|
|
30
|
+
__highlightId: string | null;
|
|
31
|
+
__highlightType: string | null;
|
|
32
|
+
static getType(): string;
|
|
33
|
+
static clone(node: HighlightButtonNode): HighlightButtonNode;
|
|
34
|
+
constructor(highlightId?: string | null, highlightType?: string | null, key?: NodeKey);
|
|
35
|
+
createDOM(config: EditorConfig): HTMLElement;
|
|
36
|
+
exportDOM(): DOMExportOutput;
|
|
37
|
+
private createHighlightButtonElement;
|
|
38
|
+
updateDOM(): false;
|
|
39
|
+
static importDOM(): DOMConversionMap | null;
|
|
40
|
+
static importJSON(serializedNode: SerializedHighlightButtonNode): HighlightButtonNode;
|
|
41
|
+
exportJSON(): SerializedHighlightButtonNode;
|
|
42
|
+
isInline(): true;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=HighlightNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HighlightNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/HighlightNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEhB,eAAe,EACf,YAAY,EACZ,WAAW,EACX,OAAO,EACP,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,2BAA2B,GAAG,qBAAqB,GAAG;IAChE,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,CAAC,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B,CAAC;AAEF,qBAAa,iBAAkB,SAAQ,WAAW;IAChD,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,iBAAiB,GAAG,iBAAiB;gBAStD,WAAW,EAAE,MAAM,EACnB,cAAc,GAAE,MAAM,GAAG,IAAW,EACpC,GAAG,CAAC,EAAE,OAAO;IAOf,SAAS,IAAI,WAAW;IAIxB,SAAS,IAAI,eAAe;IAI5B,OAAO,CAAC,sBAAsB;IAW9B,SAAS,CAAC,QAAQ,EAAE,iBAAiB,EAAE,GAAG,EAAE,WAAW,GAAG,OAAO;IAgBjE,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAe3C,MAAM,CAAC,UAAU,CACf,cAAc,EAAE,2BAA2B,GAC1C,iBAAiB;IAWpB,UAAU,IAAI,2BAA2B;IAUzC,QAAQ,IAAI,IAAI;CAGjB;AAaD,MAAM,MAAM,6BAA6B,GAAG,qBAAqB,GAAG;IAClE,IAAI,EAAE,kBAAkB,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC;IACX,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,qBAAa,mBAAoB,SAAQ,WAAW;IAClD,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,mBAAmB,GAAG,mBAAmB;gBAS1D,WAAW,GAAE,MAAM,GAAG,IAAW,EACjC,aAAa,GAAE,MAAM,GAAG,IAAW,EACnC,GAAG,CAAC,EAAE,OAAO;IAOf,SAAS,CAAC,MAAM,EAAE,YAAY,GAAG,WAAW;IAY5C,SAAS,IAAI,eAAe;IAI5B,OAAO,CAAC,4BAA4B;IAepC,SAAS,IAAI,KAAK;IAIlB,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAe3C,MAAM,CAAC,UAAU,CACf,cAAc,EAAE,6BAA6B,GAC5C,mBAAmB;IAWtB,UAAU,IAAI,6BAA6B;IAU3C,QAAQ,IAAI,IAAI;CAGjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InitialHtml.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"InitialHtml.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InitialHtml.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAG7C,UAAU,uBAAuB;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,KAAK,CAAA;CACZ;AAED,eAAO,MAAM,WAAW,0CAIrB,uBAAuB,KAAG,IA0C5B,CAAC"}
|
|
@@ -2,13 +2,11 @@ import { ElementNode, NodeKey, SerializedElementNode, DOMConversionMap, EditorCo
|
|
|
2
2
|
export type SerializedInsertNode = SerializedElementNode & {
|
|
3
3
|
type: "insert";
|
|
4
4
|
version: 1;
|
|
5
|
-
reviewId: string;
|
|
6
5
|
};
|
|
7
6
|
export declare class InsertNode extends ElementNode {
|
|
8
|
-
__reviewId: string;
|
|
9
7
|
static getType(): string;
|
|
10
8
|
static clone(node: InsertNode): InsertNode;
|
|
11
|
-
constructor(
|
|
9
|
+
constructor(key?: NodeKey);
|
|
12
10
|
createDOM(): HTMLElement;
|
|
13
11
|
exportDOM(): DOMExportOutput;
|
|
14
12
|
updateDOM(prevNode: InsertNode, dom: HTMLElement, config: EditorConfig): boolean;
|
|
@@ -16,5 +14,8 @@ export declare class InsertNode extends ElementNode {
|
|
|
16
14
|
static importJSON(serializedNode: SerializedInsertNode): InsertNode;
|
|
17
15
|
exportJSON(): SerializedInsertNode;
|
|
18
16
|
isInline(): boolean;
|
|
17
|
+
canInsertTextBefore(): false;
|
|
18
|
+
canInsertTextAfter(): false;
|
|
19
|
+
canMergeWith(): false;
|
|
19
20
|
}
|
|
20
21
|
//# sourceMappingURL=InsertNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsertNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,YAAY,
|
|
1
|
+
{"version":3,"file":"InsertNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,YAAY,EACZ,eAAe,EAChB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACzD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IAEzC,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAKxC,GAAG,CAAC,EAAE,OAAO;IASf,SAAS,IAAI,WAAW;IAOxB,SAAS,IAAI,eAAe;IAK5B,SAAS,CACP,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,WAAW,EAChB,MAAM,EAAE,YAAY,GACnB,OAAO;IAQV,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAa3C,MAAM,CAAC,UAAU,CACf,cAAc,EAAE,oBAAoB,GACnC,UAAU;IAIb,UAAU,IAAI,oBAAoB;IAYlC,QAAQ,IAAI,OAAO;IAInB,mBAAmB,IAAI,KAAK;IAI5B,kBAAkB,IAAI,KAAK;IAI3B,YAAY,IAAI,KAAK;CAGtB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { DecoratorNode, EditorConfig, LexicalNode, NodeKey, SerializedLexicalNode, Spread } from 'lexical';
|
|
2
|
+
export type SerializedInvisibleNode = Spread<{
|
|
3
|
+
id: string;
|
|
4
|
+
}, SerializedLexicalNode>;
|
|
5
|
+
export declare class InvisibleNode extends DecoratorNode<null> {
|
|
6
|
+
__id: string;
|
|
7
|
+
static getType(): string;
|
|
8
|
+
static clone(node: InvisibleNode): InvisibleNode;
|
|
9
|
+
constructor(id: string, key?: NodeKey);
|
|
10
|
+
createDOM(_config: EditorConfig): HTMLElement;
|
|
11
|
+
updateDOM(): boolean;
|
|
12
|
+
exportJSON(): SerializedInvisibleNode;
|
|
13
|
+
static importJSON(serializedNode: SerializedInvisibleNode): InvisibleNode;
|
|
14
|
+
exportDOM(): {
|
|
15
|
+
element: HTMLElement;
|
|
16
|
+
};
|
|
17
|
+
static importDOM(): {
|
|
18
|
+
invisible: (el: HTMLElement) => {
|
|
19
|
+
conversion: () => {
|
|
20
|
+
node: InvisibleNode;
|
|
21
|
+
};
|
|
22
|
+
priority: 1;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
isInline(): boolean;
|
|
26
|
+
isKeyboardSelectable(): boolean;
|
|
27
|
+
remove(preserveEmptyParent?: boolean): this;
|
|
28
|
+
decorate(): null;
|
|
29
|
+
getId(): string;
|
|
30
|
+
setId(id: string): void;
|
|
31
|
+
toMarkup(): string;
|
|
32
|
+
}
|
|
33
|
+
export declare function $createInvisibleNode(id: string): InvisibleNode;
|
|
34
|
+
export declare function $isInvisibleNode(node: LexicalNode | null | undefined): node is InvisibleNode;
|
|
35
|
+
//# sourceMappingURL=InvisibleNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvisibleNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InvisibleNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,YAAY,EACZ,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,MAAM,EACT,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,uBAAuB,GAAG,MAAM,CACxC;IACI,EAAE,EAAE,MAAM,CAAC;CACd,EACD,qBAAqB,CACxB,CAAC;AAEF,qBAAa,aAAc,SAAQ,aAAa,CAAC,IAAI,CAAC;IAClD,IAAI,EAAE,MAAM,CAAC;IAEb,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,aAAa,GAAG,aAAa;gBAIpC,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,OAAO;IAKrC,SAAS,CAAC,OAAO,EAAE,YAAY,GAAG,WAAW;IAQ7C,SAAS,IAAI,OAAO;IAIpB,UAAU,IAAI,uBAAuB;IASrC,MAAM,CAAC,UAAU,CACb,cAAc,EAAE,uBAAuB,GACxC,aAAa;IAIhB,SAAS;;;IAST,MAAM,CAAC,SAAS;wBAEQ,WAAW;;;;;;;IAUnC,QAAQ,IAAI,OAAO;IAInB,oBAAoB,IAAI,OAAO;IAI/B,MAAM,CAAC,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI;IAI3C,QAAQ,IAAI,IAAI;IAIhB,KAAK,IAAI,MAAM;IAIf,KAAK,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAIvB,QAAQ,IAAI,MAAM;CAGrB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,aAAa,CAE9D;AAED,wBAAgB,gBAAgB,CAC5B,IAAI,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,GACrC,IAAI,IAAI,aAAa,CAEvB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ElementNode, NodeKey, SerializedElementNode, DOMConversionMap, DOMExportOutput } from "lexical";
|
|
2
|
+
export type SerializedManualNode = SerializedElementNode & {
|
|
3
|
+
type: "manual";
|
|
4
|
+
version: 1;
|
|
5
|
+
id: string;
|
|
6
|
+
status?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare class ManualNode extends ElementNode {
|
|
9
|
+
__id: string;
|
|
10
|
+
__status: string;
|
|
11
|
+
static getType(): string;
|
|
12
|
+
static clone(node: ManualNode): ManualNode;
|
|
13
|
+
constructor(id?: string, status?: string, key?: NodeKey);
|
|
14
|
+
getId(): string;
|
|
15
|
+
getStatus(): string;
|
|
16
|
+
setStatus(status: string): void;
|
|
17
|
+
createDOM(): HTMLElement;
|
|
18
|
+
exportDOM(): DOMExportOutput;
|
|
19
|
+
updateDOM(prevNode: ManualNode, dom: HTMLElement): boolean;
|
|
20
|
+
static importDOM(): DOMConversionMap | null;
|
|
21
|
+
static importJSON(serializedNode: SerializedManualNode): ManualNode;
|
|
22
|
+
exportJSON(): SerializedManualNode;
|
|
23
|
+
isInline(): boolean;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=ManualNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManualNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/ManualNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,eAAe,EAClB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACvD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAKtC,EAAE,GAAE,MAA4B,EAChC,MAAM,GAAE,MAAW,EACnB,GAAG,CAAC,EAAE,OAAO;IAWjB,KAAK,IAAI,MAAM;IAIf,SAAS,IAAI,MAAM;IAInB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAS/B,SAAS,IAAI,WAAW;IAcxB,SAAS,IAAI,eAAe;IAM5B,SAAS,CACL,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,WAAW,GACjB,OAAO;IAsBV,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAa3C,MAAM,CAAC,UAAU,CACb,cAAc,EAAE,oBAAoB,GACrC,UAAU;IAQb,UAAU,IAAI,oBAAoB;IAclC,QAAQ,IAAI,OAAO;CAGtB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ElementNode, NodeKey, DOMConversionMap, SerializedElementNode } from "lexical";
|
|
2
|
+
export type SerializedPreservedNode = SerializedElementNode & {
|
|
3
|
+
type: "preserved";
|
|
4
|
+
version: 1;
|
|
5
|
+
};
|
|
6
|
+
export declare class PreservedNode extends ElementNode {
|
|
7
|
+
static getType(): string;
|
|
8
|
+
static clone(node: PreservedNode): PreservedNode;
|
|
9
|
+
constructor(key?: NodeKey);
|
|
10
|
+
createDOM(): HTMLElement;
|
|
11
|
+
exportDOM(): {
|
|
12
|
+
element: HTMLElement;
|
|
13
|
+
};
|
|
14
|
+
updateDOM(): false;
|
|
15
|
+
static importDOM(): DOMConversionMap | null;
|
|
16
|
+
static importJSON(serializedNode: SerializedPreservedNode): PreservedNode;
|
|
17
|
+
exportJSON(): SerializedPreservedNode;
|
|
18
|
+
isInline(): true;
|
|
19
|
+
canInsertTextBefore(): false;
|
|
20
|
+
canInsertTextAfter(): false;
|
|
21
|
+
canMergeWith(): false;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=PreservedNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreservedNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/PreservedNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,OAAO,EACP,gBAAgB,EAEhB,qBAAqB,EACrB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,uBAAuB,GAAG,qBAAqB,GAAG;IAC7D,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC;CACX,CAAC;AAEF,qBAAa,aAAc,SAAQ,WAAW;IAE7C,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,aAAa,GAAG,aAAa;gBAK/C,GAAG,CAAC,EAAE,OAAO;IAKd,SAAS,IAAI,WAAW;IAOxB,SAAS;;;IAKT,SAAS,IAAI,KAAK;IAIlB,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAS3C,MAAM,CAAC,UAAU,CAChB,cAAc,EAAE,uBAAuB,GACrC,aAAa;IAIhB,UAAU,IAAI,uBAAuB;IAQrC,QAAQ,IAAI,IAAI;IAIhB,mBAAmB,IAAI,KAAK;IAI5B,kBAAkB,IAAI,KAAK;IAI3B,YAAY,IAAI,KAAK;CAGrB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ElementNode, NodeKey, SerializedElementNode, DOMConversionMap, DOMExportOutput } from "lexical";
|
|
2
|
+
export type SerializedUpdateNode = SerializedElementNode & {
|
|
3
|
+
type: "update";
|
|
4
|
+
version: 1;
|
|
5
|
+
id: string;
|
|
6
|
+
status?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare class UpdateNode extends ElementNode {
|
|
9
|
+
__id: string;
|
|
10
|
+
__status: string;
|
|
11
|
+
static getType(): string;
|
|
12
|
+
static clone(node: UpdateNode): UpdateNode;
|
|
13
|
+
constructor(id?: string, status?: string, key?: NodeKey);
|
|
14
|
+
getId(): string;
|
|
15
|
+
getStatus(): string;
|
|
16
|
+
setStatus(status: string): void;
|
|
17
|
+
createDOM(): HTMLElement;
|
|
18
|
+
exportDOM(): DOMExportOutput;
|
|
19
|
+
updateDOM(prevNode: UpdateNode, dom: HTMLElement): boolean;
|
|
20
|
+
static importDOM(): DOMConversionMap | null;
|
|
21
|
+
static importJSON(serializedNode: SerializedUpdateNode): UpdateNode;
|
|
22
|
+
exportJSON(): SerializedUpdateNode;
|
|
23
|
+
isInline(): boolean;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=UpdateNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateNode.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/plugins/UpdateNode.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,OAAO,EACP,qBAAqB,EACrB,gBAAgB,EAEhB,eAAe,EAClB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,qBAAqB,GAAG;IACvD,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAE,CAAC,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,qBAAa,UAAW,SAAQ,WAAW;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IAEjB,MAAM,CAAC,OAAO,IAAI,MAAM;IAIxB,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,UAAU,GAAG,UAAU;gBAStC,EAAE,GAAE,MAA4B,EAChC,MAAM,GAAE,MAAW,EACnB,GAAG,CAAC,EAAE,OAAO;IAWjB,KAAK,IAAI,MAAM;IAIf,SAAS,IAAI,MAAM;IAInB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAS/B,SAAS,IAAI,WAAW;IAcxB,SAAS,IAAI,eAAe;IAM5B,SAAS,CACL,QAAQ,EAAE,UAAU,EACpB,GAAG,EAAE,WAAW,GACjB,OAAO;IAsBV,MAAM,CAAC,SAAS,IAAI,gBAAgB,GAAG,IAAI;IAa3C,MAAM,CAAC,UAAU,CACb,cAAc,EAAE,oBAAoB,GACrC,UAAU;IAQb,UAAU,IAAI,oBAAoB;IAclC,QAAQ,IAAI,OAAO;CAGtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlaygroundEditorTheme.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAEhD,OAAO,6BAA6B,CAAC;AAErC,QAAA,MAAM,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"PlaygroundEditorTheme.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/theme/PlaygroundEditorTheme.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAEhD,OAAO,6BAA6B,CAAC;AAErC,QAAA,MAAM,KAAK,EAAE,kBAgHZ,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,OAAO,aAAa,CAAC;AAErB,QAAA,MAAM,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/RequirementAI/components/RichTextEditor/Editor/theme/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAElD,OAAO,aAAa,CAAC;AAErB,QAAA,MAAM,KAAK,EAAE,kBAwFZ,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
interface TextEditorProps {
|
|
2
3
|
type: "string" | "html";
|
|
3
4
|
value: string;
|
|
@@ -8,8 +9,15 @@ interface TextEditorProps {
|
|
|
8
9
|
height: string;
|
|
9
10
|
mode: TMode;
|
|
10
11
|
doNotShowBorderInViewMode?: boolean;
|
|
12
|
+
onEditBlocked?: (id?: string) => void;
|
|
13
|
+
onSaveUnsavedChanges?: () => void | Promise<void>;
|
|
14
|
+
onDiscardUnsavedChanges?: () => void;
|
|
15
|
+
isSavingUnsavedChanges?: boolean;
|
|
11
16
|
}
|
|
12
17
|
export type TMode = "readOnly" | "edit";
|
|
13
|
-
|
|
18
|
+
export interface RichTextEditorHandle {
|
|
19
|
+
requestClose: () => boolean;
|
|
20
|
+
}
|
|
21
|
+
declare const RichTextEditor: import("react").ForwardRefExoticComponent<TextEditorProps & import("react").RefAttributes<RichTextEditorHandle>>;
|
|
14
22
|
export default RichTextEditor;
|
|
15
23
|
//# sourceMappingURL=RichTextEditor.d.ts.map
|