@e-llm-studio/requirement-ai 0.0.46 → 0.0.48
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/cjs/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js +2 -0
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +1 -0
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +2 -0
- package/dist/cjs/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.js +1 -1
- package/dist/features/RequirementAI/components/citations/appmod-citation/components/CodeLinkHandler.js +1 -1
- package/dist/features/RequirementAI/shared/ExpandableOl.js +1 -1
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js +2 -0
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.js.map +1 -0
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js +2 -0
- package/dist/features/RequirementAI/shared/ReqAiCitationRenderer.module.css.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/types/src/features/RequirementAI/components/ai-reasoning/AiReasonMarkdownWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/interfaces/citation.interface.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts +6 -2
- package/dist/types/src/features/RequirementAI/shared/ExpandableOl.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts +12 -0
- package/dist/types/src/features/RequirementAI/shared/ReqAiCitationRenderer.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts +8 -0
- package/dist/types/src/features/RequirementAI/types/citation.type.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts +0 -14
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +6 -3
- package/dist/assests/svg/chevronDownArrow.svg.js +0 -2
- package/dist/assests/svg/chevronDownArrow.svg.js.map +0 -1
- package/dist/assests/svg/chevronUp.svg.js +0 -2
- package/dist/assests/svg/chevronUp.svg.js.map +0 -1
- package/dist/cjs/assests/svg/chevronDownArrow.svg.js +0 -2
- package/dist/cjs/assests/svg/chevronDownArrow.svg.js.map +0 -1
- package/dist/cjs/assests/svg/chevronUp.svg.js +0 -2
- package/dist/cjs/assests/svg/chevronUp.svg.js.map +0 -1
- package/dist/cjs/constants/diagnosticStylesBySeverity.js +0 -2
- package/dist/cjs/constants/diagnosticStylesBySeverity.js.map +0 -1
- package/dist/cjs/features/CodeCitation/CodeCitation.js +0 -2
- package/dist/cjs/features/CodeCitation/CodeCitation.js.map +0 -1
- package/dist/cjs/features/CodeCitation/CodeCitation.module.css.js +0 -2
- package/dist/cjs/features/CodeCitation/CodeCitation.module.css.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/Accordian.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/Accordian.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/CodeCitationPopup.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/CodeCitationPopup.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/CodeCitationsStats.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/CodeCitationsStats.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/CodeEditor.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/CodeEditor.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/DescriptionWithToggle.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/DescriptionWithToggle.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/HighlightedCodeDetails.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/HighlightedCodeDetails.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/Spinner.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/Spinner.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/StatsComponent.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/StatsComponents/StatsComponent.js.map +0 -1
- package/dist/cjs/features/CodeCitation/_components/ThemeToggle.js +0 -2
- package/dist/cjs/features/CodeCitation/_components/ThemeToggle.js.map +0 -1
- package/dist/cjs/features/ScannedDocCitation/ScannedDocCitation.js +0 -2
- package/dist/cjs/features/ScannedDocCitation/ScannedDocCitation.js.map +0 -1
- package/dist/cjs/utils/codeCitations.utils.js +0 -2
- package/dist/cjs/utils/codeCitations.utils.js.map +0 -1
- package/dist/cjs/utils/themeManager.js +0 -2
- package/dist/cjs/utils/themeManager.js.map +0 -1
- package/dist/constants/diagnosticStylesBySeverity.js +0 -2
- package/dist/constants/diagnosticStylesBySeverity.js.map +0 -1
- package/dist/features/CodeCitation/CodeCitation.js +0 -2
- package/dist/features/CodeCitation/CodeCitation.js.map +0 -1
- package/dist/features/CodeCitation/CodeCitation.module.css.js +0 -2
- package/dist/features/CodeCitation/CodeCitation.module.css.js.map +0 -1
- package/dist/features/CodeCitation/_components/Accordian.js +0 -2
- package/dist/features/CodeCitation/_components/Accordian.js.map +0 -1
- package/dist/features/CodeCitation/_components/CodeCitationPopup.js +0 -2
- package/dist/features/CodeCitation/_components/CodeCitationPopup.js.map +0 -1
- package/dist/features/CodeCitation/_components/CodeCitationsStats.js +0 -2
- package/dist/features/CodeCitation/_components/CodeCitationsStats.js.map +0 -1
- package/dist/features/CodeCitation/_components/CodeEditor.js +0 -2
- package/dist/features/CodeCitation/_components/CodeEditor.js.map +0 -1
- package/dist/features/CodeCitation/_components/DescriptionWithToggle.js +0 -2
- package/dist/features/CodeCitation/_components/DescriptionWithToggle.js.map +0 -1
- package/dist/features/CodeCitation/_components/HighlightedCodeDetails.js +0 -2
- package/dist/features/CodeCitation/_components/HighlightedCodeDetails.js.map +0 -1
- package/dist/features/CodeCitation/_components/Spinner.js +0 -2
- package/dist/features/CodeCitation/_components/Spinner.js.map +0 -1
- package/dist/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js +0 -2
- package/dist/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.js.map +0 -1
- package/dist/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js +0 -2
- package/dist/features/CodeCitation/_components/StatsComponents/DbStatsComponent.js.map +0 -1
- package/dist/features/CodeCitation/_components/StatsComponents/StatsComponent.js +0 -2
- package/dist/features/CodeCitation/_components/StatsComponents/StatsComponent.js.map +0 -1
- package/dist/features/CodeCitation/_components/ThemeToggle.js +0 -2
- package/dist/features/CodeCitation/_components/ThemeToggle.js.map +0 -1
- package/dist/features/ScannedDocCitation/ScannedDocCitation.js +0 -2
- package/dist/features/ScannedDocCitation/ScannedDocCitation.js.map +0 -1
- package/dist/types/src/AccordianHeadTest.d.ts +0 -2
- package/dist/types/src/AccordianHeadTest.d.ts.map +0 -1
- package/dist/types/src/BookCitationTest.d.ts +0 -3
- package/dist/types/src/BookCitationTest.d.ts.map +0 -1
- package/dist/types/src/BookemonTest.d.ts +0 -83
- package/dist/types/src/BookemonTest.d.ts.map +0 -1
- package/dist/types/src/ChatCitationTest.d.ts +0 -7
- package/dist/types/src/ChatCitationTest.d.ts.map +0 -1
- package/dist/types/src/CodeCitationTest.d.ts +0 -3
- package/dist/types/src/CodeCitationTest.d.ts.map +0 -1
- package/dist/types/src/DatagestMonTest.d.ts +0 -3
- package/dist/types/src/DatagestMonTest.d.ts.map +0 -1
- package/dist/types/src/DbCodeCitationTest.d.ts +0 -3
- package/dist/types/src/DbCodeCitationTest.d.ts.map +0 -1
- package/dist/types/src/ExcelCitationTest.d.ts +0 -2
- package/dist/types/src/ExcelCitationTest.d.ts.map +0 -1
- package/dist/types/src/PaginatedTableTest/PaginatedTableTest.d.ts +0 -3
- package/dist/types/src/PaginatedTableTest/PaginatedTableTest.d.ts.map +0 -1
- package/dist/types/src/PaginatedTableTest/useFetchData.d.ts +0 -15
- package/dist/types/src/PaginatedTableTest/useFetchData.d.ts.map +0 -1
- package/dist/types/src/PdfViewerTest.d.ts +0 -3
- package/dist/types/src/PdfViewerTest.d.ts.map +0 -1
- package/dist/types/src/ProjectAccordianTest.d.ts +0 -3
- package/dist/types/src/ProjectAccordianTest.d.ts.map +0 -1
- package/dist/types/src/RequirementAICitationTest.d.ts +0 -3
- package/dist/types/src/RequirementAICitationTest.d.ts.map +0 -1
- package/dist/types/src/ScannedDocCitationTest.d.ts +0 -2
- package/dist/types/src/ScannedDocCitationTest.d.ts.map +0 -1
- package/dist/types/src/TableCitationTest.d.ts +0 -3
- package/dist/types/src/TableCitationTest.d.ts.map +0 -1
- package/dist/types/src/context/DataSelectedContext.d.ts +0 -73
- package/dist/types/src/context/DataSelectedContext.d.ts.map +0 -1
- package/dist/types/src/features/BookCitation/BookCitation.d.ts +0 -41
- package/dist/types/src/features/BookCitation/BookCitation.d.ts.map +0 -1
- package/dist/types/src/features/BookCitation/text-cleaner.d.ts +0 -2
- package/dist/types/src/features/BookCitation/text-cleaner.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.d.ts +0 -21
- package/dist/types/src/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookDetailsCard/BookDetailsCard.d.ts +0 -13
- package/dist/types/src/features/Bookemon/BookDetailsCard/BookDetailsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookElementsCard/BookElementsCard.d.ts +0 -52
- package/dist/types/src/features/Bookemon/BookElementsCard/BookElementsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookOverviewCard/BookOverviewCard.d.ts +0 -20
- package/dist/types/src/features/Bookemon/BookOverviewCard/BookOverviewCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.d.ts +0 -35
- package/dist/types/src/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookPreview/BookPreview.d.ts +0 -51
- package/dist/types/src/features/Bookemon/BookPreview/BookPreview.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/Bookemon.d.ts +0 -9
- package/dist/types/src/features/Bookemon/Bookemon.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookemonCitationLayer.d.ts +0 -7
- package/dist/types/src/features/Bookemon/BookemonCitationLayer.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/BookemonContent.d.ts +0 -3
- package/dist/types/src/features/Bookemon/BookemonContent.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/types/citation.types.d.ts +0 -65
- package/dist/types/src/features/Bookemon/types/citation.types.d.ts.map +0 -1
- package/dist/types/src/features/Bookemon/utils/highlight.d.ts +0 -7
- package/dist/types/src/features/Bookemon/utils/highlight.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/BigQueryTable.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/BigQueryTable.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts +0 -26
- package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts +0 -13
- package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/assets/collapse.d.ts +0 -3
- package/dist/types/src/features/ChatCitation/assets/collapse.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/AssistantChatItem.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/AssistantChatItem.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/ChatCitation.d.ts +0 -15
- package/dist/types/src/features/ChatCitation/components/ChatCitation.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/Chip.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/Chip.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/DetailedView.d.ts +0 -10
- package/dist/types/src/features/ChatCitation/components/DetailedView.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/IconContainer.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/IconContainer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/InViewNavigation.d.ts +0 -11
- package/dist/types/src/features/ChatCitation/components/InViewNavigation.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/MarkdownRenderer.d.ts +0 -10
- package/dist/types/src/features/ChatCitation/components/MarkdownRenderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/RuleBook.d.ts +0 -9
- package/dist/types/src/features/ChatCitation/components/RuleBook.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/SummarizedView.d.ts +0 -19
- package/dist/types/src/features/ChatCitation/components/SummarizedView.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/UserChatItem.d.ts +0 -8
- package/dist/types/src/features/ChatCitation/components/UserChatItem.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/UserInitialsAsAvatar.d.ts +0 -11
- package/dist/types/src/features/ChatCitation/components/UserInitialsAsAvatar.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/components/wrappers/Modal.d.ts +0 -10
- package/dist/types/src/features/ChatCitation/components/wrappers/Modal.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/constants/icons.d.ts +0 -9
- package/dist/types/src/features/ChatCitation/constants/icons.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/constants/renderer.d.ts +0 -7
- package/dist/types/src/features/ChatCitation/constants/renderer.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/types/citations.types.d.ts +0 -111
- package/dist/types/src/features/ChatCitation/types/citations.types.d.ts.map +0 -1
- package/dist/types/src/features/ChatCitation/utils/helpers.d.ts +0 -16
- package/dist/types/src/features/ChatCitation/utils/helpers.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/CitationsViewer.d.ts +0 -5
- package/dist/types/src/features/CitationViewer/CitationsViewer.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/AudioPlayer.d.ts +0 -8
- package/dist/types/src/features/CitationViewer/components/AudioPlayer.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/AudioWaveform.d.ts +0 -17
- package/dist/types/src/features/CitationViewer/components/AudioWaveform.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/ChatHistory.d.ts +0 -8
- package/dist/types/src/features/CitationViewer/components/ChatHistory.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/Header.d.ts +0 -12
- package/dist/types/src/features/CitationViewer/components/Header.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/KeyTakeaways.d.ts +0 -8
- package/dist/types/src/features/CitationViewer/components/KeyTakeaways.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/components/Transcript.d.ts +0 -10
- package/dist/types/src/features/CitationViewer/components/Transcript.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/config/apiConfig.d.ts +0 -3
- package/dist/types/src/features/CitationViewer/config/apiConfig.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/hooks/getSignedUrl.d.ts +0 -2
- package/dist/types/src/features/CitationViewer/hooks/getSignedUrl.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/hooks/useResolvedAudioUrl.d.ts +0 -2
- package/dist/types/src/features/CitationViewer/hooks/useResolvedAudioUrl.d.ts.map +0 -1
- package/dist/types/src/features/CitationViewer/types/artifact.d.ts +0 -59
- package/dist/types/src/features/CitationViewer/types/artifact.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/CodeCitation.d.ts +0 -49
- package/dist/types/src/features/CodeCitation/CodeCitation.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/Accordian.d.ts +0 -10
- package/dist/types/src/features/CodeCitation/_components/Accordian.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/CodeCitationPopup.d.ts +0 -31
- package/dist/types/src/features/CodeCitation/_components/CodeCitationPopup.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/CodeCitationsStats.d.ts +0 -13
- package/dist/types/src/features/CodeCitation/_components/CodeCitationsStats.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/CodeEditor.d.ts +0 -30
- package/dist/types/src/features/CodeCitation/_components/CodeEditor.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts +0 -6
- package/dist/types/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts +0 -16
- package/dist/types/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/Spinner.d.ts +0 -4
- package/dist/types/src/features/CodeCitation/_components/Spinner.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.d.ts +0 -12
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/CodebaseStatsComponent.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/DbStatsComponent.d.ts +0 -10
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/DbStatsComponent.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/StatsComponent.d.ts +0 -13
- package/dist/types/src/features/CodeCitation/_components/StatsComponents/StatsComponent.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/ThemeToggle.d.ts +0 -12
- package/dist/types/src/features/CodeCitation/_components/ThemeToggle.d.ts.map +0 -1
- package/dist/types/src/features/CodeCitation/_components/TooltipComponent.d.ts +0 -8
- package/dist/types/src/features/CodeCitation/_components/TooltipComponent.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/CognitiveDecisioningWrapper.d.ts +0 -42
- package/dist/types/src/features/CognitiveDecisioning/CognitiveDecisioningWrapper.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/FaqCitation/FaqCitation.d.ts +0 -8
- package/dist/types/src/features/CognitiveDecisioning/FaqCitation/FaqCitation.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/DecisioningIcon.d.ts +0 -7
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/DecisioningIcon.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/GapIcon.d.ts +0 -7
- package/dist/types/src/features/CognitiveDecisioning/shared/Audacy/GapIcon.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.d.ts +0 -23
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningComponent.d.ts.map +0 -1
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts +0 -3
- package/dist/types/src/features/CognitiveInternalgptReasoning/CognitiveInternalgptReasoningTest.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/DataSelector.d.ts +0 -18
- package/dist/types/src/features/DataSelector/DataSelector.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/SavedDataSetListScreen.d.ts +0 -13
- package/dist/types/src/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/SelectedDataList.d.ts +0 -3
- package/dist/types/src/features/DataSelector/components/SelectedDataList.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts +0 -11
- package/dist/types/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts +0 -7
- package/dist/types/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +0 -1
- package/dist/types/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts +0 -4
- package/dist/types/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +0 -1
- package/dist/types/src/features/DatagestMon/DatagestMon.d.ts +0 -21
- package/dist/types/src/features/DatagestMon/DatagestMon.d.ts.map +0 -1
- package/dist/types/src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.d.ts +0 -19
- package/dist/types/src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.d.ts.map +0 -1
- package/dist/types/src/features/DatagestMon/EpubPreviewer/EpubPreview.d.ts +0 -7
- package/dist/types/src/features/DatagestMon/EpubPreviewer/EpubPreview.d.ts.map +0 -1
- package/dist/types/src/features/ExcelCitation/ExcelCitations.d.ts +0 -15
- package/dist/types/src/features/ExcelCitation/ExcelCitations.d.ts.map +0 -1
- package/dist/types/src/features/ExcelCitation/utils/helper.d.ts +0 -2
- package/dist/types/src/features/ExcelCitation/utils/helper.d.ts.map +0 -1
- package/dist/types/src/features/PaginatedTable/PaginatedTable.d.ts +0 -27
- package/dist/types/src/features/PaginatedTable/PaginatedTable.d.ts.map +0 -1
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitation.d.ts +0 -19
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitation.d.ts.map +0 -1
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts +0 -2
- package/dist/types/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfContainer.d.ts +0 -11
- package/dist/types/src/features/PdfViewer/PdfContainer.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfStyle.d.ts +0 -33
- package/dist/types/src/features/PdfViewer/PdfStyle.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts +0 -18
- package/dist/types/src/features/PdfViewer/PdfToolbar.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts +0 -40
- package/dist/types/src/features/PdfViewer/PdfViewer.d.ts.map +0 -1
- package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts +0 -22
- package/dist/types/src/features/PdfViewer/usePdfHighlight.d.ts.map +0 -1
- package/dist/types/src/features/ProjectAccordion/ProjectAccordion.d.ts +0 -24
- package/dist/types/src/features/ProjectAccordion/ProjectAccordion.d.ts.map +0 -1
- package/dist/types/src/features/ProjectAccordion/_components/Markdown.d.ts +0 -5
- package/dist/types/src/features/ProjectAccordion/_components/Markdown.d.ts.map +0 -1
- package/dist/types/src/features/ProjectAccordion/index.d.ts +0 -2
- package/dist/types/src/features/ProjectAccordion/index.d.ts.map +0 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts +0 -7
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts.map +0 -1
- package/dist/types/src/features/ReviewPanel/ReviewPanel.d.ts +0 -52
- package/dist/types/src/features/ReviewPanel/ReviewPanel.d.ts.map +0 -1
- package/dist/types/src/features/ReviewPanel/ReviewPanelTest/ReviewPanelTest.d.ts +0 -4
- package/dist/types/src/features/ReviewPanel/ReviewPanelTest/ReviewPanelTest.d.ts.map +0 -1
- package/dist/types/src/features/ScannedDocCitation/ScannedDocCitation.d.ts +0 -24
- package/dist/types/src/features/ScannedDocCitation/ScannedDocCitation.d.ts.map +0 -1
- package/dist/types/src/features/TableCitation/TableCitationContent.d.ts +0 -14
- package/dist/types/src/features/TableCitation/TableCitationContent.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts +0 -14
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts +0 -13
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts +0 -21
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts +0 -33
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts +0 -19
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +0 -8
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts +0 -17
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts +0 -26
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts +0 -11
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts +0 -1108
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts +0 -57
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts +0 -643
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts +0 -24
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts +0 -283
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts +0 -58
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts +0 -20
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts +0 -3
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/NotFound.d.ts +0 -4
- package/dist/types/src/features/UploadData/NotFound.d.ts.map +0 -1
- package/dist/types/src/features/UploadData/main.d.ts +0 -10
- package/dist/types/src/features/UploadData/main.d.ts.map +0 -1
- package/dist/types/src/methodsToExpose.d.ts +0 -13
- package/dist/types/src/methodsToExpose.d.ts.map +0 -1
- package/dist/types/src/routes/Routes.d.ts +0 -2
- package/dist/types/src/routes/Routes.d.ts.map +0 -1
- package/dist/types/src/service/DataService.d.ts +0 -73
- package/dist/types/src/service/DataService.d.ts.map +0 -1
- package/dist/types/src/service/ModelService.d.ts +0 -68
- package/dist/types/src/service/ModelService.d.ts.map +0 -1
- package/dist/types/src/service/ProjectService.d.ts +0 -16
- package/dist/types/src/service/ProjectService.d.ts.map +0 -1
- package/dist/utils/codeCitations.utils.js +0 -2
- package/dist/utils/codeCitations.utils.js.map +0 -1
- package/dist/utils/themeManager.js +0 -2
- package/dist/utils/themeManager.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RlefDataTabsComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/DataSelector/components/RlefDataTabsComponent.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,qBAAqB,+CAgE1B,CAAA;AAED,eAAe,qBAAqB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RlefHistoricalCopilotData.d.ts","sourceRoot":"","sources":["../../../../../../src/features/DataSelector/components/RlefHistoricalCopilotData.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,yBAAyB,+CAuD9B,CAAA;AAED,eAAe,yBAAyB,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
type TProps = {
|
|
2
|
-
userEmail: string;
|
|
3
|
-
};
|
|
4
|
-
export type TDataSet = {
|
|
5
|
-
_id: string;
|
|
6
|
-
name: string;
|
|
7
|
-
creatorEmailId: string;
|
|
8
|
-
createdAt: string;
|
|
9
|
-
dataPointsCount: string;
|
|
10
|
-
};
|
|
11
|
-
declare function SavedDataSetListScreen({ userEmail }: TProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export default SavedDataSetListScreen;
|
|
13
|
-
//# sourceMappingURL=SavedDataSetListScreen.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SavedDataSetListScreen.d.ts","sourceRoot":"","sources":["../../../../../../src/features/DataSelector/components/SavedDataSetListScreen.tsx"],"names":[],"mappings":"AAIA,KAAK,MAAM,GAAG;IACV,SAAS,EAAG,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAA;CAC1B,CAAA;AAED,iBAAS,sBAAsB,CAAC,EAAE,SAAS,EAAE,EAAG,MAAM,2CA6BrD;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectedDataList.d.ts","sourceRoot":"","sources":["../../../../../../src/features/DataSelector/components/SelectedDataList.tsx"],"names":[],"mappings":"AASA,QAAA,MAAM,gBAAgB,+CA0ErB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import './DataSetElement.css';
|
|
3
|
-
import { TDataSet } from "../../SavedDataSetListScreen";
|
|
4
|
-
type TProps = {
|
|
5
|
-
dataSet: TDataSet;
|
|
6
|
-
setDatasets: React.Dispatch<React.SetStateAction<TDataSet[]>>;
|
|
7
|
-
userEmail: string;
|
|
8
|
-
};
|
|
9
|
-
declare function DataSetElement({ dataSet, setDatasets, userEmail }: TProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export default DataSetElement;
|
|
11
|
-
//# sourceMappingURL=DataSetElement.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataSetElement.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.tsx"],"names":[],"mappings":";AAEA,OAAO,sBAAsB,CAAA;AAE7B,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAA;AAEvD,KAAK,MAAM,GAAG;IACV,OAAO,EAAE,QAAQ,CAAC;IAClB,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IAC9D,SAAS,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,iBAAS,cAAc,CAAC,EAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAC,EAAC,MAAM,2CA0E/D;AAED,eAAe,cAAc,CAAA"}
|
package/dist/types/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/DataSelector/components/subcomponents/Pagination/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,kBAAkB,CAAA;AAIzB,iBAAS,UAAU,CAAC,EAAC,OAAO,EAAE,oBAAoB,EAAC;;;CAAA,2CAalD;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ShowSelectedDataTable.d.ts","sourceRoot":"","sources":["../../../../../../src/features/DataSelector/tables/ShowSelectedDataTable.tsx"],"names":[],"mappings":";AAyHA,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAoMlC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export interface IBookReview {
|
|
2
|
-
text: string;
|
|
3
|
-
source: string;
|
|
4
|
-
}
|
|
5
|
-
export interface IBookDetails {
|
|
6
|
-
isbn: string;
|
|
7
|
-
isbn10: string;
|
|
8
|
-
imprint: string;
|
|
9
|
-
publisher: string;
|
|
10
|
-
age: string;
|
|
11
|
-
subjectCategories: string[];
|
|
12
|
-
reviews: IBookReview[];
|
|
13
|
-
}
|
|
14
|
-
declare const DatagestMon: ({ open, onClose, data, url }: {
|
|
15
|
-
open: boolean;
|
|
16
|
-
onClose: () => void;
|
|
17
|
-
data: any;
|
|
18
|
-
url?: string | undefined;
|
|
19
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
export default DatagestMon;
|
|
21
|
-
//# sourceMappingURL=DatagestMon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatagestMon.d.ts","sourceRoot":"","sources":["../../../../../src/features/DatagestMon/DatagestMon.tsx"],"names":[],"mappings":"AA2FA,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,OAAO,EAAE,WAAW,EAAE,CAAC;CACxB;AACD,QAAA,MAAM,WAAW;UAMT,OAAO;aACJ,MAAM,IAAI;UACb,GAAG;;6CAoCV,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ProcessedData {
|
|
3
|
-
[key: string]: string | number | boolean | any;
|
|
4
|
-
}
|
|
5
|
-
interface ErrorData {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
}
|
|
8
|
-
interface SectionData {
|
|
9
|
-
processed_data?: ProcessedData;
|
|
10
|
-
error_data?: ErrorData;
|
|
11
|
-
}
|
|
12
|
-
interface DynamicDataDisplayProps {
|
|
13
|
-
data: {
|
|
14
|
-
[sectionName: string]: SectionData;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
declare const DynamicDataDisplay: React.FC<DynamicDataDisplayProps>;
|
|
18
|
-
export default DynamicDataDisplay;
|
|
19
|
-
//# sourceMappingURL=DynamicDataPreviewer.d.ts.map
|
package/dist/types/src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicDataPreviewer.d.ts","sourceRoot":"","sources":["../../../../../../src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,UAAU,aAAa;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,GAAG,CAAC;CAChD;AAED,UAAU,SAAS;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,WAAW;IACnB,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,UAAU,uBAAuB;IAC/B,IAAI,EAAE;QACJ,CAAC,WAAW,EAAE,MAAM,GAAG,WAAW,CAAC;KACpC,CAAC;CACH;AA6HD,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAyFzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EpubPreview.d.ts","sourceRoot":"","sources":["../../../../../../src/features/DatagestMon/EpubPreviewer/EpubPreview.tsx"],"names":[],"mappings":"AAUA,UAAU,KAAK;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB;AAoBD,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,EAAE,KAAK,2CAkLzD"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./css/excel-citation.css";
|
|
3
|
-
export interface DataDict {
|
|
4
|
-
[key: number]: string[];
|
|
5
|
-
}
|
|
6
|
-
interface ExcelCitationProps {
|
|
7
|
-
data: DataDict;
|
|
8
|
-
highlightRow?: number;
|
|
9
|
-
loading: boolean;
|
|
10
|
-
isErrored: boolean;
|
|
11
|
-
highlightText?: string | null;
|
|
12
|
-
}
|
|
13
|
-
declare const ExcelCitation: React.FC<ExcelCitationProps>;
|
|
14
|
-
export default ExcelCitation;
|
|
15
|
-
//# sourceMappingURL=ExcelCitations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExcelCitations.d.ts","sourceRoot":"","sources":["../../../../../src/features/ExcelCitation/ExcelCitations.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,0BAA0B,CAAC;AAElC,MAAM,WAAW,QAAQ;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACzB;AAED,UAAU,kBAAkB;IAC1B,IAAI,EAAE,QAAQ,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA0M/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ExcelCitation/utils/helper.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,iBAAkB,MAAM,iBAAiB,MAAM,yDAoBzE,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
interface PaginatedTableProps {
|
|
3
|
-
headers: string[];
|
|
4
|
-
tableData: {
|
|
5
|
-
[k: string]: string;
|
|
6
|
-
}[];
|
|
7
|
-
onNextPage: () => void;
|
|
8
|
-
loadingMore?: boolean;
|
|
9
|
-
headerRefs: React.MutableRefObject<{
|
|
10
|
-
[key: string]: HTMLDivElement | null;
|
|
11
|
-
}>;
|
|
12
|
-
totalFileRecords: number;
|
|
13
|
-
columnWidth?: number;
|
|
14
|
-
rowHeight?: number;
|
|
15
|
-
/** User can pass custom className for main container */
|
|
16
|
-
className?: string;
|
|
17
|
-
/** Inline styles for main container */
|
|
18
|
-
style?: React.CSSProperties;
|
|
19
|
-
/** Optional granular style overrides */
|
|
20
|
-
styleOverrides?: {
|
|
21
|
-
headerRow?: React.CSSProperties;
|
|
22
|
-
dataRow?: React.CSSProperties;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
declare const PaginatedTable: React.FC<PaginatedTableProps>;
|
|
26
|
-
export default PaginatedTable;
|
|
27
|
-
//# sourceMappingURL=PaginatedTable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatedTable.d.ts","sourceRoot":"","sources":["../../../../../src/features/PaginatedTable/PaginatedTable.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,SAAS,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAAE,CAAC;IACrC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,KAAK,CAAC,gBAAgB,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,GAAG,IAAI,CAAA;KAAE,CAAC,CAAC;IAC7E,gBAAgB,EAAE,MAAM,CAAC;IAEzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,wDAAwD;IACxD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,uCAAuC;IACvC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,wCAAwC;IACxC,cAAc,CAAC,EAAE;QACf,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAChC,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC/B,CAAC;CACH;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsMjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from "react";
|
|
2
|
-
type Props = {
|
|
3
|
-
citationTitleElement: ReactElement;
|
|
4
|
-
pdfUrl: string;
|
|
5
|
-
citationRootClassName?: string;
|
|
6
|
-
citationBodyClassName?: string;
|
|
7
|
-
citationBodyWhenCollapsedClassName?: string;
|
|
8
|
-
citationTitleClassName?: string;
|
|
9
|
-
pdfEditorBackendBaseUrl: string;
|
|
10
|
-
rlefEventServiceBaseUrl?: string;
|
|
11
|
-
currentUserId?: string;
|
|
12
|
-
sentenceHighlightDetails?: {
|
|
13
|
-
pdfPageNumber: number;
|
|
14
|
-
sentenceToHighlight: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
export declare function PdfEditorCitation(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
export {};
|
|
19
|
-
//# sourceMappingURL=PdfEditorCitation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfEditorCitation.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfEditorCitation/PdfEditorCitation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAY,MAAM,OAAO,CAAC;AAQ/C,KAAK,KAAK,GAAG;IACX,oBAAoB,EAAE,YAAY,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,kCAAkC,CAAC,EAAE,MAAM,CAAC;IAC5C,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wBAAwB,CAAC,EAAE;QACzB,aAAa,EAAE,MAAM,CAAC;QACtB,mBAAmB,EAAE,MAAM,CAAC;KAC7B,CAAA;CACF,CAAC;AAIF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK,2CA2D7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfEditorCitationTest.d.ts","sourceRoot":"","sources":["../../../../../../src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.tsx"],"names":[],"mappings":"AAGA,wBAAgB,qBAAqB,4CA+BpC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CustomStylesType } from "./PdfViewer";
|
|
2
|
-
export declare const pdfWorker: string;
|
|
3
|
-
type Props = {
|
|
4
|
-
pdfUrl: string;
|
|
5
|
-
plugins: any[];
|
|
6
|
-
onLoad: () => void;
|
|
7
|
-
customStyles?: CustomStylesType;
|
|
8
|
-
};
|
|
9
|
-
declare const PdfContainer: ({ pdfUrl, plugins, onLoad, customStyles }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export default PdfContainer;
|
|
11
|
-
//# sourceMappingURL=PdfContainer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfContainer.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/PdfContainer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,eAAO,MAAM,SAAS,EAAE,MAAwE,CAAC;AAEjG,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,GAAG,EAAE,CAAC;IACf,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC,CAAC;AAEF,QAAA,MAAM,YAAY,8CAA+C,KAAK,4CAarE,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from "react";
|
|
2
|
-
export interface PdfCustomIcons {
|
|
3
|
-
pdfIcon?: ReactNode;
|
|
4
|
-
fullScreenIcon?: ReactNode;
|
|
5
|
-
downloadIcon?: ReactNode;
|
|
6
|
-
closeIcon?: ReactNode;
|
|
7
|
-
}
|
|
8
|
-
export interface PdfCustomStyles {
|
|
9
|
-
pdfViewer?: CSSProperties;
|
|
10
|
-
card?: CSSProperties;
|
|
11
|
-
header?: CSSProperties;
|
|
12
|
-
title?: CSSProperties;
|
|
13
|
-
toolbar?: CSSProperties;
|
|
14
|
-
button?: CSSProperties;
|
|
15
|
-
buttonDisabled?: CSSProperties;
|
|
16
|
-
counter?: CSSProperties;
|
|
17
|
-
viewerWrapper?: CSSProperties;
|
|
18
|
-
emptyState?: CSSProperties;
|
|
19
|
-
pdfContainer?: CSSProperties;
|
|
20
|
-
}
|
|
21
|
-
export interface PdfCustomClasses {
|
|
22
|
-
pdfViewer?: string;
|
|
23
|
-
header?: string;
|
|
24
|
-
headerLeft?: string;
|
|
25
|
-
headerRight?: string;
|
|
26
|
-
pdfContainer?: string;
|
|
27
|
-
emptyState?: string;
|
|
28
|
-
iconButton?: string;
|
|
29
|
-
}
|
|
30
|
-
export declare const pdfStyles: {
|
|
31
|
-
[key: string]: CSSProperties;
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=PdfStyle.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfStyle.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/PdfStyle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,YAAY,CAAC,EAAE,aAAa,CAAC;CAC9B;AAED,MAAM,WAAW,gBAAgB;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,SAAS,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CA8ErD,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { CustomIconsType, CustomStylesType, CustomClassesType } from "./PdfViewer";
|
|
3
|
-
type Props = {
|
|
4
|
-
highlightIndex: number;
|
|
5
|
-
totalHighlights: number;
|
|
6
|
-
controls: any;
|
|
7
|
-
currentPosition: any;
|
|
8
|
-
pdfName?: string;
|
|
9
|
-
onClose?: () => void;
|
|
10
|
-
pdfUrl?: string;
|
|
11
|
-
viewerRef?: React.RefObject<HTMLDivElement>;
|
|
12
|
-
customStyles?: CustomStylesType;
|
|
13
|
-
customClasses?: CustomClassesType;
|
|
14
|
-
customIcons?: CustomIconsType;
|
|
15
|
-
};
|
|
16
|
-
declare const PdfToolbar: ({ highlightIndex, totalHighlights, controls, currentPosition, pdfName, onClose, pdfUrl, viewerRef, customStyles, customClasses, customIcons }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export default PdfToolbar;
|
|
18
|
-
//# sourceMappingURL=PdfToolbar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/PdfToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGnF,KAAK,KAAK,GAAG;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,GAAG,CAAC;IACd,eAAe,EAAE,GAAG,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC5C,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,WAAW,CAAC,EAAE,eAAe,CAAC;CAC/B,CAAC;AAEF,QAAA,MAAM,UAAU,kJAYb,KAAK,4CAwFP,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import "@react-pdf-viewer/zoom/lib/styles/index.css";
|
|
2
|
-
import "@react-pdf-viewer/page-navigation/lib/styles/index.css";
|
|
3
|
-
import "@react-pdf-viewer/core/lib/styles/index.css";
|
|
4
|
-
import "@react-pdf-viewer/search/lib/styles/index.css";
|
|
5
|
-
import React from "react";
|
|
6
|
-
export type CustomIconsType = {
|
|
7
|
-
pdfIcon?: React.ReactNode;
|
|
8
|
-
fullScreenIcon?: React.ReactNode;
|
|
9
|
-
downloadIcon?: React.ReactNode;
|
|
10
|
-
closeIcon?: React.ReactNode;
|
|
11
|
-
};
|
|
12
|
-
export type CustomStylesType = {
|
|
13
|
-
pdfViewer?: React.CSSProperties;
|
|
14
|
-
header?: React.CSSProperties;
|
|
15
|
-
pdfIconWrapper?: React.CSSProperties;
|
|
16
|
-
pdfName?: React.CSSProperties;
|
|
17
|
-
pdfContainer?: React.CSSProperties;
|
|
18
|
-
emptyState?: React.CSSProperties;
|
|
19
|
-
};
|
|
20
|
-
export type CustomClassesType = {
|
|
21
|
-
header?: string;
|
|
22
|
-
pdfName?: string;
|
|
23
|
-
actionButton?: string;
|
|
24
|
-
pdfViewerWrapper?: string;
|
|
25
|
-
};
|
|
26
|
-
interface PdfViewerProps {
|
|
27
|
-
pdfUrl?: string;
|
|
28
|
-
highlightText: string[];
|
|
29
|
-
highlightPages?: any;
|
|
30
|
-
jumpToPageValue?: number;
|
|
31
|
-
pdfName?: string;
|
|
32
|
-
onClose?: () => void;
|
|
33
|
-
item?: any;
|
|
34
|
-
customStyles?: CustomStylesType;
|
|
35
|
-
customClasses?: CustomClassesType;
|
|
36
|
-
customIcons?: CustomIconsType;
|
|
37
|
-
}
|
|
38
|
-
declare const PdfViewer: ({ pdfUrl, highlightText, highlightPages, jumpToPageValue, pdfName, onClose, customStyles, customClasses, customIcons, }: PdfViewerProps) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
export default PdfViewer;
|
|
40
|
-
//# sourceMappingURL=PdfViewer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfViewer.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/PdfViewer.tsx"],"names":[],"mappings":"AAKA,OAAO,6CAA6C,CAAC;AACrD,OAAO,wDAAwD,CAAC;AAChE,OAAO,6CAA6C,CAAC;AACrD,OAAO,+CAA+C,CAAC;AACvD,OAAO,KAAiB,MAAM,OAAO,CAAC;AAEtC,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAChC,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC7B,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACrC,OAAO,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACnC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,UAAU,cAAc;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,WAAW,CAAC,EAAE,eAAe,CAAC;CAC/B;AAED,QAAA,MAAM,SAAS,4HAUZ,cAAc,4CAmHhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const PdfHighlightControls: (highlightText: string[], highlightPages: Record<number, number>) => {
|
|
3
|
-
setHighlightIndex: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
4
|
-
highlightIndex: number;
|
|
5
|
-
cursorIndex: number;
|
|
6
|
-
setCursorIndex: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
7
|
-
orderedKeys: number[];
|
|
8
|
-
totalHighlights: number;
|
|
9
|
-
getValidPosition: (cursor: number) => number;
|
|
10
|
-
tryJump: () => void;
|
|
11
|
-
jumpToPage: (pageIndex: number) => void;
|
|
12
|
-
zoomTo: (scale: number | import("@react-pdf-viewer/core").SpecialZoomLevel) => void;
|
|
13
|
-
plugins: (import("@react-pdf-viewer/page-navigation").PageNavigationPlugin | import("@react-pdf-viewer/zoom").ZoomPlugin | import("@react-pdf-viewer/search").SearchPlugin)[];
|
|
14
|
-
controls: {
|
|
15
|
-
ZoomInButton: () => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
16
|
-
ZoomOutButton: () => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
17
|
-
ZoomPopover: (props?: import("@react-pdf-viewer/zoom").ZoomPopoverProps | undefined) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
18
|
-
goToNext: () => void;
|
|
19
|
-
goToPrevious: () => void;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=usePdfHighlight.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usePdfHighlight.d.ts","sourceRoot":"","sources":["../../../../../src/features/PdfViewer/usePdfHighlight.tsx"],"names":[],"mappings":";AAKA,eAAO,MAAM,oBAAoB,kBAChB,MAAM,EAAE,kBACP,OAAO,MAAM,EAAE,MAAM,CAAC;;;;;;;+BAgBJ,MAAM;;;;;;;;;;;;CAmFzC,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React, { CSSProperties } from 'react';
|
|
2
|
-
interface ProjectAccordianProps {
|
|
3
|
-
baseUrl: string;
|
|
4
|
-
taskId: string;
|
|
5
|
-
citationTitle: string | React.ReactNode;
|
|
6
|
-
execSummary?: string;
|
|
7
|
-
isDisabled?: boolean;
|
|
8
|
-
disabledText?: string;
|
|
9
|
-
isChecked?: boolean;
|
|
10
|
-
onCheckChange?: (checked: boolean) => void;
|
|
11
|
-
customClickHandler?: (e: React.MouseEvent) => void;
|
|
12
|
-
chevronDownComponent?: React.ReactNode;
|
|
13
|
-
chevronUpComponent?: React.ReactNode;
|
|
14
|
-
styles?: {
|
|
15
|
-
pillButton?: CSSProperties;
|
|
16
|
-
citationTitle?: CSSProperties;
|
|
17
|
-
citationWrapper?: CSSProperties;
|
|
18
|
-
citationContent?: CSSProperties;
|
|
19
|
-
checkbox?: CSSProperties;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
declare const ProjectAccordion: React.FC<ProjectAccordianProps>;
|
|
23
|
-
export default ProjectAccordion;
|
|
24
|
-
//# sourceMappingURL=ProjectAccordion.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectAccordion.d.ts","sourceRoot":"","sources":["../../../../../src/features/ProjectAccordion/ProjectAccordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAY,aAAa,EAAqB,MAAM,OAAO,CAAC;AAQ1E,UAAU,qBAAqB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,kBAAkB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IACnD,oBAAoB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvC,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,MAAM,CAAC,EAAE;QACP,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,aAAa,CAAC,EAAE,aAAa,CAAC;QAC9B,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,QAAQ,CAAC,EAAE,aAAa,CAAC;KAC1B,CAAC;CACH;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAoLrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ProjectAccordion/_components/Markdown.tsx"],"names":[],"mappings":"AAgFA,QAAA,MAAM,QAAQ;UAAsB,MAAM;6CAGzC,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/ProjectAccordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
interface ChatCitationTestProps {
|
|
2
|
-
closePreview?: () => void;
|
|
3
|
-
selectedIdFromReason?: string;
|
|
4
|
-
}
|
|
5
|
-
export default function ChatCitationTestForAiReasoning({ closePreview }: ChatCitationTestProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=ChatCitationTestForAiReasoning.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatCitationTestForAiReasoning.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.tsx"],"names":[],"mappings":"AAWA,UAAU,qBAAqB;IAC7B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,oBAAoB,CAAC,EAAC,MAAM,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,8BAA8B,CAAC,EAAC,YAAY,EAAC,EAAC,qBAAqB,2CA6G1F"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./ReviewPanel.css";
|
|
3
|
-
export type ReviewStatus = "pending" | "reviewed" | "rejected";
|
|
4
|
-
export interface ReviewPanelClasses {
|
|
5
|
-
header?: string;
|
|
6
|
-
headerRight?: string;
|
|
7
|
-
listWrapper?: string;
|
|
8
|
-
item?: {
|
|
9
|
-
root?: string;
|
|
10
|
-
active?: string;
|
|
11
|
-
reviewed?: string;
|
|
12
|
-
text?: string;
|
|
13
|
-
rightBadge?: string;
|
|
14
|
-
icon?: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
export interface DefaultItemConfig<T> {
|
|
18
|
-
textKey?: keyof T;
|
|
19
|
-
showStatusIcon?: boolean;
|
|
20
|
-
showRightBadge?: boolean;
|
|
21
|
-
rightBadgeText?: (item: T, index: number) => React.ReactNode;
|
|
22
|
-
}
|
|
23
|
-
export interface ReviewPanelProps<T> {
|
|
24
|
-
data: T[];
|
|
25
|
-
renderItem?: (params: {
|
|
26
|
-
item: T;
|
|
27
|
-
index: number;
|
|
28
|
-
isActive: boolean;
|
|
29
|
-
status?: ReviewStatus;
|
|
30
|
-
}) => React.ReactNode;
|
|
31
|
-
itemConfig?: DefaultItemConfig<T>;
|
|
32
|
-
classes?: ReviewPanelClasses;
|
|
33
|
-
keyExtractor?: (item: T, index: number) => string;
|
|
34
|
-
activeIndex?: number;
|
|
35
|
-
onActiveChange?: (index: number) => void;
|
|
36
|
-
expanded?: boolean;
|
|
37
|
-
onExpandedChange?: (expanded: boolean) => void;
|
|
38
|
-
headerLeftSlot?: React.ReactNode;
|
|
39
|
-
footerSlot?: React.ReactNode;
|
|
40
|
-
headerRightSlot?: (params: {
|
|
41
|
-
activeIndex: number;
|
|
42
|
-
total: number;
|
|
43
|
-
setIndex: (i: number) => void;
|
|
44
|
-
isExpanded: boolean;
|
|
45
|
-
setExpanded: (v: boolean) => void;
|
|
46
|
-
}) => React.ReactNode;
|
|
47
|
-
getItemStatus?: (item: T, index: number) => ReviewStatus;
|
|
48
|
-
theme?: "dark" | "light";
|
|
49
|
-
className?: string;
|
|
50
|
-
}
|
|
51
|
-
export declare const ReviewPanel: <T>({ data, renderItem, itemConfig, classes, keyExtractor, activeIndex: controlledIndex, onActiveChange, expanded: controlledExpanded, onExpandedChange, headerLeftSlot, footerSlot, headerRightSlot, getItemStatus, theme, className, }: ReviewPanelProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
52
|
-
//# sourceMappingURL=ReviewPanel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewPanel.d.ts","sourceRoot":"","sources":["../../../../../src/features/ReviewPanel/ReviewPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,mBAAmB,CAAC;AA+G3B,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;AAE/D,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE;QACL,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;CAC9D;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC;IACjC,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE;QACpB,IAAI,EAAE,CAAC,CAAC;QACR,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,OAAO,CAAC;QAClB,MAAM,CAAC,EAAE,YAAY,CAAC;KACvB,KAAK,KAAK,CAAC,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE;QACzB,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;QAC9B,UAAU,EAAE,OAAO,CAAC;QACpB,WAAW,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;KACnC,KAAK,KAAK,CAAC,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,YAAY,CAAC;IACzD,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA8DD,eAAO,MAAM,WAAW,2SAoHvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewPanelTest.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ReviewPanel/ReviewPanelTest/ReviewPanelTest.tsx"],"names":[],"mappings":"AAEA,OAAO,uBAAuB,CAAA;AAgB9B,QAAA,MAAM,gBAAgB,+CAmarB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export interface BBox {
|
|
2
|
-
xmin: number;
|
|
3
|
-
ymin: number;
|
|
4
|
-
xmax: number;
|
|
5
|
-
ymax: number;
|
|
6
|
-
}
|
|
7
|
-
export interface PageHighlight {
|
|
8
|
-
pageIndex: number;
|
|
9
|
-
bboxes: BBox[];
|
|
10
|
-
dimensions: {
|
|
11
|
-
width: number;
|
|
12
|
-
height: number;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
export interface ScannedDocCitationProps {
|
|
16
|
-
images: string[];
|
|
17
|
-
highlights: PageHighlight[];
|
|
18
|
-
highlightColor?: string;
|
|
19
|
-
highlightActiveColor?: string;
|
|
20
|
-
highlightBorderColor?: string;
|
|
21
|
-
height?: string | number;
|
|
22
|
-
}
|
|
23
|
-
export default function ScannedDocCitation({ images, highlights, highlightColor, highlightActiveColor, highlightBorderColor, height, }: ScannedDocCitationProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
//# sourceMappingURL=ScannedDocCitation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScannedDocCitation.d.ts","sourceRoot":"","sources":["../../../../../src/features/ScannedDocCitation/ScannedDocCitation.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,IAAI,EAAE,CAAC;IACf,UAAU,EAAE;QACV,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAED,MAAM,WAAW,uBAAuB;IACtC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,EAAE,aAAa,EAAE,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,MAAM,EACN,UAAU,EACV,cAA0C,EAC1C,oBAAgD,EAChD,oBAA+C,EAC/C,MAAgB,GACjB,EAAE,uBAAuB,2CA2JzB"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
interface TableCitationProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
timestamp?: string;
|
|
5
|
-
rows: Record<string, any>[];
|
|
6
|
-
highlightColumns?: string[];
|
|
7
|
-
highlightRowIndex?: number;
|
|
8
|
-
onClose?: () => void;
|
|
9
|
-
CloseIcon?: React.ElementType;
|
|
10
|
-
className?: string;
|
|
11
|
-
}
|
|
12
|
-
declare const TableCitationContent: ({ title, timestamp, rows, highlightColumns, highlightRowIndex, onClose, CloseIcon, className, }: TableCitationProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export default TableCitationContent;
|
|
14
|
-
//# sourceMappingURL=TableCitationContent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TableCitationContent.d.ts","sourceRoot":"","sources":["../../../../../src/features/TableCitation/TableCitationContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAIvC,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,oBAAoB,oGASvB,kBAAkB,4CAsFpB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectDataFromGoogleDrive.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,yBAAyB,+CAI9B,CAAA;AACD,eAAe,yBAAyB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectDataFromGoogleDriveButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.tsx"],"names":[],"mappings":"AAYA,QAAA,MAAM,+BAA+B,UAAW,GAAG,4CAmBlD,CAAC;AAEF,eAAe,+BAA+B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectDataFromLocalSystem.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,wBAAwB,+CAM7B,CAAA;AAED,eAAe,wBAAwB,CAAA"}
|