@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,2 +0,0 @@
|
|
|
1
|
-
import{__assign as i}from"tslib";import{jsxs as e,Fragment as t,jsx as n}from"react/jsx-runtime";import{useState as o,useRef as r,useCallback as d}from"react";import{X as l,Maximize2 as a}from"lucide-react";function c(c){var s=c.images,p=c.highlights,h=c.highlightColor,u=void 0===h?"rgba(255, 220, 0, 0.35)":h,x=c.highlightActiveColor,g=void 0===x?"rgba(255, 220, 0, 0.65)":x,f=c.highlightBorderColor,b=void 0===f?"rgba(200, 160, 0, 0.8)":f,m=c.height,y=void 0===m?"700px":m,v=p.flatMap(function(i,e){return i.bboxes.map(function(t,n){return{bbox:t,dimensions:i.dimensions,pageIndex:i.pageIndex,key:"".concat(e,"-").concat(n)}})}).length,k=o(0),w=k[0],C=k[1],I=o(!1),z=I[0],R=I[1],S=r(null),B=r(null),M=r([]),j=d(function(i,e){void 0===e&&(e=!1);var t=Math.max(0,Math.min(v-1,i));C(t);var n=e?B.current:S.current,o=M.current[t];if(n&&o){var r=n.getBoundingClientRect().top,d=o.getBoundingClientRect().top-r+n.scrollTop-n.clientHeight/2+o.clientHeight/2;n.scrollTo({top:d,behavior:"smooth"})}},[v]),T=function(t){return void 0===t&&(t=!1),v>0&&n("div",i({style:{display:"flex",alignItems:"center",marginBottom:"6px"}},{children:e("div",i({style:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"4px"}},{children:[e("span",i({style:{fontSize:"12px",color:"#888"}},{children:[w+1," / ",v]})),n("button",i({onClick:function(){return j(w-1,t)},disabled:w<=0,style:{padding:"2px 8px",fontSize:"12px",cursor:w<=0?"not-allowed":"pointer",opacity:w<=0?.4:1,border:"1px solid #ddd",borderRadius:"3px",background:"white"}},{children:"↑"})),n("button",i({onClick:function(){return j(w+1,t)},disabled:w>=v-1,style:{padding:"2px 8px",fontSize:"12px",cursor:w>=v-1?"not-allowed":"pointer",opacity:w>=v-1?.4:1,border:"1px solid #ddd",borderRadius:"3px",background:"white"}},{children:"↓"})),n("span",{style:{width:"1px",height:"16px",background:"#e2e8f0",margin:"0 2px"}}),t?n(l,{size:16,color:"#64748b",style:{cursor:"pointer"},onClick:function(){return R(!1)}}):n(a,{size:16,color:"#64748b",style:{cursor:"pointer"},onClick:function(){return R(!0)}})]}))}))},D=function(){var t=-1;return s.map(function(o,r){var d=p.filter(function(i){return i.pageIndex===r}).flatMap(function(i,e){return i.bboxes.map(function(n,o){return t++,{bbox:n,dimensions:i.dimensions,key:"".concat(r,"-").concat(e,"-").concat(o),globalIndex:t}})});return e("div",{children:[e("div",i({style:{fontSize:"12px",color:"#888",marginBottom:"4px"}},{children:["Page ",r+1]})),n("div",i({style:{position:"relative",width:"100%",paddingTop:"129%",flexShrink:0}},{children:e("div",i({style:{position:"absolute",inset:0}},{children:[n("img",{src:o,alt:"Page ".concat(r+1),style:{display:"block",width:"100%",height:"100%",objectFit:"fill"},draggable:!1}),d.map(function(i){var e=i.bbox,t=i.dimensions,o=i.key,r=i.globalIndex,d=w===r;return n("div",{ref:function(i){M.current[r]=i},style:{position:"absolute",left:"".concat(e.xmin/t.width*100,"%"),top:"".concat(e.ymin/t.height*100,"%"),width:"".concat((e.xmax-e.xmin)/t.width*100,"%"),height:"".concat((e.ymax-e.ymin)/t.height*100,"%"),background:d?g:u,border:d?"1.5px solid ".concat(b):"none",borderRadius:"2px",zIndex:2}},o)})]}))}))]},r)})},F={overflowY:"auto",border:"1px solid #ddd",borderRadius:"4px",padding:"8px",display:"flex",flexDirection:"column",gap:"8px",boxSizing:"border-box"};return e(t,{children:[e("div",i({style:{width:"100%",maxWidth:"600px",fontFamily:"inherit"}},{children:[T(!1),n("div",i({ref:S,style:i(i({},F),{height:y})},{children:D()}))]})),z&&n("div",i({style:{position:"fixed",inset:0,background:"rgba(0,0,0,0.5)",zIndex:1e3,display:"flex",alignItems:"center",justifyContent:"center"}},{children:e("div",i({style:{background:"white",borderRadius:"8px",padding:"16px",width:"90vw",maxWidth:"800px",height:"90vh",display:"flex",flexDirection:"column"}},{children:[T(!0),n("div",i({ref:B,style:i(i({},F),{flex:1})},{children:D()}))]}))}))]})}export{c as default};
|
|
2
|
-
//# sourceMappingURL=ScannedDocCitation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScannedDocCitation.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccordianHeadTest.d.ts","sourceRoot":"","sources":["../../../src/AccordianHeadTest.tsx"],"names":[],"mappings":"AAKA,wBAAgB,iBAAiB,4CAoBhC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookCitationTest.d.ts","sourceRoot":"","sources":["../../../src/BookCitationTest.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,+CA4DrB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
export declare const data: {
|
|
2
|
-
bookOverView: {
|
|
3
|
-
title: string;
|
|
4
|
-
totalPages: number;
|
|
5
|
-
totalSectionCount: number;
|
|
6
|
-
readingTime: string;
|
|
7
|
-
summary: string;
|
|
8
|
-
author: string;
|
|
9
|
-
bookDescription: string;
|
|
10
|
-
tableOfContent: ({
|
|
11
|
-
href: string;
|
|
12
|
-
title: string;
|
|
13
|
-
children?: undefined;
|
|
14
|
-
} | {
|
|
15
|
-
href: string;
|
|
16
|
-
title: string;
|
|
17
|
-
children: {
|
|
18
|
-
href: string;
|
|
19
|
-
title: string;
|
|
20
|
-
}[];
|
|
21
|
-
})[];
|
|
22
|
-
};
|
|
23
|
-
bookDetails: {
|
|
24
|
-
isbn: string;
|
|
25
|
-
isbn10: string;
|
|
26
|
-
imprint: string;
|
|
27
|
-
publisher: string;
|
|
28
|
-
publishingDate: string;
|
|
29
|
-
age: null;
|
|
30
|
-
subjectCategories: string[];
|
|
31
|
-
reviews: string[];
|
|
32
|
-
};
|
|
33
|
-
bookCopyRight: {
|
|
34
|
-
copyright: {
|
|
35
|
-
year: null;
|
|
36
|
-
owner: string;
|
|
37
|
-
};
|
|
38
|
-
salesRights: {
|
|
39
|
-
description: string;
|
|
40
|
-
territory: string[];
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
bookAwards: {
|
|
44
|
-
publisher: {
|
|
45
|
-
name: string;
|
|
46
|
-
shortName: string;
|
|
47
|
-
tags: never[];
|
|
48
|
-
};
|
|
49
|
-
contributors: {
|
|
50
|
-
primary: {
|
|
51
|
-
name: string;
|
|
52
|
-
role: string;
|
|
53
|
-
tags: never[];
|
|
54
|
-
}[];
|
|
55
|
-
additional: {
|
|
56
|
-
name: string;
|
|
57
|
-
role: string;
|
|
58
|
-
tags: never[];
|
|
59
|
-
}[];
|
|
60
|
-
};
|
|
61
|
-
awards: never[];
|
|
62
|
-
};
|
|
63
|
-
bookCoverImage: string;
|
|
64
|
-
};
|
|
65
|
-
export declare const getHighlightContent: (chunkIds: string[]) => Promise<any>;
|
|
66
|
-
export declare const fetchPaginatedData: ({ endpoint, page, pageSize, isbn, title }: {
|
|
67
|
-
endpoint: any;
|
|
68
|
-
page: any;
|
|
69
|
-
pageSize: any;
|
|
70
|
-
isbn: any;
|
|
71
|
-
title: string;
|
|
72
|
-
}) => Promise<any>;
|
|
73
|
-
export declare const handleFetchManuscriptElements: ({ endpoint, page, pageSize, isbn, title }: {
|
|
74
|
-
endpoint: any;
|
|
75
|
-
page: any;
|
|
76
|
-
pageSize: any;
|
|
77
|
-
isbn: any;
|
|
78
|
-
title: string;
|
|
79
|
-
}) => Promise<any>;
|
|
80
|
-
export declare const highlightArray: string[];
|
|
81
|
-
declare const BookemonTest: () => import("react/jsx-runtime").JSX.Element;
|
|
82
|
-
export default BookemonTest;
|
|
83
|
-
//# sourceMappingURL=BookemonTest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookemonTest.d.ts","sourceRoot":"","sources":["../../../src/BookemonTest.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgYd,CAAA;AAGH,eAAO,MAAM,mBAAmB,aAAmB,MAAM,EAAE,iBA2B1D,CAAC;AAGF,eAAO,MAAM,kBAAkB;cAAmE,GAAG;UAAS,GAAG;cAAa,GAAG;UAAS,GAAG;WAAW,MAAM;kBAW7J,CAAC;AAGF,eAAO,MAAM,6BAA6B;cAAkE,GAAG;UAAS,GAAG;cAAW,GAAG;UAAQ,GAAG;WAAU,MAAM;kBASjK,CAAC;AAEJ,eAAO,MAAM,cAAc,UAAmB,CAAA;AAE9C,QAAA,MAAM,YAAY,+CAkIjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
interface ChatCitationTestProps {
|
|
2
|
-
closePreview?: () => void;
|
|
3
|
-
selectedIdFromReason?: string;
|
|
4
|
-
}
|
|
5
|
-
export default function ChatCitationTest({ closePreview }: ChatCitationTestProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=ChatCitationTest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatCitationTest.d.ts","sourceRoot":"","sources":["../../../src/ChatCitationTest.tsx"],"names":[],"mappings":"AAYA,UAAU,qBAAqB;IAC7B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,oBAAoB,CAAC,EAAC,MAAM,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAC,YAAY,EAAC,EAAC,qBAAqB,2CAsH5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CodeCitationTest.d.ts","sourceRoot":"","sources":["../../../src/CodeCitationTest.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,gBAAgB,+CAiFrB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatagestMonTest.d.ts","sourceRoot":"","sources":["../../../src/DatagestMonTest.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,eAAe,+CAgEpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DbCodeCitationTest.d.ts","sourceRoot":"","sources":["../../../src/DbCodeCitationTest.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,kBAAkB,+CAgFvB,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExcelCitationTest.d.ts","sourceRoot":"","sources":["../../../src/ExcelCitationTest.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,iBAAiB,4CA8BxC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaginatedTableTest.d.ts","sourceRoot":"","sources":["../../../../src/PaginatedTableTest/PaginatedTableTest.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,kBAAkB,+CAkHvB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface UseFetchFileDataProps {
|
|
3
|
-
initialData: any;
|
|
4
|
-
initialLoading: boolean;
|
|
5
|
-
openTableView: boolean;
|
|
6
|
-
setTotalRecords: React.Dispatch<React.SetStateAction<number>>;
|
|
7
|
-
rowCount: number;
|
|
8
|
-
}
|
|
9
|
-
declare const useFetchFileData: ({ initialData, initialLoading, openTableView, setTotalRecords, rowCount }: UseFetchFileDataProps) => {
|
|
10
|
-
data: any;
|
|
11
|
-
loading: boolean;
|
|
12
|
-
setData: import("react").Dispatch<any>;
|
|
13
|
-
};
|
|
14
|
-
export default useFetchFileData;
|
|
15
|
-
//# sourceMappingURL=useFetchData.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useFetchData.d.ts","sourceRoot":"","sources":["../../../../src/PaginatedTableTest/useFetchData.tsx"],"names":[],"mappings":";AAKA,UAAU,qBAAqB;IAC7B,WAAW,EAAE,GAAG,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IAC9D,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,QAAA,MAAM,gBAAgB,8EAA+E,qBAAqB;;;;CAqDzH,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfViewerTest.d.ts","sourceRoot":"","sources":["../../../src/PdfViewerTest.tsx"],"names":[],"mappings":"AAcA,QAAA,MAAM,aAAa,+CAwClB,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectAccordianTest.d.ts","sourceRoot":"","sources":["../../../src/ProjectAccordianTest.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,oBAAoB,+CA0DzB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RequirementAICitationTest.d.ts","sourceRoot":"","sources":["../../../src/RequirementAICitationTest.tsx"],"names":[],"mappings":"AAwBA,QAAA,MAAM,yBAAyB,+CA+a9B,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScannedDocCitationTest.d.ts","sourceRoot":"","sources":["../../../src/ScannedDocCitationTest.tsx"],"names":[],"mappings":"AAqCA,MAAM,CAAC,OAAO,UAAU,sBAAsB,4CAY7C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TableCitationTest.d.ts","sourceRoot":"","sources":["../../../src/TableCitationTest.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB,+CAkEtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { UploadSource } from '../features/UploadData/main';
|
|
3
|
-
import { IModel } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/models';
|
|
4
|
-
import { IProject } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/projects';
|
|
5
|
-
import { ICollection } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/collections';
|
|
6
|
-
import { IData } from '../features/UploadData/Components/SelectDataFromRLEF/interfaces/data';
|
|
7
|
-
export interface IDataCartProjectsState {
|
|
8
|
-
availableProjects: Array<IProject>;
|
|
9
|
-
isFetchingProjects: boolean;
|
|
10
|
-
selectedProject: IProject | null;
|
|
11
|
-
searchTerm: string;
|
|
12
|
-
}
|
|
13
|
-
export interface IDataCartTasksState {
|
|
14
|
-
availableTasks: Array<IModel>;
|
|
15
|
-
isFetchingTasks: boolean;
|
|
16
|
-
selectedTask: IModel | null;
|
|
17
|
-
searchTerm: string;
|
|
18
|
-
}
|
|
19
|
-
export interface IDataSetState {
|
|
20
|
-
availableDataSets: ICollection[];
|
|
21
|
-
isFetchingDataSets: boolean;
|
|
22
|
-
selectedDataSet: ICollection | null;
|
|
23
|
-
datasetCollectionTotalCount?: number;
|
|
24
|
-
}
|
|
25
|
-
interface DataSelectedContextType {
|
|
26
|
-
selectedModeOfUploadData: UploadSource | null;
|
|
27
|
-
setSelectedModeOfUploadData: (source: UploadSource) => void;
|
|
28
|
-
projectsState: IDataCartProjectsState;
|
|
29
|
-
tasksState: IDataCartTasksState;
|
|
30
|
-
fetchAllProjects: () => Promise<void>;
|
|
31
|
-
fetchAllTasks: (projectId: string) => Promise<void>;
|
|
32
|
-
selectTask: (task: IModel | null) => void;
|
|
33
|
-
selectProject: (project: IProject | null) => void;
|
|
34
|
-
setProjectsSearchTerm: (term: string) => void;
|
|
35
|
-
setTasksSearchTerm: (term: string) => void;
|
|
36
|
-
selectOrUnselectAnRlefResource: (resource: IData) => void;
|
|
37
|
-
breadcrumbs: Breadcrumb[];
|
|
38
|
-
setBreadcrumbs: React.Dispatch<React.SetStateAction<Breadcrumb[]>>;
|
|
39
|
-
currentScreenState: ScreenState;
|
|
40
|
-
setCurrentScreenState: React.Dispatch<React.SetStateAction<ScreenState>>;
|
|
41
|
-
selectedLocalFiles: File[];
|
|
42
|
-
setSelectedLocalFiles: React.Dispatch<React.SetStateAction<File[]>>;
|
|
43
|
-
dataSetState: IDataSetState;
|
|
44
|
-
setDataSetState: React.Dispatch<React.SetStateAction<IDataSetState>>;
|
|
45
|
-
selectedRlefResources: Array<IData>;
|
|
46
|
-
setSelectedRlefResources: React.Dispatch<React.SetStateAction<IData[]>>;
|
|
47
|
-
tempSelectedRlefResources: Array<IData>;
|
|
48
|
-
setTempSelectedRlefResources: React.Dispatch<React.SetStateAction<IData[]>>;
|
|
49
|
-
selectedSavedDataSetIds: Set<string>;
|
|
50
|
-
setSelectedSavedDataSetIds: React.Dispatch<React.SetStateAction<Set<string>>>;
|
|
51
|
-
activeRlefDataTab: TActiveRlefDataTab;
|
|
52
|
-
setActiveRlefDataTab: React.Dispatch<React.SetStateAction<TActiveRlefDataTab>>;
|
|
53
|
-
}
|
|
54
|
-
type Breadcrumb = {
|
|
55
|
-
label: string;
|
|
56
|
-
path?: string;
|
|
57
|
-
onClick: () => void;
|
|
58
|
-
};
|
|
59
|
-
export type ScreenState = "" | "dataSelectOptionsScreen" | "selectedDataListScreen" | "projectAndTaskSelectionScreen" | "rlefDataSetCollectionsScreen" | "rlefDataPointsInSelectedDataSetCollectionScreen" | "savedDataSetListScreen" | "viewSavedDataSetScreen" | "rlefHistoricalCopilotDataScreen";
|
|
60
|
-
export type TActiveRlefDataTab = "collections" | "data";
|
|
61
|
-
interface DataSelectedProviderProps {
|
|
62
|
-
children: ReactNode;
|
|
63
|
-
}
|
|
64
|
-
export declare var currentScreenStateRef: {
|
|
65
|
-
current?: ScreenState;
|
|
66
|
-
};
|
|
67
|
-
export declare var currentScreenStateSetterRef: {
|
|
68
|
-
current?: React.Dispatch<React.SetStateAction<ScreenState>>;
|
|
69
|
-
};
|
|
70
|
-
export declare const DataSelectedProvider: React.FC<DataSelectedProviderProps>;
|
|
71
|
-
export declare const useSelectDataContext: () => DataSelectedContextType;
|
|
72
|
-
export {};
|
|
73
|
-
//# sourceMappingURL=DataSelectedContext.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataSelectedContext.d.ts","sourceRoot":"","sources":["../../../../src/context/DataSelectedContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAuC,SAAS,EAAmC,MAAM,OAAO,CAAC;AAC/G,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,wEAAwE,CAAC;AAChG,OAAO,EAAE,QAAQ,EAAE,MAAM,0EAA0E,CAAC;AAGpG,OAAO,EAAE,WAAW,EAAE,MAAM,6EAA6E,CAAC;AAC1G,OAAO,EAAE,KAAK,EAAE,MAAM,sEAAsE,CAAC;AAG7F,MAAM,WAAW,sBAAsB;IACnC,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IACnC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,QAAQ,GAAG,IAAI,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,mBAAmB;IAChC,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,aAAa;IAC1B,iBAAiB,EAAE,WAAW,EAAE,CAAC;IACjC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,WAAW,GAAG,IAAI,CAAC;IACpC,2BAA2B,CAAC,EAAC,MAAM,CAAA;CACtC;AAGD,UAAU,uBAAuB;IAC7B,wBAAwB,EAAE,YAAY,GAAG,IAAI,CAAC;IAC9C,2BAA2B,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IAG5D,aAAa,EAAE,sBAAsB,CAAC;IACtC,UAAU,EAAE,mBAAmB,CAAC;IAChC,gBAAgB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,CAAC,OAAO,EAAE,QAAQ,GAAG,IAAI,KAAK,IAAI,CAAC;IAClD,qBAAqB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,kBAAkB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAE3C,8BAA8B,EAAE,CAAC,QAAQ,EAAE,KAAK,KAAK,IAAI,CAAC;IAC1D,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC;IACnE,kBAAkB,EAAE,WAAW,CAAC;IAChC,qBAAqB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;IACzE,kBAAkB,EAAC,IAAI,EAAE,CAAC;IAC1B,qBAAqB,EAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC,CAAC,CAAA;IAClE,YAAY,EAAE,aAAa,CAAC;IAC5B,eAAe,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,aAAa,CAAC,CAAC,CAAC;IACrE,qBAAqB,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IACpC,wBAAwB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACxE,yBAAyB,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IACxC,4BAA4B,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAC5E,uBAAuB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACrC,0BAA0B,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAC9E,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,kBAAkB,CAAC,CAAC,CAAC;CAClF;AAED,KAAK,UAAU,GAAG;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB,CAAA;AAGD,MAAM,MAAM,WAAW,GAAG,EAAE,GAAG,yBAAyB,GAAG,wBAAwB,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,iDAAiD,GAAG,wBAAwB,GAAG,wBAAwB,GAAG,iCAAiC,CAAA;AACpS,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAAG,MAAM,CAAC;AAMxD,UAAU,yBAAyB;IAC/B,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED,eAAO,IAAI,qBAAqB,EAAE;IAAE,OAAO,CAAC,EAAE,WAAW,CAAA;CAAO,CAAC;AACjE,eAAO,IAAI,2BAA2B,EAAE;IAAE,OAAO,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAA;CAAM,CAAC;AAE5G,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA+JpE,CAAC;AAGF,eAAO,MAAM,oBAAoB,+BAMhC,CAAC"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import React, { CSSProperties } from "react";
|
|
2
|
-
interface CitationLinkProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
author?: string | string[];
|
|
5
|
-
pageNumber?: string;
|
|
6
|
-
totalPageNumber?: string;
|
|
7
|
-
paragraphs: string[];
|
|
8
|
-
citationTitle: string;
|
|
9
|
-
textToHighlight: string[];
|
|
10
|
-
bookCoverImage?: string;
|
|
11
|
-
handleExternalLinkClick?: () => void;
|
|
12
|
-
externalLinkComponent?: React.ReactNode;
|
|
13
|
-
chevronUpComponent?: React.ReactNode;
|
|
14
|
-
chevronDownComponent?: React.ReactNode;
|
|
15
|
-
customStyle?: {
|
|
16
|
-
citationButtonWrapper?: CSSProperties;
|
|
17
|
-
arrow?: CSSProperties;
|
|
18
|
-
citationButton?: CSSProperties;
|
|
19
|
-
expandableContent?: CSSProperties;
|
|
20
|
-
bookHeader?: CSSProperties;
|
|
21
|
-
relative?: CSSProperties;
|
|
22
|
-
pageColor?: CSSProperties;
|
|
23
|
-
highlightedText?: CSSProperties;
|
|
24
|
-
expandedWrapper?: CSSProperties;
|
|
25
|
-
expandableContainer?: CSSProperties;
|
|
26
|
-
bookBodyContent?: CSSProperties;
|
|
27
|
-
customScrollbarClass?: CSSProperties;
|
|
28
|
-
relativeWrapper?: CSSProperties;
|
|
29
|
-
showGradientOverlay?: boolean;
|
|
30
|
-
};
|
|
31
|
-
citationNumber?: number;
|
|
32
|
-
partialMatch?: boolean;
|
|
33
|
-
defaultState?: boolean;
|
|
34
|
-
isNonHighlightedBlur?: boolean;
|
|
35
|
-
toggleBlur?: boolean;
|
|
36
|
-
fixedWidth?: boolean;
|
|
37
|
-
isBookemon?: boolean;
|
|
38
|
-
}
|
|
39
|
-
declare const BookCitation: React.FC<CitationLinkProps>;
|
|
40
|
-
export default BookCitation;
|
|
41
|
-
//# sourceMappingURL=BookCitation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookCitation.d.ts","sourceRoot":"","sources":["../../../../../src/features/BookCitation/BookCitation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAuB,MAAM,OAAO,CAAC;AAIlE,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uBAAuB,CAAC,EAAE,MAAM,IAAI,CAAC;IACrC,qBAAqB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxC,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,oBAAoB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE;QACZ,qBAAqB,CAAC,EAAE,aAAa,CAAC;QACtC,KAAK,CAAC,EAAE,aAAa,CAAC;QACtB,cAAc,CAAC,EAAE,aAAa,CAAC;QAC/B,iBAAiB,CAAC,EAAE,aAAa,CAAC;QAClC,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,QAAQ,CAAC,EAAE,aAAa,CAAC;QACzB,SAAS,CAAC,EAAE,aAAa,CAAC;QAC1B,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,mBAAmB,CAAC,EAAE,aAAa,CAAC;QACpC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,oBAAoB,CAAC,EAAE,aAAa,CAAC;QACrC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,mBAAmB,CAAC,EAAE,OAAO,CAAA;KAC9B,CAAC;IACF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAmf7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-cleaner.d.ts","sourceRoot":"","sources":["../../../../../src/features/BookCitation/text-cleaner.ts"],"names":[],"mappings":"AAmDA,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAiBrD"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export interface ICopyright {
|
|
2
|
-
year: number;
|
|
3
|
-
owner: string;
|
|
4
|
-
}
|
|
5
|
-
export interface ISalesRights {
|
|
6
|
-
description: string;
|
|
7
|
-
territory: string[];
|
|
8
|
-
}
|
|
9
|
-
export interface IBookCopyrightsData {
|
|
10
|
-
copyright: ICopyright;
|
|
11
|
-
salesRights: ISalesRights;
|
|
12
|
-
}
|
|
13
|
-
interface BookCopyrightsCardProps {
|
|
14
|
-
data: IBookCopyrightsData;
|
|
15
|
-
highlightTerms?: string[];
|
|
16
|
-
onHighlightMatch?: (matched: boolean) => void;
|
|
17
|
-
highlightEnabled: boolean;
|
|
18
|
-
}
|
|
19
|
-
declare const BookCopyrightsCard: ({ data, highlightTerms, onHighlightMatch, highlightEnabled }: BookCopyrightsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
export default BookCopyrightsCard;
|
|
21
|
-
//# sourceMappingURL=BookCopyrightsCard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookCopyrightsCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/BookCopyrightsCard/BookCopyrightsCard.tsx"],"names":[],"mappings":"AAkBA,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IAClC,SAAS,EAAE,UAAU,CAAC;IACtB,WAAW,EAAE,YAAY,CAAC;CAC3B;AAED,UAAU,uBAAuB;IAC/B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,gBAAgB,EAAE,OAAO,CAAA;CAC1B;AAED,QAAA,MAAM,kBAAkB,iEAAkE,uBAAuB,4CAkEhH,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BookemonProps, IBookDetails } from "../types/citation.types";
|
|
2
|
-
import "./BookDetailsCard.css";
|
|
3
|
-
type BookDetailsCardProps = {
|
|
4
|
-
data: IBookDetails;
|
|
5
|
-
highlightTerms?: string[];
|
|
6
|
-
onHighlightMatch?: (matched: boolean) => void;
|
|
7
|
-
highlightEnabled: boolean;
|
|
8
|
-
citationType?: BookemonProps['citationType'];
|
|
9
|
-
citationSubTitle?: BookemonProps['citationSubTitle'];
|
|
10
|
-
};
|
|
11
|
-
declare const BookDetailsCard: ({ data, highlightTerms, onHighlightMatch, highlightEnabled, citationType, citationSubTitle }: BookDetailsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export default BookDetailsCard;
|
|
13
|
-
//# sourceMappingURL=BookDetailsCard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookDetailsCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/BookDetailsCard/BookDetailsCard.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACtE,OAAO,uBAAuB,CAAC;AAmF/B,KAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,gBAAgB,EAAE,OAAO,CAAA;IACzB,YAAY,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC7C,gBAAgB,CAAC,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;CACtD,CAAC;AACF,QAAA,MAAM,eAAe,iGAAkG,oBAAoB,4CAmM1I,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import "./BookElementsCard.css";
|
|
2
|
-
import { BookemonProps } from '../types/citation.types';
|
|
3
|
-
export interface IQuote {
|
|
4
|
-
text: string;
|
|
5
|
-
chapter: string;
|
|
6
|
-
page: string;
|
|
7
|
-
author: string;
|
|
8
|
-
chunkIds: string[];
|
|
9
|
-
}
|
|
10
|
-
export interface ICharacter {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
bg: string;
|
|
14
|
-
color: string;
|
|
15
|
-
initials?: string;
|
|
16
|
-
chunkIds: string[];
|
|
17
|
-
}
|
|
18
|
-
export interface geoLocationData {
|
|
19
|
-
chunkIds: string[];
|
|
20
|
-
name: string;
|
|
21
|
-
}
|
|
22
|
-
export interface IBookElementsData {
|
|
23
|
-
notableQuotes: IQuote[];
|
|
24
|
-
geoLocations: geoLocationData[];
|
|
25
|
-
characters: ICharacter[];
|
|
26
|
-
}
|
|
27
|
-
interface BookElementsCardProps {
|
|
28
|
-
data: IBookElementsData;
|
|
29
|
-
updateQuotesToHighLight: (textToHighLight: string, content: string, chunkIds: string[], currentIndex: number) => void;
|
|
30
|
-
handleFetchManuscriptElements: ({ endpoint, page, pageSize, isbn, title }: {
|
|
31
|
-
endpoint: any;
|
|
32
|
-
page: any;
|
|
33
|
-
pageSize: number;
|
|
34
|
-
isbn: any;
|
|
35
|
-
title: string;
|
|
36
|
-
}) => Promise<any>;
|
|
37
|
-
BookIsbn: string;
|
|
38
|
-
title: string;
|
|
39
|
-
highlightTerms?: string[];
|
|
40
|
-
onHighlightMatch?: (matched: boolean) => void;
|
|
41
|
-
defaultPages?: {
|
|
42
|
-
quotes?: number;
|
|
43
|
-
locations?: number;
|
|
44
|
-
characters?: number;
|
|
45
|
-
};
|
|
46
|
-
citationType: BookemonProps['citationType'];
|
|
47
|
-
citationSubTitle: BookemonProps['citationSubTitle'];
|
|
48
|
-
highlightEnabled: boolean;
|
|
49
|
-
}
|
|
50
|
-
declare const BookElementsCard: ({ data, updateQuotesToHighLight, handleFetchManuscriptElements, BookIsbn, title, highlightTerms, onHighlightMatch, defaultPages, citationType, citationSubTitle, highlightEnabled }: BookElementsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
51
|
-
export default BookElementsCard;
|
|
52
|
-
//# sourceMappingURL=BookElementsCard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookElementsCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/BookElementsCard/BookElementsCard.tsx"],"names":[],"mappings":"AASA,OAAO,wBAAwB,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AA0IxD,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAG,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAG,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAG,MAAM,EAAE,CAAC;IACpB,IAAI,EAAG,MAAM,CAAA;CACd;AAED,MAAM,WAAW,iBAAiB;IAChC,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,UAAU,EAAE,UAAU,EAAE,CAAC;CAC1B;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,uBAAuB,EAAE,CAAC,eAAe,EAAE,MAAM,EAAC,OAAO,EAAC,MAAM,EAAE,QAAQ,EAAC,MAAM,EAAE,EAAE,YAAY,EAAG,MAAM,KAAK,IAAI,CAAC;IACnH,6BAA6B,EAAE,CAAC,EAC/B,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,KAAK,EACN,EAAE;QACD,QAAQ,EAAE,GAAG,CAAC;QACd,IAAI,EAAE,GAAG,CAAC;QACV,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG,CAAC;QACV,KAAK,EAAG,MAAM,CAAA;KACf,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IACnB,QAAQ,EAAG,MAAM,CAAC;IAClB,KAAK,EAAG,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,YAAY,CAAC,EAAE;QACb,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,YAAY,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC5C,gBAAgB,EAAE,aAAa,CAAC,kBAAkB,CAAC,CAAC;IACpD,gBAAgB,EAAE,OAAO,CAAA;CAC1B;AAED,QAAA,MAAM,gBAAgB,wLAYnB,qBAAqB,4CAijBvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import "./BookOverviewCard.css";
|
|
2
|
-
export interface IBookOverview {
|
|
3
|
-
title: string;
|
|
4
|
-
totalPages: number;
|
|
5
|
-
readingTime: string;
|
|
6
|
-
summary: string;
|
|
7
|
-
author: string;
|
|
8
|
-
totalSectionCount: number;
|
|
9
|
-
bookDescription: string;
|
|
10
|
-
tableOfContent: any[];
|
|
11
|
-
}
|
|
12
|
-
interface BookOverviewCardProps {
|
|
13
|
-
data: IBookOverview;
|
|
14
|
-
highlightTerms?: string[];
|
|
15
|
-
onHighlightMatch?: (matched: boolean) => void;
|
|
16
|
-
highlightEnabled?: boolean;
|
|
17
|
-
}
|
|
18
|
-
declare const BookOverviewCard: ({ data, highlightTerms, onHighlightMatch, highlightEnabled }: BookOverviewCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export default BookOverviewCard;
|
|
20
|
-
//# sourceMappingURL=BookOverviewCard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookOverviewCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/BookOverviewCard/BookOverviewCard.tsx"],"names":[],"mappings":"AAMA,OAAO,wBAAwB,CAAC;AAyIhC,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAG,MAAM,CAAC;IAChB,iBAAiB,EAAG,MAAM,CAAC;IAC3B,eAAe,EAAG,MAAM,CAAC;IACzB,cAAc,EAAG,GAAG,EAAE,CAAA;CACvB;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,aAAa,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B;AAED,QAAA,MAAM,gBAAgB,iEAAkE,qBAAqB,4CAsP5G,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import './BookPeopleAwardsCard.css';
|
|
2
|
-
export interface IPublisher {
|
|
3
|
-
name: string;
|
|
4
|
-
shortName?: string;
|
|
5
|
-
tags?: string[];
|
|
6
|
-
}
|
|
7
|
-
export interface IContributor {
|
|
8
|
-
name: string;
|
|
9
|
-
role: string;
|
|
10
|
-
tags?: string[];
|
|
11
|
-
}
|
|
12
|
-
export interface IAward {
|
|
13
|
-
title: string;
|
|
14
|
-
org: string;
|
|
15
|
-
year: number;
|
|
16
|
-
description: string;
|
|
17
|
-
country: string;
|
|
18
|
-
}
|
|
19
|
-
export interface IBookPeopleAwardsData {
|
|
20
|
-
publisher: IPublisher;
|
|
21
|
-
contributors: {
|
|
22
|
-
primary: IContributor[];
|
|
23
|
-
additional?: IContributor[];
|
|
24
|
-
};
|
|
25
|
-
awards?: IAward[];
|
|
26
|
-
}
|
|
27
|
-
interface BookPeopleAwardsCardProps {
|
|
28
|
-
data: IBookPeopleAwardsData;
|
|
29
|
-
highlightTerms?: string[];
|
|
30
|
-
onHighlightMatch?: (matched: boolean) => void;
|
|
31
|
-
highlightEnabled: boolean;
|
|
32
|
-
}
|
|
33
|
-
declare const BookPeopleAwardsCard: ({ data, highlightTerms, onHighlightMatch, highlightEnabled }: BookPeopleAwardsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
34
|
-
export default BookPeopleAwardsCard;
|
|
35
|
-
//# sourceMappingURL=BookPeopleAwardsCard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookPeopleAwardsCard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/BookPeopleAwardsCard/BookPeopleAwardsCard.tsx"],"names":[],"mappings":"AAGA,OAAO,4BAA4B,CAAA;AAwGnC,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAG,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,UAAU,CAAC;IACtB,YAAY,EAAE;QACZ,OAAO,EAAE,YAAY,EAAE,CAAC;QACxB,UAAU,CAAC,EAAE,YAAY,EAAE,CAAC;KAC7B,CAAC;IACF,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,UAAU,yBAAyB;IACjC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9C,gBAAgB,EAAE,OAAO,CAAA;CAC1B;AAED,QAAA,MAAM,oBAAoB,iEAAkE,yBAAyB,4CA2LpH,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import React, { CSSProperties } from "react";
|
|
2
|
-
import { IBookOverview } from "../BookOverviewCard/BookOverviewCard";
|
|
3
|
-
import "./BookPreview.css";
|
|
4
|
-
interface BookPreviewProps {
|
|
5
|
-
bookOverView: IBookOverview;
|
|
6
|
-
bookCoverImage: string;
|
|
7
|
-
previewPage: number;
|
|
8
|
-
setPreviewPage: (page: number) => void;
|
|
9
|
-
onClose: () => void;
|
|
10
|
-
quotesToHighLightData: {
|
|
11
|
-
textToHighLight: string;
|
|
12
|
-
content: string;
|
|
13
|
-
};
|
|
14
|
-
citationLoad: boolean;
|
|
15
|
-
updateQuotesToHighLight: (textToHighLight: string, clickableElementCategory: string, chunkIds?: string[]) => void;
|
|
16
|
-
customStyle?: {
|
|
17
|
-
citationCustomStyle?: {
|
|
18
|
-
citationButtonWrapper?: CSSProperties;
|
|
19
|
-
arrow?: CSSProperties;
|
|
20
|
-
citationButton?: CSSProperties;
|
|
21
|
-
expandableContent?: CSSProperties;
|
|
22
|
-
bookHeader?: CSSProperties;
|
|
23
|
-
relative?: CSSProperties;
|
|
24
|
-
pageColor?: CSSProperties;
|
|
25
|
-
highlightedText?: CSSProperties;
|
|
26
|
-
expandedWrapper?: CSSProperties;
|
|
27
|
-
expandableContainer?: CSSProperties;
|
|
28
|
-
bookBodyContent?: CSSProperties;
|
|
29
|
-
customScrollbarClass?: CSSProperties;
|
|
30
|
-
relativeWrapper?: CSSProperties;
|
|
31
|
-
};
|
|
32
|
-
dialogDimension?: CSSProperties;
|
|
33
|
-
leftPanel?: CSSProperties;
|
|
34
|
-
rightPanel?: CSSProperties;
|
|
35
|
-
previewWrapper?: CSSProperties;
|
|
36
|
-
coverImagePreview?: CSSProperties;
|
|
37
|
-
};
|
|
38
|
-
comingSoonData?: {
|
|
39
|
-
header?: string;
|
|
40
|
-
subheader?: string;
|
|
41
|
-
icon?: React.ReactNode;
|
|
42
|
-
};
|
|
43
|
-
clickableElementCategory?: string;
|
|
44
|
-
isNonHighlightedBlur: boolean;
|
|
45
|
-
isBlurToggleVisible?: boolean;
|
|
46
|
-
noHtmlContent: boolean;
|
|
47
|
-
isBookemon: boolean;
|
|
48
|
-
}
|
|
49
|
-
declare const BookPreview: React.FC<BookPreviewProps>;
|
|
50
|
-
export default BookPreview;
|
|
51
|
-
//# sourceMappingURL=BookPreview.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookPreview.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/BookPreview/BookPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAA+B,MAAM,OAAO,CAAC;AAI1E,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACrE,OAAO,mBAAmB,CAAC;AAM3B,UAAU,gBAAgB;IACxB,YAAY,EAAE,aAAa,CAAA;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,qBAAqB,EAAE;QACrB,eAAe,EAAE,MAAM,CAAC;QACxB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,YAAY,EAAE,OAAO,CAAC;IACtB,uBAAuB,EAAE,CAAC,eAAe,EAAE,MAAM,EAC/C,wBAAwB,EAAE,MAAM,EAChC,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE;QACZ,mBAAmB,CAAC,EAAE;YACpB,qBAAqB,CAAC,EAAE,aAAa,CAAC;YACtC,KAAK,CAAC,EAAE,aAAa,CAAC;YACtB,cAAc,CAAC,EAAE,aAAa,CAAC;YAC/B,iBAAiB,CAAC,EAAE,aAAa,CAAC;YAClC,UAAU,CAAC,EAAE,aAAa,CAAC;YAC3B,QAAQ,CAAC,EAAE,aAAa,CAAC;YACzB,SAAS,CAAC,EAAE,aAAa,CAAC;YAC1B,eAAe,CAAC,EAAE,aAAa,CAAC;YAChC,eAAe,CAAC,EAAE,aAAa,CAAC;YAChC,mBAAmB,CAAC,EAAE,aAAa,CAAC;YACpC,eAAe,CAAC,EAAE,aAAa,CAAC;YAChC,oBAAoB,CAAC,EAAE,aAAa,CAAC;YACrC,eAAe,CAAC,EAAE,aAAa,CAAC;SACjC,CAAA;QACD,eAAe,CAAC,EAAE,aAAa,CAAA;QAC/B,SAAS,CAAC,EAAE,aAAa,CAAA;QACzB,UAAU,CAAC,EAAE,aAAa,CAAA;QAC1B,cAAc,CAAC,EAAE,aAAa,CAAA;QAC9B,iBAAiB,CAAC,EAAE,aAAa,CAAA;KAClC,CAAA;IACD,cAAc,CAAC,EAAE;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;KACxB,CAAC;IACF,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,oBAAoB,EAAE,OAAO,CAAA;IAC7B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,aAAa,EAAG,OAAO,CAAA;IACvB,UAAU,EAAG,OAAO,CAAA;CACrB;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAqS3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { CSSProperties } from "react";
|
|
2
|
-
import { BookemonProps } from "./types/citation.types";
|
|
3
|
-
export declare const comingSoonStyles: {
|
|
4
|
-
[key: string]: CSSProperties;
|
|
5
|
-
};
|
|
6
|
-
export declare const defaultIcon: import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare const Bookemon: ({ open, onClose, isDialog, isBookPreview, isNonHighlightedBlur, isBookemon, getHighlightContent, handleFetchManuscriptElements, data, showComingSoon, comingSoonData, customStyle, isBlurToggleVisible, highlightTerms, defaultElementPages, citationType, citationSubTitle }: BookemonProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default Bookemon;
|
|
9
|
-
//# sourceMappingURL=Bookemon.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Bookemon.d.ts","sourceRoot":"","sources":["../../../../../src/features/Bookemon/Bookemon.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAa7C,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAWvD,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CA4C5D,CAAC;AACF,eAAO,MAAM,WAAW,yCAcvB,CAAC;AAUF,QAAA,MAAM,QAAQ,kRAsBX,aAAa,4CAwMf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|