@viswa-test/requirement-ai 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assests/svg/ButtonCognitiveIcon.js +1 -1
- package/dist/assests/svg/PdfViewerIcons.js +1 -1
- package/dist/cjs/assests/svg/ButtonCognitiveIcon.js +1 -1
- package/dist/cjs/assests/svg/PdfViewerIcons.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CitationAnchor.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveCompareConstants.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CognitivePopup.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CompareContext.js +2 -0
- package/dist/cjs/features/CognitiveCompare/CompareContext.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/ResizableSplitPane.js +1 -1
- package/dist/cjs/features/CognitiveCompare/components/CognitiveSummaryPopup.js +2 -0
- package/dist/cjs/features/CognitiveCompare/components/CognitiveSummaryPopup.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/components/CompareHeader.js +1 -1
- package/dist/cjs/features/CognitiveCompare/components/LHSSectionRow.js +2 -0
- package/dist/cjs/features/CognitiveCompare/components/LHSSectionRow.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/components/RHSSectionRow.js +2 -0
- package/dist/cjs/features/CognitiveCompare/components/RHSSectionRow.js.map +1 -0
- 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/components/SvgConnectors.js +2 -0
- package/dist/cjs/features/CognitiveCompare/components/SvgConnectors.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/components/connectedLines.js +2 -0
- package/dist/cjs/features/CognitiveCompare/components/connectedLines.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/hooks/memoizedMarkdown.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useComparePopups.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useDeviationNavigation.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +2 -0
- package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/hooks/useResizeHandler.js +2 -0
- package/dist/cjs/features/CognitiveCompare/hooks/useResizeHandler.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/hooks/useSideBySide.js +2 -0
- package/dist/cjs/features/CognitiveCompare/hooks/useSideBySide.js.map +1 -0
- package/dist/cjs/features/CognitiveCompare/hooks/useStyles.js +2 -0
- package/dist/cjs/features/CognitiveCompare/hooks/useStyles.js.map +1 -0
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +1 -1
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +1 -1
- package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +1 -1
- package/dist/cjs/features/IngestionStatus/IngestionStatusComponent.js +2 -0
- package/dist/cjs/features/IngestionStatus/IngestionStatusComponent.js.map +1 -0
- package/dist/cjs/features/IngestionStatus/ingestion.module.css.js +2 -0
- package/dist/cjs/features/IngestionStatus/ingestion.module.css.js.map +1 -0
- package/dist/cjs/features/IngestionStatus/useIngestionStatus.js +2 -0
- package/dist/cjs/features/IngestionStatus/useIngestionStatus.js.map +1 -0
- package/dist/cjs/features/PdfViewer/PdfToolbar.js +1 -1
- package/dist/cjs/features/PdfViewer/PdfViewer.js +1 -1
- package/dist/cjs/features/PdfViewer/usePdfHighlight.js +1 -1
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js +2 -0
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +2 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationComponent.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationComponent.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/InterateComponent.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/InterateComponent.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +1 -0
- 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/History.svg.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
- package/dist/cjs/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.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/cra/PartialRequirementContent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js +2 -0
- package/dist/cjs/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js +2 -0
- package/dist/cjs/features/RequirementAI/components/segment/Segment.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/segment/segment.module.css.js.map +1 -0
- 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-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/InlineUpdatedComponent.js +2 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +1 -0
- package/dist/cjs/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js +2 -0
- package/dist/cjs/features/RequirementAI/icons/BrainRed.js.map +1 -0
- package/dist/cjs/features/RequirementAI/icons/CognitiveDecision.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
- package/dist/cjs/features/RequirementAI/utils/css.utils.js +2 -0
- package/dist/cjs/features/RequirementAI/utils/css.utils.js.map +1 -0
- package/dist/cjs/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
- package/dist/cjs/features/SplitterCitations/Splitter.module.css.js +1 -1
- package/dist/cjs/features/SplitterCitations/SplitterCitationsComponent.js +1 -1
- package/dist/cjs/features/TextualGuidelines/TextualGuideLinesComponent.js +2 -0
- package/dist/cjs/features/TextualGuidelines/TextualGuideLinesComponent.js.map +1 -0
- package/dist/cjs/features/TextualGuidelines/TextualGuidelines.module.css.js +2 -0
- package/dist/cjs/features/TextualGuidelines/TextualGuidelines.module.css.js.map +1 -0
- package/dist/cjs/features/UserStoryImport/components/ProjectCard.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/hooks/useUSPData.js +1 -1
- package/dist/cjs/features/UserStoryImport/user-story-picker.css.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/features/CognitiveCompare/CitationAnchor.js +1 -1
- package/dist/features/CognitiveCompare/CognitiveCompare.js +1 -1
- package/dist/features/CognitiveCompare/CognitiveCompareConstants.js +1 -1
- package/dist/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
- package/dist/features/CognitiveCompare/CognitivePopup.js +1 -1
- package/dist/features/CognitiveCompare/CompareContext.js +2 -0
- package/dist/features/CognitiveCompare/CompareContext.js.map +1 -0
- package/dist/features/CognitiveCompare/ResizableSplitPane.js +1 -1
- package/dist/features/CognitiveCompare/components/CognitiveSummaryPopup.js +2 -0
- package/dist/features/CognitiveCompare/components/CognitiveSummaryPopup.js.map +1 -0
- package/dist/features/CognitiveCompare/components/CompareHeader.js +1 -1
- package/dist/features/CognitiveCompare/components/LHSSectionRow.js +2 -0
- package/dist/features/CognitiveCompare/components/LHSSectionRow.js.map +1 -0
- package/dist/features/CognitiveCompare/components/RHSSectionRow.js +2 -0
- package/dist/features/CognitiveCompare/components/RHSSectionRow.js.map +1 -0
- package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
- package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
- package/dist/features/CognitiveCompare/components/SvgConnectors.js +2 -0
- package/dist/features/CognitiveCompare/components/SvgConnectors.js.map +1 -0
- package/dist/features/CognitiveCompare/components/connectedLines.js +2 -0
- package/dist/features/CognitiveCompare/components/connectedLines.js.map +1 -0
- package/dist/features/CognitiveCompare/hooks/memoizedMarkdown.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useComparePopups.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useDeviationNavigation.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +2 -0
- package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js.map +1 -0
- package/dist/features/CognitiveCompare/hooks/useResizeHandler.js +2 -0
- package/dist/features/CognitiveCompare/hooks/useResizeHandler.js.map +1 -0
- package/dist/features/CognitiveCompare/hooks/useSideBySide.js +2 -0
- package/dist/features/CognitiveCompare/hooks/useSideBySide.js.map +1 -0
- package/dist/features/CognitiveCompare/hooks/useStyles.js +2 -0
- package/dist/features/CognitiveCompare/hooks/useStyles.js.map +1 -0
- package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.js +1 -1
- package/dist/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.js +1 -1
- package/dist/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +1 -1
- package/dist/features/IngestionStatus/IngestionStatusComponent.js +2 -0
- package/dist/features/IngestionStatus/IngestionStatusComponent.js.map +1 -0
- package/dist/features/IngestionStatus/ingestion.module.css.js +2 -0
- package/dist/features/IngestionStatus/ingestion.module.css.js.map +1 -0
- package/dist/features/IngestionStatus/useIngestionStatus.js +2 -0
- package/dist/features/IngestionStatus/useIngestionStatus.js.map +1 -0
- package/dist/features/PdfViewer/PdfToolbar.js +1 -1
- package/dist/features/PdfViewer/PdfViewer.js +1 -1
- package/dist/features/PdfViewer/usePdfHighlight.js +1 -1
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js +2 -0
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.js.map +1 -0
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js +2 -0
- package/dist/features/RequirementAI/components/CustomPopover/CustomPopover.module.css.js.map +1 -0
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.css.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/Editor.js +1 -1
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js +2 -0
- package/dist/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.js.map +1 -0
- package/dist/features/RequirementAI/components/RichTextEditor/RichTextEditor.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/AttachedContext.module.css.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationComponent.css.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationComponent.css.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/InterateComponent.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/InterateComponent.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.js.map +1 -0
- 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/History.svg.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/History.svg.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/aiMagic.svg.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/cognitiveBrain.svg.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/icons/message-chat-square.svg.js.map +1 -0
- package/dist/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonAccoridon.module.css.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/cra/PartialRequirementContent.js +1 -1
- package/dist/features/RequirementAI/components/cra/PartialRequirementContent.module.css.js +1 -1
- package/dist/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.js +1 -1
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js +2 -0
- package/dist/features/RequirementAI/components/segment/ExampleComponentWrapper.js.map +1 -0
- package/dist/features/RequirementAI/components/segment/Segment.js +2 -0
- package/dist/features/RequirementAI/components/segment/Segment.js.map +1 -0
- package/dist/features/RequirementAI/components/segment/segment.module.css.js +2 -0
- package/dist/features/RequirementAI/components/segment/segment.module.css.js.map +1 -0
- 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-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/InlineUpdatedComponent.js +2 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.js.map +1 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js +2 -0
- package/dist/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.module.css.js.map +1 -0
- package/dist/features/RequirementAI/hooks/useStreamContentHandler.js +1 -1
- package/dist/features/RequirementAI/icons/BrainRed.js +2 -0
- package/dist/features/RequirementAI/icons/BrainRed.js.map +1 -0
- package/dist/features/RequirementAI/icons/CognitiveDecision.js +1 -1
- package/dist/features/RequirementAI/shared/UpdatedAnimationContent.js +1 -1
- package/dist/features/RequirementAI/utils/css.utils.js +2 -0
- package/dist/features/RequirementAI/utils/css.utils.js.map +1 -0
- package/dist/features/RequirementAI/utils/userstory-approval-transform.utils.js +1 -1
- package/dist/features/SplitterCitations/Splitter.module.css.js +1 -1
- package/dist/features/SplitterCitations/SplitterCitationsComponent.js +1 -1
- package/dist/features/TextualGuidelines/TextualGuideLinesComponent.js +2 -0
- package/dist/features/TextualGuidelines/TextualGuideLinesComponent.js.map +1 -0
- package/dist/features/TextualGuidelines/TextualGuidelines.module.css.js +2 -0
- package/dist/features/TextualGuidelines/TextualGuidelines.module.css.js.map +1 -0
- package/dist/features/UserStoryImport/components/ProjectCard.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/hooks/useUSPData.js +1 -1
- package/dist/features/UserStoryImport/user-story-picker.css.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/src/CognitiveCompareTest.d.ts.map +1 -1
- package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CitationRenderer.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareConstants.d.ts +2 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareConstants.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +57 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts +14 -0
- package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CompareContext.d.ts +64 -0
- package/dist/types/src/features/CognitiveCompare/CompareContext.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/ResizableSplitPane.d.ts +1 -0
- package/dist/types/src/features/CognitiveCompare/ResizableSplitPane.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/CognitiveSummaryPopup.d.ts +3 -0
- package/dist/types/src/features/CognitiveCompare/components/CognitiveSummaryPopup.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/components/CompareHeader.d.ts +3 -1
- package/dist/types/src/features/CognitiveCompare/components/CompareHeader.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/LHSSectionRow.d.ts +9 -0
- package/dist/types/src/features/CognitiveCompare/components/LHSSectionRow.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/components/RHSSectionRow.d.ts +9 -0
- package/dist/types/src/features/CognitiveCompare/components/RHSSectionRow.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts +1 -14
- package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts +2 -19
- package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/SvgConnectors.d.ts +36 -0
- package/dist/types/src/features/CognitiveCompare/components/SvgConnectors.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/components/connectedLines.d.ts +6 -0
- package/dist/types/src/features/CognitiveCompare/components/connectedLines.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts +4 -1
- package/dist/types/src/features/CognitiveCompare/hooks/memoizedMarkdown.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useComparePopups.d.ts +6 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useComparePopups.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useDeviationNavigation.d.ts +7 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useDeviationNavigation.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts +27 -0
- package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/hooks/useResizeHandler.d.ts +5 -0
- package/dist/types/src/features/CognitiveCompare/hooks/useResizeHandler.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/hooks/useSectionRefs.d.ts +1 -2
- package/dist/types/src/features/CognitiveCompare/hooks/useSectionRefs.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts +35 -0
- package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveCompare/hooks/useStyles.d.ts +15 -0
- package/dist/types/src/features/CognitiveCompare/hooks/useStyles.d.ts.map +1 -0
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts +1 -0
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts +2 -0
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts.map +1 -1
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts +26 -0
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts.map +1 -0
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponentTest.d.ts +7 -0
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponentTest.d.ts.map +1 -0
- package/dist/types/src/features/IngestionStatus/useIngestionStatus.d.ts +40 -0
- package/dist/types/src/features/IngestionStatus/useIngestionStatus.d.ts.map +1 -0
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts +2 -1
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts.map +1 -1
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts +2 -1
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts.map +1 -1
- package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts +14 -0
- package/dist/types/src/features/RequirementAI/components/CustomPopover/CustomPopover.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +35 -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.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts +18 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/DeleteNode.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts +24 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/Editor/plugins/InsertNode.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/RichTextEditor/RichTextEditor.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts +13 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/AttachedContext.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts +27 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationAnchor.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts +11 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CitationRenderer.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +20 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts +9 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/ResizableSplitPane.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +12 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/InterateComponent.d.ts +28 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/InterateComponent.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts +17 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts +8 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/ToneToggle.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts +22 -10
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/UserStoryCard.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts +7 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/AiGapIcon.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts +6 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/icons/PdfViewerIcons.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts +4 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AIReasonAccordion.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts +1 -0
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitation.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts +4 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasoningCitationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/BigEnoughComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts +2 -2
- package/dist/types/src/features/RequirementAI/components/cra/PartialRequirementContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts +0 -1
- package/dist/types/src/features/RequirementAI/components/lsc-reason-gap/GapFilterBlock.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts +11 -0
- package/dist/types/src/features/RequirementAI/components/segment/ExampleComponentWrapper.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts +17 -0
- package/dist/types/src/features/RequirementAI/components/segment/Segment.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/story-screen/StreamingScreenSidebar.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/SubfeatureBlock.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +41 -4
- 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/InlineUpdatedComponent.d.ts +19 -0
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/components/InlineUpdatedComponent.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts +3 -0
- package/dist/types/src/features/RequirementAI/hooks/useStreamContentHandler.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts +5 -1
- package/dist/types/src/features/RequirementAI/icons/CognitiveDecision.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/interfaces/userstory.interface.d.ts +8 -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 +1 -0
- package/dist/types/src/features/RequirementAI/shared/UpdatedAnimationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +35 -0
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts +19 -0
- package/dist/types/src/features/RequirementAI/types/segment.type.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts +2 -0
- package/dist/types/src/features/RequirementAI/utils/css.utils.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/utils/userstory-approval-transform.utils.d.ts.map +1 -1
- package/dist/types/src/features/SplitterCitations/SplitterCitationsComponent.d.ts +2 -0
- package/dist/types/src/features/SplitterCitations/SplitterCitationsComponent.d.ts.map +1 -1
- package/dist/types/src/features/SplitterCitations/SplitterCitationsTest.d.ts.map +1 -1
- package/dist/types/src/features/TextualGuidelines/TextualGudelinesTest.d.ts +5 -0
- package/dist/types/src/features/TextualGuidelines/TextualGudelinesTest.d.ts.map +1 -0
- package/dist/types/src/features/TextualGuidelines/TextualGuideLinesComponent.d.ts +13 -0
- package/dist/types/src/features/TextualGuidelines/TextualGuideLinesComponent.d.ts.map +1 -0
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts +2 -1
- package/dist/types/src/features/UserStoryImport/UserStoryPicker.types.d.ts.map +1 -1
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts +1 -1
- package/dist/types/src/features/UserStoryImport/components/TypeDropdown.d.ts.map +1 -1
- package/dist/types/src/features/UserStoryImport/components/UserStoryCard.d.ts.map +1 -1
- package/dist/types/src/features/UserStoryImport/hooks/useUSPData.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +32 -27
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +42 -2
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { SectionBlock } from "./CognitiveCompareTypes";
|
|
1
2
|
export declare const safeStringify: (val: unknown) => string;
|
|
2
3
|
export declare const hasValue: (val: unknown) => boolean;
|
|
3
4
|
export declare const getSideData: (node: any, sideIndex: "0" | "1", indexMap: Record<string, string>) => {
|
|
4
5
|
title: string;
|
|
5
6
|
content: string;
|
|
7
|
+
change_history: string;
|
|
6
8
|
attributes: any;
|
|
7
9
|
subsections: any;
|
|
8
10
|
};
|
|
@@ -42,8 +44,20 @@ export declare const checkPathMatchesIdx: (pathStr: string, idx: number) => bool
|
|
|
42
44
|
export declare const areMarkdownPropsEqual: (prevProps: any, nextProps: any) => boolean;
|
|
43
45
|
export declare const DEVIATION_BADGE_SEPARATOR = "::";
|
|
44
46
|
export declare const isMissingStr: (str: string | undefined | null) => boolean;
|
|
47
|
+
export declare const hasMeaningfulRedlineTags: (content: unknown) => boolean;
|
|
48
|
+
export declare const stripRedlineTags: (content: unknown) => string;
|
|
45
49
|
export declare const extractDeviationScore: (evaluationResult: any, fallbackLabel?: any) => any;
|
|
46
50
|
export declare const getBentArrowPath: (x1: number, y1: number, x2: number, y2: number, radius?: number) => string;
|
|
47
51
|
export declare const smoothScrollTo: (element: HTMLElement, targetPosition: number, duration?: number, onComplete?: () => void, onProgress?: () => void) => void;
|
|
52
|
+
export declare const escapeRegExp: (string: string) => string;
|
|
53
|
+
export declare const getFirstDeviationColor: (evaluationResult: any) => string;
|
|
54
|
+
export declare const getFirstDeviationOutputValue: (evaluationResult: any) => string | null;
|
|
55
|
+
export declare const mixHexColors: (hex1: string, hex2: string) => string;
|
|
56
|
+
export declare const recursivelyFindSubSectionIdxById: (node: any, path: string, targetId: string) => string | null;
|
|
57
|
+
export declare const findKeyPathByNodeId: (sections: SectionBlock[], nodeId: string) => string | null;
|
|
58
|
+
export declare const resetClauseHighlight: (element: HTMLElement) => void;
|
|
59
|
+
export declare const highlightClause: (element: HTMLElement) => void;
|
|
60
|
+
export declare const scrollAndHighlightClause: (element: HTMLElement, scrollContainer: HTMLElement) => void;
|
|
61
|
+
export declare const waitForElementVisible: (element: HTMLElement, onVisible: () => void) => void;
|
|
48
62
|
export {};
|
|
49
63
|
//# sourceMappingURL=CognitiveComparehelpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CognitiveComparehelpers.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/CognitiveComparehelpers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CognitiveComparehelpers.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/CognitiveComparehelpers.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,YAAY,EAEb,MAAM,yBAAyB,CAAC;AAGjC,eAAO,MAAM,aAAa,QAAS,OAAO,KAAG,MAM5C,CAAC;AAGF,eAAO,MAAM,QAAQ,QAAS,OAAO,KAAG,OAKvC,CAAC;AAGF,eAAO,MAAM,WAAW,SAChB,GAAG,aACE,GAAG,GAAG,GAAG,YACV,OAAO,MAAM,EAAE,MAAM,CAAC;;;;;;CAWjC,CAAC;AAGF,eAAO,MAAM,YAAY,SAAU,GAAG;;;;;;;;;;;;;;;;;;;;CA2BrC,CAAC;AAGF,eAAO,MAAM,qBAAqB,aAAc,MAAM,KAAG,MAOxD,CAAC;AAqDF,KAAK,YAAY,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAuD9D;AAED,wBAAgB,QAAQ,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACxD,IAAI,EAAE,CAAC,EACP,KAAK,EAAE,MAAM,GACZ,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI,CAQlC;AAED,eAAO,MAAM,mBAAmB,YAAa,MAAM,OAAO,MAAM,YAG/D,CAAA;AACD,eAAO,MAAM,qBAAqB,cAAe,GAAG,aAAa,GAAG,YAmCnE,CAAC;AAEF,eAAO,MAAM,yBAAyB,OAAO,CAAC;AAE9C,eAAO,MAAM,YAAY,QAAS,MAAM,GAAG,SAAS,GAAG,IAAI,YAS1D,CAAC;AAEF,eAAO,MAAM,wBAAwB,YAAa,OAAO,KAAG,OAU3D,CAAC;AAEF,eAAO,MAAM,gBAAgB,YAAa,OAAO,KAAG,MAGnD,CAAC;AAEF,eAAO,MAAM,qBAAqB,qBAAsB,GAAG,kBAAkB,GAAG,QAO/E,CAAC;AAEF,eAAO,MAAM,gBAAgB,OACvB,MAAM,MACN,MAAM,MACN,MAAM,MACN,MAAM,WACF,MAAM,KACb,MAyBF,CAAC;AAEF,eAAO,MAAM,cAAc,YAChB,WAAW,kBACJ,MAAM,aACZ,MAAM,eACH,MAAM,IAAI,eACV,MAAM,IAAI,SAgCxB,CAAC;AAEF,eAAO,MAAM,YAAY,WAAY,MAAM,WAQ1C,CAAC;AAWF,eAAO,MAAM,sBAAsB,qBAAsB,GAAG,KAAG,MAmC9D,CAAC;AAEF,eAAO,MAAM,4BAA4B,qBAAsB,GAAG,KAAG,MAAM,GAAG,IA4B7E,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,MAAM,QAAQ,MAAM,KAAG,MA8BzD,CAAC;AAIF,eAAO,MAAM,gCAAgC,SACrC,GAAG,QACH,MAAM,YACF,MAAM,KACf,MAAM,GAAG,IAcX,CAAC;AAEF,eAAO,MAAM,mBAAmB,aACpB,YAAY,EAAE,UAChB,MAAM,KACb,MAAM,GAAG,IAUX,CAAC;AAIF,eAAO,MAAM,oBAAoB,YAAa,WAAW,SAkBxD,CAAC;AAEF,eAAO,MAAM,eAAe,YAAa,WAAW,SAiBnD,CAAC;AAEF,eAAO,MAAM,wBAAwB,YAC1B,WAAW,mBACH,WAAW,SAiC7B,CAAC;AAGF,eAAO,MAAM,qBAAqB,YACvB,WAAW,aACT,MAAM,IAAI,SAkBtB,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IDisplayConfig, SectionBlock, StyleVariant } from "./CognitiveCompareTypes";
|
|
3
|
+
export type UnifiedNumbering = {
|
|
4
|
+
leftNums: Map<string, number>;
|
|
5
|
+
rightNums: Map<string, string>;
|
|
6
|
+
};
|
|
7
|
+
export type CompareContextValue = {
|
|
8
|
+
maintainRelativeOrder: boolean;
|
|
9
|
+
showDeviationBadges: boolean;
|
|
10
|
+
isProposingFix?: boolean;
|
|
11
|
+
proposingFixNodeId?: string;
|
|
12
|
+
isRedlineFlow?: boolean;
|
|
13
|
+
isSideBySide: boolean;
|
|
14
|
+
activeSideBySideSection: number | string | null;
|
|
15
|
+
connectedSections: Set<number | string>;
|
|
16
|
+
proposedSections: SectionBlock[];
|
|
17
|
+
existingSections: SectionBlock[];
|
|
18
|
+
deviationNumberRegistry: Record<string, number>;
|
|
19
|
+
treeData: Record<string, any> | null | undefined;
|
|
20
|
+
displayConfig: IDisplayConfig;
|
|
21
|
+
resolvedMarkdownStyles: Record<string, any>;
|
|
22
|
+
unifiedNumbering: UnifiedNumbering;
|
|
23
|
+
expandedSections: Record<string, boolean>;
|
|
24
|
+
expandedSubSections: Record<string, boolean>;
|
|
25
|
+
setExpandedSubSections: React.Dispatch<React.SetStateAction<Record<string, boolean>>>;
|
|
26
|
+
getSectionCompareStyle: (idx: number, side?: "left" | "right") => StyleVariant | null;
|
|
27
|
+
getSubSectionCompareStyle: (path: string) => StyleVariant | null;
|
|
28
|
+
getBadgeRef: (side: "left" | "right", id: string) => React.RefObject<HTMLDivElement>;
|
|
29
|
+
getSectionRowRef: (idx: string | number) => React.RefObject<HTMLDivElement>;
|
|
30
|
+
getSubSectionRef: (side: "left" | "right", path: string) => React.RefObject<HTMLDivElement>;
|
|
31
|
+
sectionLeftRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
32
|
+
sectionRightRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
33
|
+
sectionRowRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
34
|
+
sectionRightRowRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
35
|
+
subSectionLeftRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
36
|
+
subSectionRightRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
37
|
+
lhsBadgeRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
38
|
+
rhsBadgeRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
39
|
+
openMoreFunctionsPopup: (e: React.MouseEvent, baseSec: SectionBlock, isOrphan: boolean, refSec: SectionBlock, id: string | number, style?: StyleVariant | null) => void;
|
|
40
|
+
handleOpenSummaryPopup: (e: React.MouseEvent, actionId: string, isOrphan: boolean, summary: any, displayImpact?: boolean) => void;
|
|
41
|
+
openSummaryPopup: (e: React.MouseEvent, actionId: string, isOrphan: boolean, summary: any) => void;
|
|
42
|
+
handleCloseSummaryPopup: () => void;
|
|
43
|
+
toggleSection: (idx: number, columnKey: "left" | "right") => void;
|
|
44
|
+
handleSubSectionToggle: (keyPath: string) => void;
|
|
45
|
+
renderSubSectionAccordion: (args: {
|
|
46
|
+
section: SectionBlock;
|
|
47
|
+
keyPath: string;
|
|
48
|
+
depth: number;
|
|
49
|
+
columnKey: "left" | "right";
|
|
50
|
+
parentNodeId: string;
|
|
51
|
+
sectionOffset?: number;
|
|
52
|
+
}) => React.ReactNode;
|
|
53
|
+
resetSideBySide: () => void;
|
|
54
|
+
setConnectedSections: React.Dispatch<React.SetStateAction<Set<number | string>>>;
|
|
55
|
+
setConnectedLines: React.Dispatch<React.SetStateAction<any[]>>;
|
|
56
|
+
cachedConnectedPositions: React.MutableRefObject<any[]>;
|
|
57
|
+
showDeviationNavigation: Record<string, any>;
|
|
58
|
+
showOpenNodeRef: React.MutableRefObject<string | undefined>;
|
|
59
|
+
deviationNodeIdToView?: string | undefined;
|
|
60
|
+
deviationTargetParentId?: string | null;
|
|
61
|
+
};
|
|
62
|
+
export declare const CompareContextProvider: React.Provider<CompareContextValue | null>;
|
|
63
|
+
export declare const useCompareContext: () => CompareContextValue;
|
|
64
|
+
//# sourceMappingURL=CompareContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompareContext.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/CompareContext.tsx"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ import React, { ReactNode } from "react";
|
|
|
2
2
|
interface ResizableSplitPaneProps {
|
|
3
3
|
leftComponent?: ReactNode;
|
|
4
4
|
rightComponent?: ReactNode;
|
|
5
|
+
isFullscreen?: boolean;
|
|
5
6
|
}
|
|
6
7
|
declare const ResizableSplitPane: React.FC<ResizableSplitPaneProps>;
|
|
7
8
|
export default ResizableSplitPane;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResizableSplitPane.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/ResizableSplitPane.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,SAAS,EAIV,MAAM,OAAO,CAAC;AAEf,UAAU,uBAAuB;IAC/B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"ResizableSplitPane.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveCompare/ResizableSplitPane.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,SAAS,EAIV,MAAM,OAAO,CAAC;AAEf,UAAU,uBAAuB;IAC/B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAiIzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { CognitiveSummaryPopupProps } from "../CognitiveCompareTypes";
|
|
2
|
+
export default function CognitiveSummaryPopup({ open, anchorEl, containerEl, clipTopEl, scrollContainerEl, onClose, summary, markdownStyles, isLoading, displayImpact, }: CognitiveSummaryPopupProps): import("react/jsx-runtime").JSX.Element | null;
|
|
3
|
+
//# sourceMappingURL=CognitiveSummaryPopup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CognitiveSummaryPopup.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/CognitiveSummaryPopup.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAGtE,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAC5C,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,OAAO,EACP,OAAO,EACP,cAAc,EACd,SAAS,EACT,aAAa,GACd,EAAE,0BAA0B,kDAmY5B"}
|
|
@@ -4,7 +4,9 @@ type CompareHeaderProps = {
|
|
|
4
4
|
displayConfig: IDisplayConfig;
|
|
5
5
|
maintainRelativeOrder: boolean | undefined;
|
|
6
6
|
onToggleView: (isDefaultView: boolean) => void;
|
|
7
|
+
onCollapseAll: () => void;
|
|
8
|
+
showCollapseAll: boolean;
|
|
7
9
|
};
|
|
8
|
-
declare const CompareHeader: ({ componentHeaderText, displayConfig, maintainRelativeOrder, onToggleView, }: CompareHeaderProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
declare const CompareHeader: ({ componentHeaderText, displayConfig, maintainRelativeOrder, onToggleView, onCollapseAll, showCollapseAll, }: CompareHeaderProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
9
11
|
export default CompareHeader;
|
|
10
12
|
//# sourceMappingURL=CompareHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompareHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/CompareHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,KAAK,kBAAkB,GAAG;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,cAAc,CAAC;IAC9B,qBAAqB,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3C,YAAY,EAAE,CAAC,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"CompareHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/CompareHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,KAAK,kBAAkB,GAAG;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,cAAc,CAAC;IAC9B,qBAAqB,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3C,YAAY,EAAE,CAAC,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,aAAa,iHAOhB,kBAAkB,mDA6IpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
+
type LHSSectionRowProps = {
|
|
4
|
+
section: SectionBlock;
|
|
5
|
+
idx: number;
|
|
6
|
+
};
|
|
7
|
+
declare const LHSSectionRow: React.MemoExoticComponent<({ section, idx, }: LHSSectionRowProps) => import("react/jsx-runtime").JSX.Element | null>;
|
|
8
|
+
export default LHSSectionRow;
|
|
9
|
+
//# sourceMappingURL=LHSSectionRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LHSSectionRow.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/LHSSectionRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAQtE,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,QAAA,MAAM,aAAa,gDAId,kBAAkB,oDAsLtB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
|
+
type RHSSectionRowProps = {
|
|
4
|
+
section: SectionBlock;
|
|
5
|
+
idx: number;
|
|
6
|
+
};
|
|
7
|
+
declare const RHSSectionRow: React.MemoExoticComponent<({ section, idx, }: RHSSectionRowProps) => import("react/jsx-runtime").JSX.Element>;
|
|
8
|
+
export default RHSSectionRow;
|
|
9
|
+
//# sourceMappingURL=RHSSectionRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RHSSectionRow.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/RHSSectionRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAQtE,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,QAAA,MAAM,aAAa,gDAId,kBAAkB,6CAqNtB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -11,20 +11,7 @@ type SectionAccordionProps = {
|
|
|
11
11
|
isExpanded: boolean;
|
|
12
12
|
onToggle: () => void;
|
|
13
13
|
navigation: DeviationNavigationEntry | null;
|
|
14
|
-
showOpenNodeRef: React.MutableRefObject<string | undefined>;
|
|
15
|
-
resolvedMarkdownStyles: Record<string, any>;
|
|
16
|
-
maintainRelativeOrder: boolean | undefined;
|
|
17
|
-
renderSubSections: (args: {
|
|
18
|
-
section: SectionBlock;
|
|
19
|
-
keyPath: string;
|
|
20
|
-
depth: number;
|
|
21
|
-
columnKey: "left" | "right";
|
|
22
|
-
parentNodeId: string;
|
|
23
|
-
devCounter: {
|
|
24
|
-
current: number;
|
|
25
|
-
};
|
|
26
|
-
}) => React.ReactNode;
|
|
27
14
|
};
|
|
28
|
-
declare const SectionAccordion: ({ section, idx, columnKey, colRef, mb,
|
|
15
|
+
declare const SectionAccordion: ({ section, idx, columnKey, colRef, mb, isExpanded, onToggle, navigation, parentNodeId, }: SectionAccordionProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
16
|
export default SectionAccordion;
|
|
30
17
|
//# sourceMappingURL=SectionAccordion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SectionAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SectionAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SectionAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAuBjD,OAAO,EAAsB,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAC1F,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AA0C3E,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,YAAY,CAAC;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,EAAE,wBAAwB,GAAG,IAAI,CAAC;CAC7C,CAAC;AAEF,QAAA,MAAM,gBAAgB,6FAUnB,qBAAqB,4CAspBvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,29 +1,12 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SectionBlock
|
|
2
|
+
import { SectionBlock } from "../CognitiveCompareTypes";
|
|
3
3
|
interface SubSectionAccordionProps {
|
|
4
4
|
section: SectionBlock;
|
|
5
5
|
keyPath: string;
|
|
6
6
|
depth?: number;
|
|
7
7
|
columnKey?: "left" | "right";
|
|
8
8
|
parentNodeId?: string;
|
|
9
|
-
|
|
10
|
-
setExpandedSubSections: React.Dispatch<React.SetStateAction<Record<string, boolean>>>;
|
|
11
|
-
maintainRelativeOrder: boolean;
|
|
12
|
-
proposedSections: any[];
|
|
13
|
-
existingSections: any[];
|
|
14
|
-
treeData: any;
|
|
15
|
-
deviationNumberRegistry: Record<string, number>;
|
|
16
|
-
connectedSections: Set<number | string>;
|
|
17
|
-
activeSideBySideSection: string | number | null;
|
|
18
|
-
resolvedMarkdownStyles: any;
|
|
19
|
-
getSubSectionRef: (side: "left" | "right", path: string) => React.RefObject<HTMLDivElement>;
|
|
20
|
-
getSubSectionCompareStyle: (path: string) => StyleVariant | null;
|
|
21
|
-
getBadgeRef: (side: "left" | "right", id: string) => React.RefObject<HTMLDivElement>;
|
|
22
|
-
openMoreFunctionsPopup: (e: React.MouseEvent, baseSec: any, isOrphan: boolean, refSec: any, id: string, style?: StyleVariant | null) => void;
|
|
23
|
-
resetSideBySide: () => void;
|
|
24
|
-
setConnectedSections: React.Dispatch<React.SetStateAction<Set<number | string>>>;
|
|
25
|
-
setConnectedLines: React.Dispatch<React.SetStateAction<any[]>>;
|
|
26
|
-
cachedConnectedPositions: React.MutableRefObject<any[]>;
|
|
9
|
+
sectionOffset?: number;
|
|
27
10
|
}
|
|
28
11
|
declare const SubSectionAccordion: React.FC<SubSectionAccordionProps>;
|
|
29
12
|
export default SubSectionAccordion;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubSectionAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SubSectionAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SubSectionAccordion.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SubSectionAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAwB1D,OAAO,EAAsB,YAAY,EAAgB,MAAM,0BAA0B,CAAC;AAE1F,UAAU,wBAAwB;IAChC,OAAO,EAAE,YAAY,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAye1D,CAAC;AAEH,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { SectionBlock, SectionPopupState, StyleVariant } from "../CognitiveCompareTypes";
|
|
3
|
+
type SvgConnectorsProps = {
|
|
4
|
+
svgContainerRef: React.MutableRefObject<SVGSVGElement | null>;
|
|
5
|
+
svgDimensions: {
|
|
6
|
+
width: number;
|
|
7
|
+
height: number;
|
|
8
|
+
};
|
|
9
|
+
isResizing: boolean;
|
|
10
|
+
overallConnector: {
|
|
11
|
+
x1: number;
|
|
12
|
+
x2: number;
|
|
13
|
+
y: number;
|
|
14
|
+
} | null;
|
|
15
|
+
rootDeviationStyle: {
|
|
16
|
+
badgeBorder: string;
|
|
17
|
+
};
|
|
18
|
+
lines: Record<string, any>[];
|
|
19
|
+
isSideBySide: boolean;
|
|
20
|
+
activeSideBySideSection: number | string | null;
|
|
21
|
+
isArrowVisible: boolean;
|
|
22
|
+
maintainRelativeOrder: boolean | undefined;
|
|
23
|
+
proposedSections: SectionBlock[];
|
|
24
|
+
existingSections: SectionBlock[];
|
|
25
|
+
cognitivePopup: SectionPopupState;
|
|
26
|
+
activeBadgeId: string | null;
|
|
27
|
+
closeCognitivePopup: () => void;
|
|
28
|
+
setActiveBadgeId: React.Dispatch<React.SetStateAction<string | null>>;
|
|
29
|
+
openCognitivePopupFromState: (nextPopup: SectionPopupState) => void;
|
|
30
|
+
buildSectionPopupState: (anchorEl: HTMLElement | null, baseSec: SectionBlock | null, refSec: SectionBlock | null, sectionIdx: number | string, isOrphan?: boolean, style?: StyleVariant | null, rootNode?: boolean) => SectionPopupState;
|
|
31
|
+
connectedLines: Record<string, any>[];
|
|
32
|
+
pathRefs: React.MutableRefObject<Record<string, SVGPathElement | null>>;
|
|
33
|
+
};
|
|
34
|
+
export default function SvgConnectors({ svgContainerRef, svgDimensions, isResizing, overallConnector, rootDeviationStyle, lines, isSideBySide, activeSideBySideSection, isArrowVisible, maintainRelativeOrder, proposedSections, existingSections, cognitivePopup, activeBadgeId, closeCognitivePopup, setActiveBadgeId, openCognitivePopupFromState, buildSectionPopupState, connectedLines, pathRefs, }: SvgConnectorsProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export {};
|
|
36
|
+
//# sourceMappingURL=SvgConnectors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgConnectors.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/SvgConnectors.tsx"],"names":[],"mappings":";AAOA,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACb,MAAM,0BAA0B,CAAC;AAgBlC,KAAK,kBAAkB,GAAG;IACxB,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC;IAC9D,aAAa,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAC/D,kBAAkB,EAAE;QAAE,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5C,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IAC7B,YAAY,EAAE,OAAO,CAAC;IACtB,uBAAuB,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAChD,cAAc,EAAE,OAAO,CAAC;IACxB,qBAAqB,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3C,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,cAAc,EAAE,iBAAiB,CAAC;IAClC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;IACtE,2BAA2B,EAAE,CAAC,SAAS,EAAE,iBAAiB,KAAK,IAAI,CAAC;IACpE,sBAAsB,EAAE,CACtB,QAAQ,EAAE,WAAW,GAAG,IAAI,EAC5B,OAAO,EAAE,YAAY,GAAG,IAAI,EAC5B,MAAM,EAAE,YAAY,GAAG,IAAI,EAC3B,UAAU,EAAE,MAAM,GAAG,MAAM,EAC3B,QAAQ,CAAC,EAAE,OAAO,EAClB,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAC3B,QAAQ,CAAC,EAAE,OAAO,KACf,iBAAiB,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IACtC,QAAQ,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,CAAC,CAAC,CAAC;CACzE,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,eAAe,EACf,aAAa,EACb,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,KAAK,EACL,YAAY,EACZ,uBAAuB,EACvB,cAAc,EACd,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,cAAc,EACd,aAAa,EACb,mBAAmB,EACnB,gBAAgB,EAChB,2BAA2B,EAC3B,sBAAsB,EACtB,cAAc,EACd,QAAQ,GACT,EAAE,kBAAkB,2CA8MpB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare const ConnectedLinesComp: ({ connectedLines, pathRefs, }: {
|
|
2
|
+
connectedLines: Record<string, any>[];
|
|
3
|
+
pathRefs: React.MutableRefObject<Record<string, SVGPathElement | null>>;
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default ConnectedLinesComp;
|
|
6
|
+
//# sourceMappingURL=connectedLines.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connectedLines.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/components/connectedLines.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,kBAAkB;oBAIN,OAAO,MAAM,EAAE,GAAG,CAAC,EAAE;cAC3B,MAAM,gBAAgB,CAAC,OAAO,MAAM,EAAE,cAAc,GAAG,IAAI,CAAC,CAAC;6CAwDxE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
export declare const MemoizedMarkdown: React.MemoExoticComponent<({ content, sxStyles, deviationBadges, highlights, maintainRelativeOrder, highlightBg }: {
|
|
2
|
+
export declare const MemoizedMarkdown: React.MemoExoticComponent<({ content, overlayContent, sxStyles, deviationBadges, highlights, maintainRelativeOrder, highlightBg, suppressHighlightBg, collisionKey }: {
|
|
3
3
|
content: string;
|
|
4
|
+
overlayContent?: string | undefined;
|
|
4
5
|
sxStyles: any;
|
|
5
6
|
deviationBadges?: any[] | undefined;
|
|
6
7
|
highlights?: string[] | undefined;
|
|
7
8
|
maintainRelativeOrder?: boolean | undefined;
|
|
8
9
|
highlightBg: string;
|
|
10
|
+
suppressHighlightBg?: boolean | undefined;
|
|
11
|
+
collisionKey?: string | number | undefined;
|
|
9
12
|
}) => import("react/jsx-runtime").JSX.Element>;
|
|
10
13
|
//# sourceMappingURL=memoizedMarkdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"memoizedMarkdown.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/memoizedMarkdown.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"memoizedMarkdown.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/memoizedMarkdown.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoE,MAAM,OAAO,CAAC;AASzF,eAAO,MAAM,gBAAgB;aAWlB,MAAM;;cAEL,GAAG;;;;iBAIA,MAAM;;;8CAgvBI,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SectionBlock, ProposedRuleData, RuleData, ComparisonConfig } from "../CognitiveCompareTypes";
|
|
2
|
-
export declare const useCognitiveTreeData: (treeData: Record<string, any> | undefined, maintainRelativeOrder: boolean, deviationData: Record<string, any> | null, resolvedComparisonConfig: ComparisonConfig) => {
|
|
2
|
+
export declare const useCognitiveTreeData: (treeData: Record<string, any> | undefined, maintainRelativeOrder: boolean, deviationData: Record<string, any> | null, resolvedComparisonConfig: ComparisonConfig, enableDeviationSchemaBackwardCompatibility?: boolean) => {
|
|
3
3
|
activeProposed: ProposedRuleData;
|
|
4
4
|
activeVariants: never[] | RuleData[];
|
|
5
5
|
existingRule: RuleData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCompareData.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useCompareData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAItG,eAAO,MAAM,oBAAoB,aACrB,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,yBAClB,OAAO,iBACf,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,4BACf,gBAAgB;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useCompareData.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useCompareData.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAItG,eAAO,MAAM,oBAAoB,aACrB,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,yBAClB,OAAO,iBACf,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,4BACf,gBAAgB,+CACE,OAAO;;;;;;;;;;CAqYpD,CAAC"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SectionPopupState, PopupPosition } from "../CognitiveCompareTypes";
|
|
2
|
+
import { SectionPopupState, PopupPosition, SummaryPopupState } from "../CognitiveCompareTypes";
|
|
3
3
|
export declare const useComparePopups: (scrollContainerRef: React.RefObject<HTMLDivElement>) => {
|
|
4
4
|
cognitivePopup: SectionPopupState;
|
|
5
5
|
setCognitivePopup: React.Dispatch<React.SetStateAction<SectionPopupState>>;
|
|
6
6
|
moreFunctions: SectionPopupState;
|
|
7
7
|
setMoreFunctions: React.Dispatch<React.SetStateAction<SectionPopupState>>;
|
|
8
|
+
summaryPopup: SummaryPopupState;
|
|
9
|
+
setSummaryPopup: React.Dispatch<React.SetStateAction<SummaryPopupState>>;
|
|
10
|
+
closeSummaryPopup: () => void;
|
|
8
11
|
position: PopupPosition | null;
|
|
9
12
|
setPosition: React.Dispatch<React.SetStateAction<PopupPosition | null>>;
|
|
10
13
|
activeBadgeId: string | null;
|
|
@@ -13,5 +16,7 @@ export declare const useComparePopups: (scrollContainerRef: React.RefObject<HTML
|
|
|
13
16
|
closeCognitivePopup: () => void;
|
|
14
17
|
closeMoreFunctionsPopup: () => void;
|
|
15
18
|
recalcPosition: () => void;
|
|
19
|
+
handleOpenCognitiveCompare: () => void;
|
|
20
|
+
openCognitivePopupFromState: (nextPopup: SectionPopupState) => void;
|
|
16
21
|
};
|
|
17
22
|
//# sourceMappingURL=useComparePopups.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useComparePopups.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useComparePopups.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"useComparePopups.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useComparePopups.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAG/F,eAAO,MAAM,gBAAgB,uBAAwB,MAAM,SAAS,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;6CA2GlE,iBAAiB;CAuClC,CAAC"}
|
|
@@ -5,6 +5,8 @@ export type DeviationNavigationEntry = {
|
|
|
5
5
|
showAboveRef: React.RefObject<HTMLDivElement> | null;
|
|
6
6
|
showBelow: boolean;
|
|
7
7
|
showBelowRef: React.RefObject<HTMLDivElement> | null;
|
|
8
|
+
firstDeviationRef: React.RefObject<HTMLDivElement> | null;
|
|
9
|
+
firstDeviationPosition: "above" | "below" | "inside" | null;
|
|
8
10
|
columnKey: "left" | "right";
|
|
9
11
|
};
|
|
10
12
|
type UseDeviationNavigationParams = {
|
|
@@ -15,12 +17,16 @@ type UseDeviationNavigationParams = {
|
|
|
15
17
|
maintainRelativeOrder: boolean;
|
|
16
18
|
scrollContainerRef: React.RefObject<HTMLDivElement>;
|
|
17
19
|
leftContainerRef: React.RefObject<HTMLDivElement>;
|
|
20
|
+
rightContainerRef: React.RefObject<HTMLDivElement>;
|
|
18
21
|
lhsBadgeRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
19
22
|
rhsBadgeRefs: React.MutableRefObject<Record<string | number, React.RefObject<HTMLDivElement>>>;
|
|
20
23
|
};
|
|
21
|
-
export declare const useDeviationNavigation: ({ proposedSections, existingSections, parentDeviationRecord, expandedSections, maintainRelativeOrder, scrollContainerRef, leftContainerRef, lhsBadgeRefs, rhsBadgeRefs, }: UseDeviationNavigationParams) => {
|
|
24
|
+
export declare const useDeviationNavigation: ({ proposedSections, existingSections, parentDeviationRecord, expandedSections, maintainRelativeOrder, scrollContainerRef, leftContainerRef, rightContainerRef, lhsBadgeRefs, rhsBadgeRefs, }: UseDeviationNavigationParams) => {
|
|
22
25
|
showDeviationNavigation: Record<string, DeviationNavigationEntry>;
|
|
23
26
|
showOpenNodeRef: React.MutableRefObject<string | undefined>;
|
|
27
|
+
adjustScrollForPopup: (anchorEl: HTMLElement | null, onComplete: () => void, options?: {
|
|
28
|
+
skipScroll?: boolean;
|
|
29
|
+
}) => void;
|
|
24
30
|
};
|
|
25
31
|
export {};
|
|
26
32
|
//# sourceMappingURL=useDeviationNavigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDeviationNavigation.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useDeviationNavigation.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"useDeviationNavigation.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useDeviationNavigation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACrD,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACrD,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IAC1D,sBAAsB,EAAE,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,IAAI,CAAC;IAC5D,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;CAC7B,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,gBAAgB,EAAE,YAAY,EAAE,CAAC;IACjC,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,CAAC;IACtD,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1C,qBAAqB,EAAE,OAAO,CAAC;IAC/B,kBAAkB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACpD,gBAAgB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAClD,iBAAiB,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACnD,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;IAC/F,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;CAChG,CAAC;AAEF,eAAO,MAAM,sBAAsB,iMAWhC,4BAA4B;;;qCAyMjB,WAAW,GAAG,IAAI,cAChB,MAAM,IAAI,YACZ;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE;CA2ErC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const useLinesCalculator: ({ containerRef, leftContainerRef, rightContainerRef, svgContainerRef, pathRefs, leftHeaderRef, rightHeaderRef, proposedSections, existingSections, visibleFields, leftRefs, rightRefs, sectionLeftRefs, sectionRightRefs, subSectionLeftRefs, subSectionRightRefs, lhsBadgeRefs, rhsBadgeRefs, sectionRowRefs, expandedSections, expandedSubSections, connectedSections, isSideBySide, activeSideBySideSection, maintainRelativeOrder, cognitiveMap, getSectionCompareStyle, getSubSectionCompareStyle, getDeviationStyleByKey, isArrowVisible, isAnimatingRef, isSideBySideRef, sideBySideCacheRef, sideBySideLineRef, activeSideBySideSectionRef, activeSideBySideRightSectionRef, connectedLines: providedConnectedLines, setConnectedLines: providedSetConnectedLines, cachedConnectedPositions: providedCachedConnectedPositions, calculateLinesRef, resizeTimerRef, scrollLock, handleResizeRef, activeProposed, existingRule, analysisData, pendingScrollTargetRef, pendingScrollCallbackRef, resolvedComparisonConfig, getFieldData }: any) => {
|
|
3
|
+
lines: Record<string, any>[];
|
|
4
|
+
setLines: import("react").Dispatch<import("react").SetStateAction<Record<string, any>[]>>;
|
|
5
|
+
overallConnector: {
|
|
6
|
+
x1: number;
|
|
7
|
+
x2: number;
|
|
8
|
+
y: number;
|
|
9
|
+
} | null;
|
|
10
|
+
setOverallConnector: import("react").Dispatch<import("react").SetStateAction<{
|
|
11
|
+
x1: number;
|
|
12
|
+
x2: number;
|
|
13
|
+
y: number;
|
|
14
|
+
} | null>>;
|
|
15
|
+
connectedLines: any;
|
|
16
|
+
setConnectedLines: any;
|
|
17
|
+
svgDimensions: {
|
|
18
|
+
width: number;
|
|
19
|
+
height: number;
|
|
20
|
+
};
|
|
21
|
+
cachedConnectedPositions: any;
|
|
22
|
+
calculateLines: () => void;
|
|
23
|
+
calculateLinesRef: any;
|
|
24
|
+
calculateLinesDebounced: () => void;
|
|
25
|
+
handleColumnScroll: (e: any) => void;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=useLinesCalculator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLinesCalculator.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useLinesCalculator.tsx"],"names":[],"mappings":";AAKA,eAAO,MAAM,kBAAkB,k/BAyC5B,GAAG;;;;YAG6D,MAAM;YAAM,MAAM;WAAK,MAAM;;;YAA7B,MAAM;YAAM,MAAM;WAAK,MAAM;;;;;eAIhC,MAAM;gBAAU,MAAM;;;;;;4BAgvBrC,GAAG;CAuInD,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const useResizeHandler: ({ timerRef, ruleComponentRef, scrollContainerRef, containerRef, maintainRelativeOrder, proposedSections, existingSections, isSideBySideRef, activeSideBySideSectionRef, activeSideBySideRightSectionRef, sectionRowRefs, sectionRightRowRefs, sectionLeftRefs, sectionRightRefs, subSectionLeftRefs, subSectionRightRefs, lhsBadgeRefs, rhsBadgeRefs, leftContainerRef, rightContainerRef, calculateLinesRef, handleResizeRef: externalHandleResizeRef, setIsResizing, setIsArrowVisible, sideBySideCacheRef, cachedConnectedPositions }: any) => {
|
|
2
|
+
handleResize: () => void;
|
|
3
|
+
handleResizeRef: any;
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=useResizeHandler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResizeHandler.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useResizeHandler.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,6gBA2B1B,GAAG;;;CA6NL,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
|
|
2
|
+
import { DivRefMap } from "../CognitiveCompareTypes";
|
|
3
3
|
export declare const useSectionRefs: (visibleFieldKeys: string[], sectionCount: number) => {
|
|
4
4
|
leftRefs: React.MutableRefObject<DivRefMap<string>>;
|
|
5
5
|
rightRefs: React.MutableRefObject<DivRefMap<string>>;
|
|
@@ -16,5 +16,4 @@ export declare const useSectionRefs: (visibleFieldKeys: string[], sectionCount:
|
|
|
16
16
|
getSubSectionRef: (side: "left" | "right", keyPath: string) => React.RefObject<HTMLDivElement>;
|
|
17
17
|
getBadgeRef: (side: "left" | "right", key: string | number) => React.RefObject<HTMLDivElement>;
|
|
18
18
|
};
|
|
19
|
-
export {};
|
|
20
19
|
//# sourceMappingURL=useSectionRefs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSectionRefs.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useSectionRefs.ts"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"useSectionRefs.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useSectionRefs.ts"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAMrD,eAAO,MAAM,cAAc,qBACP,MAAM,EAAE,gBACZ,MAAM;;;;;;;;;;;wBAcX,MAAM,GAAG,OAAO,OAAO,MAAM;4BAkC9B,MAAM,GAAG,MAAM;6BAKd,MAAM,GAAG,OAAO,WAAW,MAAM;wBAYjC,MAAM,GAAG,OAAO,OAAO,MAAM,GAAG,MAAM;CAuBhD,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const useSideBySide: ({ maintainRelativeOrder, proposedSections, existingSections, leftContainerRef, rightContainerRef, scrollContainerRef, sectionLeftRefs, sectionRightRefs, subSectionLeftRefs, subSectionRightRefs, lhsBadgeRefs, rhsBadgeRefs, sectionRowRefs, sectionRightRowRefs, rhsTopSpacerRef, rhsBottomSpacerRef, lhsTopSpacerRef, lhsBottomSpacerRef, calculateLinesRef, setConnectedSections, setConnectedLines, cachedConnectedPositions, closeMoreFunctionsPopup, setErrorToast, moreFunctions, closeSummaryPopup, }: any) => {
|
|
3
|
+
isSideBySide: boolean;
|
|
4
|
+
setIsSideBySide: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
5
|
+
isArrowVisible: boolean;
|
|
6
|
+
setIsArrowVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
7
|
+
isResizing: boolean;
|
|
8
|
+
setIsResizing: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
9
|
+
isSideBySideLoading: boolean;
|
|
10
|
+
setIsSideBySideLoading: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
11
|
+
activeSideBySideSection: string | number | null;
|
|
12
|
+
setActiveSideBySideSection: import("react").Dispatch<import("react").SetStateAction<string | number | null>>;
|
|
13
|
+
scrollLock: import("react").MutableRefObject<boolean>;
|
|
14
|
+
sideBySideCacheRef: import("react").MutableRefObject<{
|
|
15
|
+
badgeScreenY: number;
|
|
16
|
+
initialScrollTop: number;
|
|
17
|
+
leftTop: number;
|
|
18
|
+
leftBottom: number;
|
|
19
|
+
cTop: number;
|
|
20
|
+
} | null>;
|
|
21
|
+
isSideBySideRef: import("react").MutableRefObject<boolean>;
|
|
22
|
+
activeSideBySideSectionRef: import("react").MutableRefObject<string | number | null>;
|
|
23
|
+
activeSideBySideRightSectionRef: import("react").MutableRefObject<string | number | null>;
|
|
24
|
+
sideBySideLineRef: import("react").MutableRefObject<SVGLineElement | null>;
|
|
25
|
+
highlightedClauseRefs: import("react").MutableRefObject<Set<HTMLElement>>;
|
|
26
|
+
clearClauseHighlight: () => void;
|
|
27
|
+
applyAlignmentPadding: (isSub: boolean, idx: any, activeRightIdx: any) => void;
|
|
28
|
+
resetSideBySide: () => void;
|
|
29
|
+
activateSideBySide: (idx: number | string, isOrphan: boolean, options?: {
|
|
30
|
+
toggleIfSame?: boolean | undefined;
|
|
31
|
+
onReady?: (() => void) | undefined;
|
|
32
|
+
sourceSide?: "left" | "right" | undefined;
|
|
33
|
+
} | undefined) => void;
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=useSideBySide.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSideBySide.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useSideBySide.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,aAAa,mfAavB,GAAG;;;;;;;;;;;;;sBAUgD,MAAM;0BAAoB,MAAM;iBAAW,MAAM;oBAAc,MAAM;cAAQ,MAAM;;;;;;;;mCAe/F,OAAO,OAAO,GAAG,kBAAkB,GAAG;;8BA+K/D,MAAM,GAAG,MAAM,YACV,OAAO;;yBACmC,IAAI;;;CA2PnE,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SectionBlock, StyleVariant } from "../CognitiveCompareTypes";
|
|
2
|
+
export declare const useStyleHelpers: ({ proposedSections, existingSections, maintainRelativeOrder, cognitiveMap, deviationData, treeData, resolvedComparisonConfig }: {
|
|
3
|
+
proposedSections: SectionBlock[];
|
|
4
|
+
existingSections: SectionBlock[];
|
|
5
|
+
maintainRelativeOrder: boolean;
|
|
6
|
+
cognitiveMap: any;
|
|
7
|
+
deviationData: any;
|
|
8
|
+
treeData: any;
|
|
9
|
+
resolvedComparisonConfig: any;
|
|
10
|
+
}) => {
|
|
11
|
+
getSectionCompareStyle: (idx: number, side?: "left" | "right") => StyleVariant | null;
|
|
12
|
+
getSubSectionCompareStyle: (keyPath: string) => StyleVariant | null;
|
|
13
|
+
getDeviationStyleByKey: (nodeId: string, deviationKey: string) => StyleVariant | null;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CognitiveCompare/hooks/useStyles.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAItE,eAAO,MAAM,eAAe;sBAAuJ,YAAY,EAAE;sBAAoB,YAAY,EAAE;2BAAyB,OAAO;kBAAgB,GAAG;mBAAiB,GAAG;cAAY,GAAG;8BAA4B,GAAG;;kCAE9U,MAAM,SAAQ,MAAM,GAAG,OAAO,KAAY,YAAY,GAAG,IAAI;yCA0DrD,MAAM,KAAG,YAAY,GAAG,IAAI;qCAuD7B,MAAM,gBAAgB,MAAM,KAAG,YAAY,GAAG,IAAI;CA0ClE,CAAA"}
|
package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type CognitiveInternalgptCoreProps = {
|
|
|
9
9
|
previewCallback?: () => void;
|
|
10
10
|
bodyHeight?: string;
|
|
11
11
|
disableMaximize?: boolean;
|
|
12
|
+
splitterCustomStyle?: boolean;
|
|
12
13
|
};
|
|
13
14
|
declare const CognitiveInternalgptCoreComponent: React.FC<CognitiveInternalgptCoreProps>;
|
|
14
15
|
export default CognitiveInternalgptCoreComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CognitiveInternalgptCoreComponent.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAgBhH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,mBAAmB,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CognitiveInternalgptCoreComponent.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveInternalgptReasoning/CognitiveInternalgptCoreComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AAgBhH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,mBAAmB,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAiBF,QAAA,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CA4V9E,CAAC;AAEF,eAAe,iCAAiC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CognitiveInternalgptReasoningComponent.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CognitiveInternalgptReasoningComponent.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.tsx"],"names":[],"mappings":";AAIA,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACpC,aAAa,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAClC,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACjC,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,0BAA0B,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,6BAA6B,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAkDjE,CAAC;AAEF,eAAe,6BAA6B,CAAC"}
|
package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { INonReasoningSource } from "./CognitiveInternalgptReasoningComponent";
|
|
2
|
+
export declare const dummyNonWebReasoningData: INonReasoningSource;
|
|
1
3
|
declare const InternalgptReasoningTest: () => import("react/jsx-runtime").JSX.Element;
|
|
2
4
|
export default InternalgptReasoningTest;
|
|
3
5
|
//# sourceMappingURL=CognitiveInternalgptReasoningTest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CognitiveInternalgptReasoningTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CognitiveInternalgptReasoningTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.tsx"],"names":[],"mappings":"AACA,OAAsC,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAI9G,eAAO,MAAM,wBAAwB,EAAE,mBAOtC,CAAC;AASF,QAAA,MAAM,wBAAwB,+CAgD7B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|