@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,7 +0,0 @@
|
|
|
1
|
-
import { BookemonProps } from "./types/citation.types";
|
|
2
|
-
declare const BookemonCitationLayer: ({ title, bookemonPayload }: {
|
|
3
|
-
title: string;
|
|
4
|
-
bookemonPayload: BookemonProps;
|
|
5
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default BookemonCitationLayer;
|
|
7
|
-
//# sourceMappingURL=BookemonCitationLayer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookemonCitationLayer.d.ts","sourceRoot":"","sources":["../../../../../src/features/Bookemon/BookemonCitationLayer.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,QAAA,MAAM,qBAAqB;WAEhB,MAAM;qBAAmB,aAAa;6CAqEhD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { BookemonProps } from "./types/citation.types";
|
|
2
|
-
export declare const BookemonContent: ({ showComingSoon, onClose, highlightTerms, data, customStyle, comingSoonData, isNonHighlightedBlur, isBlurToggleVisible, isBookemon, getHighlightContent, handleFetchManuscriptElements, isBookPreview, isDialog, defaultElementPages, citationType, citationSubTitle }: BookemonProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
//# sourceMappingURL=BookemonContent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookemonContent.d.ts","sourceRoot":"","sources":["../../../../../src/features/Bookemon/BookemonContent.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AA0LvD,eAAO,MAAM,eAAe,4QAiBvB,aAAa,4CAoiBf,CAAC"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { CSSProperties } from "react";
|
|
2
|
-
export interface IBookDetails {
|
|
3
|
-
isbn: string;
|
|
4
|
-
isbn10: string;
|
|
5
|
-
imprint: string;
|
|
6
|
-
publisher: string;
|
|
7
|
-
age: string;
|
|
8
|
-
subjectCategories: string[];
|
|
9
|
-
reviews: string[];
|
|
10
|
-
publishingDate: string;
|
|
11
|
-
}
|
|
12
|
-
export interface BookemonProps {
|
|
13
|
-
open?: boolean;
|
|
14
|
-
onClose?: () => void;
|
|
15
|
-
isDialog?: boolean;
|
|
16
|
-
isBookPreview?: boolean;
|
|
17
|
-
isNonHighlightedBlur: boolean;
|
|
18
|
-
isBookemon: boolean;
|
|
19
|
-
isBlurToggleVisible?: boolean;
|
|
20
|
-
getHighlightContent?: (chunkIds: string[]) => Promise<any>;
|
|
21
|
-
handleFetchManuscriptElements: (args: {
|
|
22
|
-
endpoint: any;
|
|
23
|
-
page: any;
|
|
24
|
-
pageSize: number;
|
|
25
|
-
isbn: any;
|
|
26
|
-
title: string;
|
|
27
|
-
}) => Promise<any>;
|
|
28
|
-
data: any;
|
|
29
|
-
showComingSoon?: boolean;
|
|
30
|
-
comingSoonData?: {
|
|
31
|
-
header?: string;
|
|
32
|
-
subheader?: string;
|
|
33
|
-
icon?: React.ReactNode;
|
|
34
|
-
};
|
|
35
|
-
customStyle?: {
|
|
36
|
-
inlineContainer?: CSSProperties;
|
|
37
|
-
dialogDimension?: CSSProperties;
|
|
38
|
-
leftPanel?: CSSProperties;
|
|
39
|
-
rightPanel?: CSSProperties;
|
|
40
|
-
citationCustomStyle?: {
|
|
41
|
-
citationButtonWrapper?: CSSProperties;
|
|
42
|
-
arrow?: CSSProperties;
|
|
43
|
-
citationButton?: CSSProperties;
|
|
44
|
-
expandableContent?: CSSProperties;
|
|
45
|
-
bookHeader?: CSSProperties;
|
|
46
|
-
relative?: CSSProperties;
|
|
47
|
-
pageColor?: CSSProperties;
|
|
48
|
-
highlightedText?: CSSProperties;
|
|
49
|
-
expandedWrapper?: CSSProperties;
|
|
50
|
-
expandableContainer?: CSSProperties;
|
|
51
|
-
bookBodyContent?: CSSProperties;
|
|
52
|
-
customScrollbarClass?: CSSProperties;
|
|
53
|
-
relativeWrapper?: CSSProperties;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
highlightTerms?: string[];
|
|
57
|
-
defaultElementPages?: {
|
|
58
|
-
quotes?: number;
|
|
59
|
-
locations?: number;
|
|
60
|
-
characters?: number;
|
|
61
|
-
};
|
|
62
|
-
citationType?: string;
|
|
63
|
-
citationSubTitle?: "book_summary" | "genre_details" | "book_marketing_collateral" | "contributor_biography_details" | "audience_details" | "prize_details" | "location_details" | "notable_characters" | "notable_quotes" | "section_details" | "contributor_details" | "publisher_details" | "book_stats" | "copyright_details" | "supporting_excerpts";
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=citation.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"citation.types.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/types/citation.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,YAAY;IACzB,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,MAAM,EAAE,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3D,6BAA6B,EAAE,CAAC,IAAI,EAAE;QAClC,QAAQ,EAAE,GAAG,CAAC;QACd,IAAI,EAAE,GAAG,CAAC;QACV,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG,CAAC;QACV,KAAK,EAAE,MAAM,CAAC;KACjB,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IAEnB,IAAI,EAAE,GAAG,CAAC;IACV,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE;QACb,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;KAC1B,CAAC;IACF,WAAW,CAAC,EAAE;QACV,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,eAAe,CAAC,EAAE,aAAa,CAAC;QAChC,SAAS,CAAC,EAAE,aAAa,CAAC;QAC1B,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,mBAAmB,CAAC,EAAE;YAClB,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;SACnC,CAAC;KACL,CAAC;IACF,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,mBAAmB,CAAC,EAAE;QAClB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EACX,cAAc,GACd,eAAe,GACf,2BAA2B,GAC3B,+BAA+B,GAC/B,kBAAkB,GAClB,eAAe,GACf,kBAAkB,GAClB,oBAAoB,GACpB,gBAAgB,GAChB,iBAAiB,GACjB,qBAAqB,GACrB,mBAAmB,GACnB,YAAY,GACZ,mBAAmB,GACnB,qBAAqB,CAAC;CAC/B"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Highlights specified terms by wrapping them with <highlight> tags.
|
|
3
|
-
* NOTE: Do NOT escape HTML here. Sanitization happens at render time.
|
|
4
|
-
*/
|
|
5
|
-
export declare const highlightTermsFunc: (text: string | null | undefined, terms?: string[]) => string;
|
|
6
|
-
export declare const processTextWithHighlight: (text: string | null | undefined, highlightTerms?: string[]) => string;
|
|
7
|
-
//# sourceMappingURL=highlight.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../../../../src/features/Bookemon/utils/highlight.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,kBAAkB,SACvB,MAAM,GAAG,IAAI,GAAG,SAAS,UACvB,MAAM,EAAE,KACf,MA6BF,CAAC;AAEF,eAAO,MAAM,wBAAwB,SAC7B,MAAM,GAAG,IAAI,GAAG,SAAS,mBACd,MAAM,EAAE,KACxB,MAQF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BigQueryTable.d.ts","sourceRoot":"","sources":["../../../../../src/features/ChatCitation/BigQueryTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAIpE,UAAU,kBAAkB;IAC1B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AA+HD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyJtD,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ChatCitationProps } from "./types/citations.types";
|
|
3
|
-
interface BigQueryTableData {
|
|
4
|
-
rows: Record<string, any[]>;
|
|
5
|
-
columns?: string[];
|
|
6
|
-
}
|
|
7
|
-
type ChatCitationRendererProps = Omit<ChatCitationProps, "rootContainer" | "chatContainer" | "ruleBookContainer"> & {
|
|
8
|
-
showRootContainer?: boolean;
|
|
9
|
-
modalContainerStyle?: React.CSSProperties;
|
|
10
|
-
rootContainer?: ChatCitationProps["rootContainer"] extends undefined ? undefined : Omit<Exclude<ChatCitationProps["rootContainer"], undefined>, "secondaryActions">;
|
|
11
|
-
chatContainer?: ChatCitationProps["chatContainer"] extends undefined ? undefined : Omit<Exclude<ChatCitationProps["chatContainer"], undefined>, "secondaryActions" | "show"> & {
|
|
12
|
-
additionalSecondaryActions?: React.ReactNode[];
|
|
13
|
-
};
|
|
14
|
-
ruleBookContainer?: ChatCitationProps["ruleBookContainer"] extends undefined ? undefined : Omit<Exclude<ChatCitationProps["ruleBookContainer"], undefined>, "secondaryActions" | "show"> & {
|
|
15
|
-
additionalSecondaryActions?: React.ReactNode[];
|
|
16
|
-
};
|
|
17
|
-
additionalData?: ChatCitationProps["additionalData"] extends undefined ? undefined : Exclude<ChatCitationProps["additionalData"], undefined>;
|
|
18
|
-
tableComponent?: BigQueryTableData;
|
|
19
|
-
closePreview?: () => void;
|
|
20
|
-
selectedIdFromReason?: string | null;
|
|
21
|
-
isRenderedCustomComponent?: boolean;
|
|
22
|
-
reversePanels?: boolean;
|
|
23
|
-
};
|
|
24
|
-
export default function ChatCitationRenderer(props: ChatCitationRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
export {};
|
|
26
|
-
//# sourceMappingURL=ChatCitationRenderer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatCitationRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/features/ChatCitation/ChatCitationRenderer.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAM5D,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,KAAK,yBAAyB,GAAG,IAAI,CACnC,iBAAiB,EACjB,eAAe,GAAG,eAAe,GAAG,mBAAmB,CACxD,GAAG;IACF,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC1C,aAAa,CAAC,EAAE,iBAAiB,CAAC,eAAe,CAAC,SAAS,SAAS,GAChE,SAAS,GACT,IAAI,CACF,OAAO,CAAC,iBAAiB,CAAC,eAAe,CAAC,EAAE,SAAS,CAAC,EACtD,kBAAkB,CACnB,CAAC;IACR,aAAa,CAAC,EAAE,iBAAiB,CAAC,eAAe,CAAC,SAAS,SAAS,GAChE,SAAS,GACT,IAAI,CACF,OAAO,CAAC,iBAAiB,CAAC,eAAe,CAAC,EAAE,SAAS,CAAC,EACtD,kBAAkB,GAAG,MAAM,CAC5B,GACC;QACA,0BAA0B,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;KAChD,CAAC;IACJ,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,mBAAmB,CAAC,SAAS,SAAS,GACxE,SAAS,GACT,IAAI,CACF,OAAO,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,EAAE,SAAS,CAAC,EAC1D,kBAAkB,GAAG,MAAM,CAC5B,GAAE;QACP,0BAA0B,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;KAChD,CAAC;IACA,cAAc,CAAC,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,SAAS,SAAS,GAClE,SAAS,GACT,OAAO,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC,CAAC;IAC5D,cAAc,CAAC,EAAE,iBAAiB,CAAC;IACnC,YAAY,CAAC,EAAC,MAAM,IAAI,CAAC;IACzB,oBAAoB,CAAC,EAAC,MAAM,GAAG,IAAI,CAAC;IACpC,yBAAyB,CAAC,EAAC,OAAO,CAAC;IACnC,aAAa,CAAC,EAAC,OAAO,CAAC;CACxB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,2CAmL5E"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ChatCitationProps } from "./types/citations.types";
|
|
2
|
-
import "./styles/common.css";
|
|
3
|
-
interface BigQueryTableData {
|
|
4
|
-
rows: Record<string, any[]>;
|
|
5
|
-
columns?: string[];
|
|
6
|
-
}
|
|
7
|
-
type InternalChatCitationRendererProps = ChatCitationProps & {
|
|
8
|
-
showRootContainer?: boolean;
|
|
9
|
-
tableComponent?: BigQueryTableData;
|
|
10
|
-
};
|
|
11
|
-
export default function InternalChatCitationRenderer({ rootContainer, chatContainer, ruleBookContainer, renderer, additionalData, tableComponent, closePreview, isRenderedCustomComponent, showRootContainer, reversePanels }: InternalChatCitationRendererProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=InternalChatCitationRenderer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InternalChatCitationRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/features/ChatCitation/InternalChatCitationRenderer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAU5D,OAAO,qBAAqB,CAAC;AAM7B,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAGD,KAAK,iCAAiC,GAAG,iBAAiB,GAAG;IAC3D,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,cAAc,CAAC,EAAE,iBAAiB,CAAC;CACpC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,4BAA4B,CAAC,EACnD,aAAa,EACb,aAAgC,EAChC,iBAAiB,EACjB,QAAQ,EACR,cAAc,EACd,cAAc,EACd,YAAY,EACZ,yBAAiC,EACjC,iBAAwB,EACxB,aAAmB,EACpB,EAAE,iCAAiC,2CA2gBnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"collapse.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/assets/collapse.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAEnD,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,KAAe,EACf,MAAM,EACN,KAAK,EACL,IAAS,GACV,EAAE,OAAO,2CAcT"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ChatCitationItemProps } from "../types/citations.types";
|
|
3
|
-
export type AssistantChatItemProps = ChatCitationItemProps & {
|
|
4
|
-
image?: React.ReactNode;
|
|
5
|
-
timestampFormat?: string;
|
|
6
|
-
};
|
|
7
|
-
export default function AssistantChatItem({ chatDetails, image, timestampFormat, maxWidthOfTextInPercent, slotClassname, slotProps, slotStyles, renderers, }: AssistantChatItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
//# sourceMappingURL=AssistantChatItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AssistantChatItem.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/AssistantChatItem.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAIjE,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,GAAG;IAC3D,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAgCF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,WAAW,EACX,KAAK,EACL,eAAuC,EACvC,uBAA4B,EAC5B,aAAa,EACb,SAAS,EACT,UAAU,EACV,SAAS,GACV,EAAE,sBAAsB,2CAiDxB"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
type ChatCitationProps = {
|
|
3
|
-
title?: string;
|
|
4
|
-
icon?: React.ReactNode;
|
|
5
|
-
slotStyles?: {
|
|
6
|
-
title?: React.CSSProperties;
|
|
7
|
-
};
|
|
8
|
-
primaryActions?: React.ReactNode[];
|
|
9
|
-
secondaryActions?: React.ReactNode[];
|
|
10
|
-
children?: React.ReactNode;
|
|
11
|
-
containerStyles?: React.CSSProperties;
|
|
12
|
-
};
|
|
13
|
-
export default function ChatCitation({ title, icon, slotStyles, primaryActions, secondaryActions, children, containerStyles, }: ChatCitationProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export {};
|
|
15
|
-
//# sourceMappingURL=ChatCitation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatCitation.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/ChatCitation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE;QACX,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC7B,CAAC;IACF,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACnC,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACrC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACvC,CAAC;AAmDF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,KAAmB,EACnB,IAAI,EACJ,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,QAAQ,EACR,eAAe,GAChB,EAAE,iBAAiB,2CA0CnB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export type ChipProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement> & {
|
|
3
|
-
label: string;
|
|
4
|
-
isActive?: boolean;
|
|
5
|
-
styles?: React.CSSProperties;
|
|
6
|
-
};
|
|
7
|
-
export default function Chip({ label, isActive, styles, ...rest }: ChipProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
//# sourceMappingURL=Chip.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,SAAS,GAAG,KAAK,CAAC,iBAAiB,CAC7C,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EACrC,eAAe,CAChB,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC9B,CAAC;AAwBF,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAC3B,KAAK,EACL,QAAgB,EAChB,MAAM,EACN,GAAG,IAAI,EACR,EAAE,SAAS,2CAYX"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ChatCitationItem } from "../types/citations.types";
|
|
2
|
-
import { UserChatItemProps } from "./UserChatItem";
|
|
3
|
-
import { AssistantChatItemProps } from "./AssistantChatItem";
|
|
4
|
-
export type DetailedViewProps = {
|
|
5
|
-
chatData: ChatCitationItem[];
|
|
6
|
-
userChatItemProps?: Omit<UserChatItemProps, "chatDetails">;
|
|
7
|
-
assistantChatProps?: Omit<AssistantChatItemProps, "chatDetails">;
|
|
8
|
-
};
|
|
9
|
-
export default function DetailedView({ chatData, userChatItemProps, assistantChatProps, }: DetailedViewProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
//# sourceMappingURL=DetailedView.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetailedView.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/DetailedView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAqB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAA0B,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAEhF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,iBAAiB,CAAC,EAAE,IAAI,CAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;IAC3D,kBAAkB,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,aAAa,CAAC,CAAC;CAClE,CAAC;AAUF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,QAAQ,EACR,iBAAiB,EACjB,kBAAkB,GACnB,EAAE,iBAAiB,2CAkBnB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
type IconContainerProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement> & {
|
|
3
|
-
children?: React.ReactNode;
|
|
4
|
-
style?: React.CSSProperties;
|
|
5
|
-
};
|
|
6
|
-
export default function IconContainer({ children, style, ...rest }: IconContainerProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=IconContainer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconContainer.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/IconContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,kBAAkB,GAAG,KAAK,CAAC,iBAAiB,CAC/C,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EACrC,eAAe,CAChB,GAAG;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,QAAQ,EACR,KAAK,EACL,GAAG,IAAI,EACR,EAAE,kBAAkB,2CAcpB"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
type InViewNavigationProps = {
|
|
2
|
-
currentItemNumber: number;
|
|
3
|
-
totalItems: number;
|
|
4
|
-
onNext?: () => void;
|
|
5
|
-
onPrevious?: () => void;
|
|
6
|
-
disableNext?: boolean;
|
|
7
|
-
disablePrevious?: boolean;
|
|
8
|
-
};
|
|
9
|
-
export default function InViewNavigation({ currentItemNumber, onNext, onPrevious, totalItems, disableNext, disablePrevious, }: InViewNavigationProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=InViewNavigation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InViewNavigation.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/InViewNavigation.tsx"],"names":[],"mappings":"AAIA,KAAK,qBAAqB,GAAG;IAC3B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAoBF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,iBAAiB,EACjB,MAAM,EACN,UAAU,EACV,UAAU,EACV,WAAW,EACX,eAAe,GAChB,EAAE,qBAAqB,2CAgBvB"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FC } from "react";
|
|
2
|
-
import { NormalComponents } from "react-markdown/lib/complex-types";
|
|
3
|
-
import { SpecialComponents } from "react-markdown/lib/ast-to-react";
|
|
4
|
-
export interface FeatureModMarkdownProps {
|
|
5
|
-
content: string;
|
|
6
|
-
renderers?: Partial<Omit<NormalComponents, keyof SpecialComponents> & SpecialComponents> | undefined;
|
|
7
|
-
}
|
|
8
|
-
declare const MarkdownRenderer: FC<FeatureModMarkdownProps>;
|
|
9
|
-
export default MarkdownRenderer;
|
|
10
|
-
//# sourceMappingURL=MarkdownRenderer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownRenderer.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/MarkdownRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAGpE,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EACN,OAAO,CACL,IAAI,CAAC,gBAAgB,EAAE,MAAM,iBAAiB,CAAC,GAAG,iBAAiB,CACpE,GACD,SAAS,CAAC;CACf;AAED,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,uBAAuB,CAiBjD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FeatureModMarkdownProps } from "./MarkdownRenderer";
|
|
2
|
-
import { RuleBookItem } from "../types/citations.types";
|
|
3
|
-
type RuleBookProps = {
|
|
4
|
-
data: RuleBookItem;
|
|
5
|
-
renderers?: FeatureModMarkdownProps["renderers"];
|
|
6
|
-
};
|
|
7
|
-
export default function RuleBook({ data, renderers }: RuleBookProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=RuleBook.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RuleBook.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/RuleBook.tsx"],"names":[],"mappings":"AAEA,OAAyB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,YAAY,CAAC;IACnB,SAAS,CAAC,EAAE,uBAAuB,CAAC,WAAW,CAAC,CAAC;CAClD,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,aAAa,2CAalE"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ChatCitationItem } from "../types/citations.types";
|
|
3
|
-
import { FeatureModMarkdownProps } from "./MarkdownRenderer";
|
|
4
|
-
export type SummarizedViewProps = {
|
|
5
|
-
chatData: ChatCitationItem[];
|
|
6
|
-
slotStyles?: {
|
|
7
|
-
ul?: React.CSSProperties;
|
|
8
|
-
li?: React.CSSProperties;
|
|
9
|
-
text?: React.CSSProperties;
|
|
10
|
-
};
|
|
11
|
-
slotProps?: {
|
|
12
|
-
ul?: React.DetailedHTMLProps<React.HTMLAttributes<HTMLOListElement>, HTMLOListElement>;
|
|
13
|
-
li?: React.DetailedHTMLProps<React.HTMLAttributes<HTMLLIElement>, HTMLLIElement>;
|
|
14
|
-
text?: React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
|
|
15
|
-
};
|
|
16
|
-
renderer?: FeatureModMarkdownProps["renderers"];
|
|
17
|
-
};
|
|
18
|
-
export default function SummarizedView({ chatData, slotStyles, slotProps, renderer, }: SummarizedViewProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
//# sourceMappingURL=SummarizedView.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SummarizedView.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/SummarizedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAyB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAG/E,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,UAAU,CAAC,EAAE;QACX,EAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QACzB,EAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QACzB,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC5B,CAAC;IACF,SAAS,CAAC,EAAE;QACV,EAAE,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAC1B,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,EACtC,gBAAgB,CACjB,CAAC;QACF,EAAE,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAC1B,KAAK,CAAC,cAAc,CAAC,aAAa,CAAC,EACnC,aAAa,CACd,CAAC;QACF,IAAI,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAC5B,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,EACrC,eAAe,CAChB,CAAC;KACH,CAAC;IACF,QAAQ,CAAC,EAAE,uBAAuB,CAAC,WAAW,CAAC,CAAC;CACjD,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,QAAQ,EACR,UAAU,EACV,SAAS,EACT,QAAQ,GACT,EAAE,mBAAmB,2CA6DrB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ChatCitationItemProps } from "../types/citations.types";
|
|
3
|
-
export type UserChatItemProps = ChatCitationItemProps & {
|
|
4
|
-
image?: React.ReactNode;
|
|
5
|
-
timestampFormat?: string;
|
|
6
|
-
};
|
|
7
|
-
export default function UserChatItem({ chatDetails, image, timestampFormat, maxWidthOfTextInPercent, slotClassname, slotProps, slotStyles, renderers, }: UserChatItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
//# sourceMappingURL=UserChatItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserChatItem.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/UserChatItem.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAKjE,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,GAAG;IACtD,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,WAAW,EACX,KAAK,EACL,eAAuC,EACvC,uBAA4B,EAC5B,aAAa,EACb,SAAS,EACT,UAAU,EACV,SAAS,GACV,EAAE,iBAAiB,2CA0DnB"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
type UserInitialsAsAvatarProps = {
|
|
3
|
-
username: string;
|
|
4
|
-
containerStyle?: React.CSSProperties;
|
|
5
|
-
containerClassname?: string;
|
|
6
|
-
textClassName?: string;
|
|
7
|
-
textStyle?: React.CSSProperties;
|
|
8
|
-
};
|
|
9
|
-
export default function UserInitialsAsAvatar({ username, containerClassname, containerStyle, textClassName, textStyle, }: UserInitialsAsAvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=UserInitialsAsAvatar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserInitialsAsAvatar.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/components/UserInitialsAsAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAoBvC,KAAK,yBAAyB,GAAG;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACjC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAC3C,QAAQ,EACR,kBAAkB,EAClB,cAAc,EACd,aAAa,EACb,SAAS,GACV,EAAE,yBAAyB,2CA8B3B"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from "react";
|
|
2
|
-
interface ModalProps {
|
|
3
|
-
isOpen: boolean;
|
|
4
|
-
onClose: () => void;
|
|
5
|
-
children: ReactNode;
|
|
6
|
-
containerStyle?: React.CSSProperties;
|
|
7
|
-
}
|
|
8
|
-
export declare const Modal: ({ isOpen, onClose, children, containerStyle }: ModalProps) => React.ReactPortal | null;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=Modal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/ChatCitation/components/wrappers/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAG9D,UAAU,UAAU;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACtC;AAED,eAAO,MAAM,KAAK,kDAAmD,UAAU,6BA8D9E,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import ChatIcon from "../assets/message-chat-square.svg";
|
|
2
|
-
import ExpandIcon from "../assets/expand-01.svg";
|
|
3
|
-
import CWChatIcon from "../assets/cw_chat.svg";
|
|
4
|
-
import KeyboardArrowDownIcon from "@mui/icons-material/KeyboardArrowDown";
|
|
5
|
-
import KeyboardArrowUpIcon from "@mui/icons-material/KeyboardArrowUp";
|
|
6
|
-
import ClearIcon from "@mui/icons-material/Clear";
|
|
7
|
-
import CollapseIcon from "../assets/collapse";
|
|
8
|
-
export { ChatIcon, ExpandIcon, KeyboardArrowDownIcon, KeyboardArrowUpIcon, CWChatIcon, ClearIcon, CollapseIcon, };
|
|
9
|
-
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/constants/icons.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,mCAAmC,CAAC;AACzD,OAAO,UAAU,MAAM,yBAAyB,CAAC;AACjD,OAAO,UAAU,MAAM,uBAAuB,CAAC;AAC/C,OAAO,qBAAqB,MAAM,uCAAuC,CAAC;AAC1E,OAAO,mBAAmB,MAAM,qCAAqC,CAAC;AACtE,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAClD,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAE9C,OAAO,EACL,QAAQ,EACR,UAAU,EACV,qBAAqB,EACrB,mBAAmB,EACnB,UAAU,EACV,SAAS,EACT,YAAY,GACb,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/constants/renderer.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;kBACK,MAAM,SAAS;cAAQ,GAAG;;CAkB1D,CAAC"}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Dayjs } from "dayjs";
|
|
3
|
-
import { FeatureModMarkdownProps } from "../components/MarkdownRenderer";
|
|
4
|
-
import { ChipProps } from "../components/Chip";
|
|
5
|
-
import { SummarizedViewProps } from "../components/SummarizedView";
|
|
6
|
-
import { DetailedViewProps } from "../components/DetailedView";
|
|
7
|
-
export type ChatCitationItem = {
|
|
8
|
-
role: "user" | "assistant";
|
|
9
|
-
message: string;
|
|
10
|
-
highlighted_text: string | string[];
|
|
11
|
-
userName: string;
|
|
12
|
-
timeStamp: Dayjs;
|
|
13
|
-
};
|
|
14
|
-
export type RuleBookItem = {
|
|
15
|
-
content: string;
|
|
16
|
-
highlighted_texts: string[];
|
|
17
|
-
};
|
|
18
|
-
export type ChatCitationItemProps = {
|
|
19
|
-
chatDetails: ChatCitationItem;
|
|
20
|
-
renderers?: FeatureModMarkdownProps["renderers"];
|
|
21
|
-
maxWidthOfTextInPercent?: number;
|
|
22
|
-
slotStyles?: {
|
|
23
|
-
message: React.CSSProperties;
|
|
24
|
-
footerText: React.CSSProperties;
|
|
25
|
-
};
|
|
26
|
-
slotClassname?: {
|
|
27
|
-
message: string;
|
|
28
|
-
footerText: string;
|
|
29
|
-
};
|
|
30
|
-
slotProps?: {
|
|
31
|
-
message: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
|
|
32
|
-
footerText?: React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
export type ChatCitationProps = {
|
|
36
|
-
rootContainer?: {
|
|
37
|
-
title?: string;
|
|
38
|
-
relevanceTitle?: string;
|
|
39
|
-
icon?: React.ReactNode;
|
|
40
|
-
relevanceScore?: number;
|
|
41
|
-
slotStyles?: {
|
|
42
|
-
title?: React.CSSProperties;
|
|
43
|
-
relevanceScore?: React.CSSProperties;
|
|
44
|
-
container?: React.CSSProperties;
|
|
45
|
-
};
|
|
46
|
-
secondaryActions?: (alreadyPresentSecondaryActions: React.ReactNode[]) => React.ReactNode[];
|
|
47
|
-
};
|
|
48
|
-
chatContainer?: {
|
|
49
|
-
show?: boolean;
|
|
50
|
-
chatData?: ChatCitationItem[];
|
|
51
|
-
title?: string;
|
|
52
|
-
chatIcon?: React.ReactNode;
|
|
53
|
-
highlightColor?: string;
|
|
54
|
-
summarizedTab?: {
|
|
55
|
-
chip?: Omit<ChipProps, "label" | "style"> & {
|
|
56
|
-
isActive?: boolean;
|
|
57
|
-
show?: boolean;
|
|
58
|
-
};
|
|
59
|
-
view?: Omit<SummarizedViewProps, "chatData">;
|
|
60
|
-
summarizedViewRenderer?: FeatureModMarkdownProps["renderers"];
|
|
61
|
-
};
|
|
62
|
-
detailedTab?: {
|
|
63
|
-
chip?: Omit<ChipProps, "label" | "style"> & {
|
|
64
|
-
isActive?: boolean;
|
|
65
|
-
};
|
|
66
|
-
view?: Omit<DetailedViewProps, "chatData">;
|
|
67
|
-
detailedViewRenderer?: {
|
|
68
|
-
assistantText?: FeatureModMarkdownProps["renderers"];
|
|
69
|
-
userText?: FeatureModMarkdownProps["renderers"];
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
slotStyles?: {
|
|
73
|
-
title?: React.CSSProperties;
|
|
74
|
-
chatDataContainer?: React.CSSProperties;
|
|
75
|
-
outerContainer?: React.CSSProperties;
|
|
76
|
-
container?: React.CSSProperties;
|
|
77
|
-
};
|
|
78
|
-
secondaryActions?: (alreadyPresentSecondaryActions: React.ReactNode[]) => React.ReactNode[];
|
|
79
|
-
};
|
|
80
|
-
ruleBookContainer?: {
|
|
81
|
-
data?: RuleBookItem;
|
|
82
|
-
title?: string;
|
|
83
|
-
show?: boolean;
|
|
84
|
-
ruleBookIcon?: React.ReactNode;
|
|
85
|
-
renderer?: FeatureModMarkdownProps["renderers"];
|
|
86
|
-
slotStyles?: {
|
|
87
|
-
title?: React.CSSProperties;
|
|
88
|
-
dataContainer?: React.CSSProperties;
|
|
89
|
-
outerContainer?: React.CSSProperties;
|
|
90
|
-
};
|
|
91
|
-
secondaryActions?: (alreadyPresentSecondaryActions: React.ReactNode[]) => React.ReactNode[];
|
|
92
|
-
};
|
|
93
|
-
renderer?: FeatureModMarkdownProps["renderers"];
|
|
94
|
-
additionalData?: {
|
|
95
|
-
isExpanded?: boolean;
|
|
96
|
-
RuleBookContainerRatio?: number | string;
|
|
97
|
-
RuleBookDetailedViewVerticallyStacked?: boolean;
|
|
98
|
-
RuleBookContainerHeight?: number | string;
|
|
99
|
-
};
|
|
100
|
-
closePreview?: () => void;
|
|
101
|
-
isRenderedCustomComponent?: boolean;
|
|
102
|
-
selectedIdFromReason?: string;
|
|
103
|
-
reversePanels?: boolean;
|
|
104
|
-
};
|
|
105
|
-
export type SVGICon = {
|
|
106
|
-
size?: number;
|
|
107
|
-
color?: string;
|
|
108
|
-
width?: number;
|
|
109
|
-
height?: number;
|
|
110
|
-
};
|
|
111
|
-
//# sourceMappingURL=citations.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"citations.types.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/types/citations.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const getColorCode: (score: number) => {
|
|
2
|
-
border: string;
|
|
3
|
-
background: string;
|
|
4
|
-
text: string;
|
|
5
|
-
combined: string;
|
|
6
|
-
};
|
|
7
|
-
export declare function removeAgentNameLines(content: string): string;
|
|
8
|
-
export declare function removeMetadataTags(input: string): string;
|
|
9
|
-
/**
|
|
10
|
-
* Wraps matching substrings with <highlighted></highlighted> tags.
|
|
11
|
-
* * @param content - The full string to process.
|
|
12
|
-
* @param textToBeHighlighted - An array of strings to find and wrap.
|
|
13
|
-
* @returns The original string with tags inserted around matches.
|
|
14
|
-
*/
|
|
15
|
-
export declare function highlightContent(content: string, textToBeHighlighted: string[], identifier?: string | undefined): string;
|
|
16
|
-
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/features/ChatCitation/utils/helpers.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,UAChB,MAAM,KACZ;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAsBtE,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAK5D;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAYxD;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,MAAM,EACf,mBAAmB,EAAE,MAAM,EAAE,EAC7B,UAAU,GAAE,MAAM,GAAG,SAAqB,GACzC,MAAM,CA6BR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CitationsViewer.d.ts","sourceRoot":"","sources":["../../../../../src/features/CitationViewer/CitationsViewer.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAM5D,QAAA,MAAM,eAAe,EAAG,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA2DrD,CAAA;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ThemeConfig } from "../types/artifact";
|
|
2
|
-
interface Props {
|
|
3
|
-
src: string;
|
|
4
|
-
theme?: ThemeConfig;
|
|
5
|
-
}
|
|
6
|
-
export default function AudioPlayer({ src, theme }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=AudioPlayer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AudioPlayer.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CitationViewer/components/AudioPlayer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrD,UAAU,KAAK;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,KAAK,2CAoBxD"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IconsConfig } from "../types/artifact";
|
|
2
|
-
interface HighlightSegment {
|
|
3
|
-
start: number;
|
|
4
|
-
end: number;
|
|
5
|
-
color?: string;
|
|
6
|
-
}
|
|
7
|
-
interface AudioWaveformProps {
|
|
8
|
-
src: string;
|
|
9
|
-
highlights?: HighlightSegment[];
|
|
10
|
-
onTimeUpdate?: (time: number) => void;
|
|
11
|
-
timestampStart?: number;
|
|
12
|
-
timestampEnd?: number;
|
|
13
|
-
iconsConfig?: IconsConfig;
|
|
14
|
-
}
|
|
15
|
-
export declare function AudioWaveform({ src, highlights, onTimeUpdate, timestampStart, timestampEnd, iconsConfig, }: AudioWaveformProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export default AudioWaveform;
|
|
17
|
-
//# sourceMappingURL=AudioWaveform.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AudioWaveform.d.ts","sourceRoot":"","sources":["../../../../../../src/features/CitationViewer/components/AudioWaveform.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAoBhD,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,kBAAkB;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAChC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B;AAED,wBAAgB,aAAa,CAAC,EAC5B,GAAG,EACH,UAAe,EACf,YAAY,EACZ,cAAkB,EAClB,YAAY,EACZ,WAAW,GACZ,EAAE,kBAAkB,2CAqNpB;AAQD,eAAe,aAAa,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ChatMessage, ThemeConfig } from "../types/artifact";
|
|
2
|
-
interface Props {
|
|
3
|
-
messages: ChatMessage[];
|
|
4
|
-
theme?: ThemeConfig;
|
|
5
|
-
}
|
|
6
|
-
export default function ChatHistory({ messages, theme }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=ChatHistory.d.ts.map
|