@e-llm-studio/citation 0.0.15 → 0.0.16
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/index.esm.js +49 -12
- package/dist/index.js +79 -42
- package/dist/src/AccordianHeadTest.d.ts.map +1 -0
- package/dist/src/App.d.ts.map +1 -0
- package/dist/src/CodeCitationTest.d.ts.map +1 -0
- package/dist/src/CommonComponents/AccordianHead/AccordianHead.d.ts.map +1 -0
- package/dist/src/CommonComponents/CustomDropdown.d.ts.map +1 -0
- package/dist/src/CommonComponents/HelloWorld.d.ts.map +1 -0
- package/dist/src/CommonComponents/NoTableData.d.ts.map +1 -0
- package/dist/src/CommonComponents/Spinner.d.ts +4 -0
- package/dist/src/CommonComponents/Spinner.d.ts.map +1 -0
- package/dist/src/CommonConstants/CommonConstants.d.ts.map +1 -0
- package/dist/src/CustomStylesProvider.d.ts.map +1 -0
- package/dist/src/CustomThemeProvider.d.ts.map +1 -0
- package/dist/src/GoogleFilePickerDemo.d.ts.map +1 -0
- package/dist/src/ProjectAccordianTest.d.ts +3 -0
- package/dist/src/ProjectAccordianTest.d.ts.map +1 -0
- package/dist/src/context/DataSelectedContext.d.ts.map +1 -0
- package/dist/{features → src/features}/CodeCitation/CodeCitation.d.ts +18 -8
- package/dist/src/features/CodeCitation/CodeCitation.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/Accordian.d.ts +10 -0
- package/dist/src/features/CodeCitation/_components/Accordian.d.ts.map +1 -0
- package/dist/{features → src/features}/CodeCitation/_components/CodeCitationPopup.d.ts +8 -4
- package/dist/src/features/CodeCitation/_components/CodeCitationPopup.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/CodeCitationsStats.d.ts +12 -0
- package/dist/src/features/CodeCitation/_components/CodeCitationsStats.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/CodeEditor.d.ts +21 -0
- package/dist/src/features/CodeCitation/_components/CodeEditor.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts +5 -0
- package/dist/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts +16 -0
- package/dist/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/Spinner.d.ts +4 -0
- package/dist/src/features/CodeCitation/_components/Spinner.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/ThemeToggle.d.ts +12 -0
- package/dist/src/features/CodeCitation/_components/ThemeToggle.d.ts.map +1 -0
- package/dist/src/features/CodeCitation/_components/TooltipComponent.d.ts +8 -0
- package/dist/src/features/CodeCitation/_components/TooltipComponent.d.ts.map +1 -0
- package/dist/src/features/DataSelector/DataSelector.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/SelectedDataList.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +1 -0
- package/dist/src/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +1 -0
- package/dist/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +1 -0
- package/dist/src/features/PdfEditorCitation/PdfEditorCitation.d.ts +19 -0
- package/dist/src/features/PdfEditorCitation/PdfEditorCitation.d.ts.map +1 -0
- package/dist/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts +2 -0
- package/dist/src/features/PdfEditorCitation/PdfEditorCitationTest/PdfEditorCitationTest.d.ts.map +1 -0
- package/dist/src/features/ProjectAccordion/ProjectAccordion.d.ts +23 -0
- package/dist/src/features/ProjectAccordion/ProjectAccordion.d.ts.map +1 -0
- package/dist/src/features/ProjectAccordion/_components/Markdown.d.ts +5 -0
- package/dist/src/features/ProjectAccordion/_components/Markdown.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +1 -0
- package/dist/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +1 -0
- package/dist/src/features/UploadData/NotFound.d.ts.map +1 -0
- package/dist/src/features/UploadData/main.d.ts.map +1 -0
- package/dist/src/hooks/useDebounce.d.ts.map +1 -0
- package/dist/src/hooks/useTableHeadCellsCount.d.ts.map +1 -0
- package/dist/src/hooks/useURLQuery.d.ts.map +1 -0
- package/dist/src/index.d.ts +6 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/methodsToExpose.d.ts.map +1 -0
- package/dist/src/routes/ErrorBoundary.d.ts.map +1 -0
- package/dist/src/routes/Routes.d.ts.map +1 -0
- package/dist/src/service/API.d.ts.map +1 -0
- package/dist/src/service/DataService.d.ts.map +1 -0
- package/dist/src/service/GoogleFilePickerService.d.ts.map +1 -0
- package/dist/src/service/JavascriptFileService.d.ts.map +1 -0
- package/dist/src/service/ModelService.d.ts.map +1 -0
- package/dist/src/service/ProjectService.d.ts.map +1 -0
- package/dist/src/service/SavedDataSetService.d.ts.map +1 -0
- package/dist/src/service/constants.d.ts.map +1 -0
- package/dist/src/service/envHelperService.d.ts.map +1 -0
- package/dist/src/service/variableHelperService.d.ts.map +1 -0
- package/dist/src/theme.d.ts.map +1 -0
- package/dist/src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +1 -0
- package/dist/src/userProvidedConfig.d.ts.map +1 -0
- package/dist/src/utils/CustomSkeleton.d.ts.map +1 -0
- package/dist/src/utils/SkeletonLoader.d.ts.map +1 -0
- package/dist/src/utils/api.d.ts.map +1 -0
- package/dist/src/utils/codeCitations.utils.d.ts +2 -0
- package/dist/src/utils/codeCitations.utils.d.ts.map +1 -0
- package/dist/src/utils/colors.d.ts.map +1 -0
- package/dist/src/utils/date.d.ts.map +1 -0
- package/dist/src/utils/helperFunctions.d.ts.map +1 -0
- package/dist/src/utils/regexHelperService.d.ts.map +1 -0
- package/dist/src/utils/urlQueryParamService.d.ts.map +1 -0
- package/dist/src/utils/variableHelperService.d.ts.map +1 -0
- package/package.json +13 -5
- package/dist/AccordianHeadTest.d.ts.map +0 -1
- package/dist/App.d.ts.map +0 -1
- package/dist/CodeCitationTest.d.ts.map +0 -1
- package/dist/CommonComponents/AccordianHead/AccordianHead.d.ts.map +0 -1
- package/dist/CommonComponents/CustomDropdown.d.ts.map +0 -1
- package/dist/CommonComponents/HelloWorld.d.ts.map +0 -1
- package/dist/CommonComponents/NoTableData.d.ts.map +0 -1
- package/dist/CommonConstants/CommonConstants.d.ts.map +0 -1
- package/dist/CustomStylesProvider.d.ts.map +0 -1
- package/dist/CustomThemeProvider.d.ts.map +0 -1
- package/dist/GoogleFilePickerDemo.d.ts.map +0 -1
- package/dist/Pdf-editor/App.d.ts +0 -3
- package/dist/Pdf-editor/App.d.ts.map +0 -1
- package/dist/Pdf-editor/assets/svg/svg.d.ts +0 -42
- package/dist/Pdf-editor/assets/svg/svg.d.ts.map +0 -1
- package/dist/Pdf-editor/components/triggerWhenValueChangesAfterRender.component.d.ts +0 -7
- package/dist/Pdf-editor/components/triggerWhenValueChangesAfterRender.component.d.ts.map +0 -1
- package/dist/Pdf-editor/contexts/PdfEditorContextProvider.d.ts +0 -10
- package/dist/Pdf-editor/contexts/PdfEditorContextProvider.d.ts.map +0 -1
- package/dist/Pdf-editor/contexts/PdfEditorContextProviderTypes/addNewScale.type.d.ts +0 -24
- package/dist/Pdf-editor/contexts/PdfEditorContextProviderTypes/addNewScale.type.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/useForceReRender.d.ts +0 -2
- package/dist/Pdf-editor/hooks/useForceReRender.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/useIsHtmlElementHorizontallyOverflowing.d.ts +0 -8
- package/dist/Pdf-editor/hooks/useIsHtmlElementHorizontallyOverflowing.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/useIsHtmlElementInViewport.d.ts +0 -11
- package/dist/Pdf-editor/hooks/useIsHtmlElementInViewport.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/useIsHtmlElementNearViewport.d.ts +0 -13
- package/dist/Pdf-editor/hooks/useIsHtmlElementNearViewport.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/useIsShiftKeyPressed.d.ts +0 -2
- package/dist/Pdf-editor/hooks/useIsShiftKeyPressed.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/usePdfPagesCompletedCount.d.ts +0 -10
- package/dist/Pdf-editor/hooks/usePdfPagesCompletedCount.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/usePdfPagesCreationProgressStatus.d.ts +0 -11
- package/dist/Pdf-editor/hooks/usePdfPagesCreationProgressStatus.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/useUniqueStringGenerator.d.ts +0 -8
- package/dist/Pdf-editor/hooks/useUniqueStringGenerator.d.ts.map +0 -1
- package/dist/Pdf-editor/hooks/useValueSyncRef.d.ts +0 -3
- package/dist/Pdf-editor/hooks/useValueSyncRef.d.ts.map +0 -1
- package/dist/Pdf-editor/index.d.ts +0 -5
- package/dist/Pdf-editor/index.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/ContentArea/ContentArea.d.ts +0 -8
- package/dist/Pdf-editor/layout/ContentArea/ContentArea.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/ContentArea/PdfPages/PdfPage/PdfPage.component.d.ts +0 -7
- package/dist/Pdf-editor/layout/ContentArea/PdfPages/PdfPage/PdfPage.component.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/ContentArea/PdfPages/PdfPage/ScaleCalibrationLine/ScaleCalibrationLine.d.ts +0 -16
- package/dist/Pdf-editor/layout/ContentArea/PdfPages/PdfPage/ScaleCalibrationLine/ScaleCalibrationLine.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/ContentArea/PdfPages/PdfPages.d.ts +0 -8
- package/dist/Pdf-editor/layout/ContentArea/PdfPages/PdfPages.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/LeftSideBar/LeftSideBar.d.ts +0 -1
- package/dist/Pdf-editor/layout/LeftSideBar/LeftSideBar.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/PdfEditor/PdfEditor.d.ts +0 -7
- package/dist/Pdf-editor/layout/PdfEditor/PdfEditor.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/TabBar/TabBar.d.ts +0 -1
- package/dist/Pdf-editor/layout/TabBar/TabBar.d.ts.map +0 -1
- package/dist/Pdf-editor/layout/Toolbar/Toolbar.d.ts +0 -3
- package/dist/Pdf-editor/layout/Toolbar/Toolbar.d.ts.map +0 -1
- package/dist/Pdf-editor/main.d.ts +0 -2
- package/dist/Pdf-editor/main.d.ts.map +0 -1
- package/dist/Pdf-editor/services/Constants.d.ts +0 -4
- package/dist/Pdf-editor/services/Constants.d.ts.map +0 -1
- package/dist/Pdf-editor/services/EnvVarService.d.ts +0 -6
- package/dist/Pdf-editor/services/EnvVarService.d.ts.map +0 -1
- package/dist/Pdf-editor/services/ImageHelperService.d.ts +0 -10
- package/dist/Pdf-editor/services/ImageHelperService.d.ts.map +0 -1
- package/dist/Pdf-editor/services/ImageService.d.ts +0 -15
- package/dist/Pdf-editor/services/ImageService.d.ts.map +0 -1
- package/dist/Pdf-editor/services/NumberService.d.ts +0 -5
- package/dist/Pdf-editor/services/NumberService.d.ts.map +0 -1
- package/dist/Pdf-editor/services/PdfEditorService.d.ts +0 -84
- package/dist/Pdf-editor/services/PdfEditorService.d.ts.map +0 -1
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/annotationApisResponse.type.d.ts +0 -22
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/annotationApisResponse.type.d.ts.map +0 -1
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/fetchOnlyPdfDataMethodResponse.type.d.ts +0 -15
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/fetchOnlyPdfDataMethodResponse.type.d.ts.map +0 -1
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/fetchOnlyPdfPagesDataMethodResponse.type.d.ts +0 -5
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/fetchOnlyPdfPagesDataMethodResponse.type.d.ts.map +0 -1
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/fetchPdfScalesApiResponse.type.d.ts +0 -5
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/fetchPdfScalesApiResponse.type.d.ts.map +0 -1
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/genericTypes.d.ts +0 -18
- package/dist/Pdf-editor/services/PdfEditorServiceTypes/genericTypes.d.ts.map +0 -1
- package/dist/Pdf-editor/services/QueryParamsService.d.ts +0 -4
- package/dist/Pdf-editor/services/QueryParamsService.d.ts.map +0 -1
- package/dist/Pdf-editor/services/TimeService.d.ts +0 -4
- package/dist/Pdf-editor/services/TimeService.d.ts.map +0 -1
- package/dist/Pdf-editor/services/UniqueIdGenerator.d.ts +0 -4
- package/dist/Pdf-editor/services/UniqueIdGenerator.d.ts.map +0 -1
- package/dist/Pdf-editor/theme.d.ts +0 -1
- package/dist/Pdf-editor/theme.d.ts.map +0 -1
- package/dist/Pdf-editor/types/contexts/PdfAnnotationContext.types.d.ts +0 -185
- package/dist/Pdf-editor/types/contexts/PdfAnnotationContext.types.d.ts.map +0 -1
- package/dist/context/DataSelectedContext.d.ts.map +0 -1
- package/dist/features/CodeCitation/CodeCitation.d.ts.map +0 -1
- package/dist/features/CodeCitation/_components/CodeCitationPopup.d.ts.map +0 -1
- package/dist/features/CodeCitation/_components/CodeEditor.d.ts +0 -13
- package/dist/features/CodeCitation/_components/CodeEditor.d.ts.map +0 -1
- package/dist/features/CodeCitation/_components/ThemeToggle.d.ts +0 -8
- package/dist/features/CodeCitation/_components/ThemeToggle.d.ts.map +0 -1
- package/dist/features/DataSelector/DataSelector.d.ts.map +0 -1
- package/dist/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +0 -1
- package/dist/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +0 -1
- package/dist/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +0 -1
- package/dist/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +0 -1
- package/dist/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +0 -1
- package/dist/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +0 -1
- package/dist/features/DataSelector/components/SelectedDataList.d.ts.map +0 -1
- package/dist/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +0 -1
- package/dist/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +0 -1
- package/dist/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +0 -1
- package/dist/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +0 -1
- package/dist/features/UploadData/NotFound.d.ts.map +0 -1
- package/dist/features/UploadData/main.d.ts.map +0 -1
- package/dist/hooks/useDebounce.d.ts.map +0 -1
- package/dist/hooks/useTableHeadCellsCount.d.ts.map +0 -1
- package/dist/hooks/useURLQuery.d.ts.map +0 -1
- package/dist/index.d.ts +0 -11
- package/dist/index.d.ts.map +0 -1
- package/dist/methodsToExpose.d.ts.map +0 -1
- package/dist/routes/ErrorBoundary.d.ts.map +0 -1
- package/dist/routes/Routes.d.ts.map +0 -1
- package/dist/service/API.d.ts.map +0 -1
- package/dist/service/DataService.d.ts.map +0 -1
- package/dist/service/GoogleFilePickerService.d.ts.map +0 -1
- package/dist/service/JavascriptFileService.d.ts.map +0 -1
- package/dist/service/ModelService.d.ts.map +0 -1
- package/dist/service/ProjectService.d.ts.map +0 -1
- package/dist/service/SavedDataSetService.d.ts.map +0 -1
- package/dist/service/constants.d.ts.map +0 -1
- package/dist/service/envHelperService.d.ts.map +0 -1
- package/dist/service/variableHelperService.d.ts.map +0 -1
- package/dist/theme.d.ts.map +0 -1
- package/dist/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +0 -1
- package/dist/userProvidedConfig.d.ts.map +0 -1
- package/dist/utils/CustomSkeleton.d.ts.map +0 -1
- package/dist/utils/SkeletonLoader.d.ts.map +0 -1
- package/dist/utils/api.d.ts.map +0 -1
- package/dist/utils/codeCitations.utils.d.ts +0 -2
- package/dist/utils/codeCitations.utils.d.ts.map +0 -1
- package/dist/utils/colors.d.ts.map +0 -1
- package/dist/utils/date.d.ts.map +0 -1
- package/dist/utils/helperFunctions.d.ts.map +0 -1
- package/dist/utils/regexHelperService.d.ts.map +0 -1
- package/dist/utils/urlQueryParamService.d.ts.map +0 -1
- package/dist/utils/variableHelperService.d.ts.map +0 -1
- /package/dist/{AccordianHeadTest.d.ts → src/AccordianHeadTest.d.ts} +0 -0
- /package/dist/{App.d.ts → src/App.d.ts} +0 -0
- /package/dist/{CodeCitationTest.d.ts → src/CodeCitationTest.d.ts} +0 -0
- /package/dist/{CommonComponents → src/CommonComponents}/AccordianHead/AccordianHead.d.ts +0 -0
- /package/dist/{CommonComponents → src/CommonComponents}/CustomDropdown.d.ts +0 -0
- /package/dist/{CommonComponents → src/CommonComponents}/HelloWorld.d.ts +0 -0
- /package/dist/{CommonComponents → src/CommonComponents}/NoTableData.d.ts +0 -0
- /package/dist/{CommonConstants → src/CommonConstants}/CommonConstants.d.ts +0 -0
- /package/dist/{CustomStylesProvider.d.ts → src/CustomStylesProvider.d.ts} +0 -0
- /package/dist/{CustomThemeProvider.d.ts → src/CustomThemeProvider.d.ts} +0 -0
- /package/dist/{GoogleFilePickerDemo.d.ts → src/GoogleFilePickerDemo.d.ts} +0 -0
- /package/dist/{context → src/context}/DataSelectedContext.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/DataSelector.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/DataSelectionOptionsScreen.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/RLEFDataSetCollectionsList.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/RlefDataTabsComponent.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/RlefHistoricalCopilotData.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/SavedDataSetListScreen.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/SelectedDataList.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/components/subcomponents/Pagination/Pagination.d.ts +0 -0
- /package/dist/{features → src/features}/DataSelector/tables/ShowSelectedDataTable.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts.map +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/NotFound.d.ts +0 -0
- /package/dist/{features → src/features}/UploadData/main.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useDebounce.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useTableHeadCellsCount.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useURLQuery.d.ts +0 -0
- /package/dist/{methodsToExpose.d.ts → src/methodsToExpose.d.ts} +0 -0
- /package/dist/{routes → src/routes}/ErrorBoundary.d.ts +0 -0
- /package/dist/{routes → src/routes}/Routes.d.ts +0 -0
- /package/dist/{service → src/service}/API.d.ts +0 -0
- /package/dist/{service → src/service}/DataService.d.ts +0 -0
- /package/dist/{service → src/service}/GoogleFilePickerService.d.ts +0 -0
- /package/dist/{service → src/service}/JavascriptFileService.d.ts +0 -0
- /package/dist/{service → src/service}/ModelService.d.ts +0 -0
- /package/dist/{service → src/service}/ProjectService.d.ts +0 -0
- /package/dist/{service → src/service}/SavedDataSetService.d.ts +0 -0
- /package/dist/{service → src/service}/constants.d.ts +0 -0
- /package/dist/{service → src/service}/envHelperService.d.ts +0 -0
- /package/dist/{service → src/service}/variableHelperService.d.ts +0 -0
- /package/dist/{theme.d.ts → src/theme.d.ts} +0 -0
- /package/dist/{types → src/types}/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts +0 -0
- /package/dist/{userProvidedConfig.d.ts → src/userProvidedConfig.d.ts} +0 -0
- /package/dist/{utils → src/utils}/CustomSkeleton.d.ts +0 -0
- /package/dist/{utils → src/utils}/SkeletonLoader.d.ts +0 -0
- /package/dist/{utils → src/utils}/api.d.ts +0 -0
- /package/dist/{utils → src/utils}/colors.d.ts +0 -0
- /package/dist/{utils → src/utils}/date.d.ts +0 -0
- /package/dist/{utils → src/utils}/helperFunctions.d.ts +0 -0
- /package/dist/{utils → src/utils}/regexHelperService.d.ts +0 -0
- /package/dist/{utils → src/utils}/urlQueryParamService.d.ts +0 -0
- /package/dist/{utils → src/utils}/variableHelperService.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.ts"],"names":[],"mappings":"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"}
|
package/dist/src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7E;;GAEG;AACH,MAAM,WAAW,QAAQ;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AACD,MAAM,WAAW,kBAAkB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB;CAC9D;AACD,MAAM,WAAW,wBAAwB;IACrC,UAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,kBAAmB,CAAC,EAAE,MAAM,CAAA;CAC/B;AAGD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACtB;AACD,MAAM,WAAW,iBAAkB,SAAQ,eAAe;IACtD,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,MAAM,EAAE,QAAQ,EAAE,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CAChB;AAGD;;GAEG;AACH,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tags.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAEzD;;GAEG;AACH,MAAM,WAAW,IAAI;IACjB,IAAI,EAAE,MAAM,CAAA;CACf;AAGD;;GAEG;AACH,MAAM,WAAW,aAAc,SAAQ,eAAe;IAClD,IAAI,EAAE,MAAM,EAAE,CAAC;CAClB;AAGD;;GAEG;AACH,MAAM,WAAW,SAAU,SAAQ,YAAY;IAC3C,IAAI,EAAE,MAAM,EAAE,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectDataFromSavedDataSet.d.ts","sourceRoot":"","sources":["../../../../../../src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,0BAA0B,+CAI/B,CAAA;AACD,eAAe,0BAA0B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectDataFromSavedDataSetButton.d.ts","sourceRoot":"","sources":["../../../../../../src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAsB,aAAa,EAAE,MAAM,6CAA6C,CAAC;AAIhG,UAAU,oCAAoC;IAC5C,OAAO,EAAE,aAAa,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,CAAC;IACpB,KAAK,EAAC,MAAM,CAAA;CACb;AAED,QAAA,MAAM,iCAAiC,UAAW,oCAAoC,4CAkBrF,CAAC;AAEF,eAAe,iCAAiC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotFound.d.ts","sourceRoot":"","sources":["../../../../src/features/UploadData/NotFound.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAOrB,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../src/features/UploadData/main.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAkB3D,oBAAY,YAAY;IACpB,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,KAAK,UAAU;IACf,KAAK,UAAU;CAClB;AACD,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAyJjB,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDebounce.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDebounce.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,SAAS,GAAE,MAAY,GAAG,CAAC,CAc3E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableHeadCellsCount.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTableHeadCellsCount.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5D;;GAEG;AAEH,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,MAAM,EACtB,YAAY,EAAE,cAAc,GAC3B,MAAM,CAcR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useURLQuery.d.ts","sourceRoot":"","sources":["../../../src/hooks/useURLQuery.tsx"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,wBAAgB,WAAW,oBAK1B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ConfigType } from "./userProvidedConfig";
|
|
2
|
+
export { default as CodeCitation } from './features/CodeCitation/CodeCitation';
|
|
3
|
+
export { default as ProjectAccordian } from './features/ProjectAccordion/ProjectAccordion';
|
|
4
|
+
export { PdfEditorCitation as PdfCitation } from './features/PdfEditorCitation/PdfEditorCitation';
|
|
5
|
+
export type configurationType = ConfigType;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA4B,MAAM,sBAAsB,CAAC;AAW5E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAE,MAAM,8CAA8C,CAAA;AACzF,OAAO,EAAE,iBAAiB,IAAI,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAElG,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"methodsToExpose.d.ts","sourceRoot":"","sources":["../../src/methodsToExpose.ts"],"names":[],"mappings":"AAKA,yFAAyF;AACzF,eAAO,MAAM,cAAc,YAK1B,CAAA;AAED,eAAO,MAAM,qBAAqB;;;;;;CAajC,CAAA;AAED,eAAO,MAAM,sBAAsB;6CAGuB,MAAM;CAS/D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/routes/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;GAIG;AAEH,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAUF,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,OAaxC;AAiBD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,EAAE,KAAK,CAAC;gBACvD,KAAK,EAAE,GAAG;IAKtB,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG;;;IAS1C,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG;IAK5C,MAAM;CAoBP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Routes.d.ts","sourceRoot":"","sources":["../../../src/routes/Routes.tsx"],"names":[],"mappings":"AAWA,MAAM,CAAC,OAAO,UAAU,MAAM,4CAqC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"API.d.ts","sourceRoot":"","sources":["../../../src/service/API.ts"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAiB,MAAM,OAAO,CAAC;AAK5D,qBAAa,GAAG;IACZ,GAAG,EAAE,aAAa,CAAC;;CAkBtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataService.d.ts","sourceRoot":"","sources":["../../../src/service/DataService.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleFilePickerService.d.ts","sourceRoot":"","sources":["../../../src/service/GoogleFilePickerService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oCAAoC,EAAE,MAAM,gEAAgE,CAAC;AAGtH;;GAEG;AACH,qBAAa,uBAAuB;IAClC,OAAO,CAAC,QAAQ,CAAc;IAC9B,OAAO,CAAC,MAAM,CAAc;IAC5B,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,MAAM,CAAc;IAC5B,OAAO,CAAC,KAAK,CAAc;IAC3B,OAAO,CAAC,WAAW,CAAc;gBAErB,MAAM,EAAE;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB;IAOD,OAAO,CAAC,WAAW;IAGnB,OAAO,CAAC,WAAW;IAGnB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,SAAS;IAGjB,OAAO,CAAC,QAAQ;IAGhB,OAAO,CAAC,QAAQ;IAGhB,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,cAAc;WAIT,qCAAqC;IAuBlD;;;OAGG;IACH,0BAA0B,CAAC,MAAM,EAAE;QACjC,wBAAwB,EAAE,oCAAoC,CAAC;KAChE;IAqDD;;;OAGG;IACH,OAAO,CAAC,YAAY;IA0BpB;;;OAGG;IACG,kCAAkC,CAAC,YAAY,EAAE,MAAM;IAU7D;;;;OAIG;IACG,gCAAgC,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAc3E;;;;OAIG;IACH,MAAM,CAAC,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;CAG7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JavascriptFileService.d.ts","sourceRoot":"","sources":["../../../src/service/JavascriptFileService.ts"],"names":[],"mappings":"AAAA,qBAAa,qBAAqB;WACnB,oBAAoB,CAAC,GAAG,EAAE,MAAM;CAuB9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModelService.d.ts","sourceRoot":"","sources":["../../../src/service/ModelService.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProjectService.d.ts","sourceRoot":"","sources":["../../../src/service/ProjectService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM,0EAA0E,CAAC;AASpN,cAAM,cAAe,SAAQ,GAAG;IAE5B,WAAW,CAAC,IAAI,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IAIlF,eAAe,CAAC,IAAI,CAAC,EAAE,wBAAwB,GAAG,OAAO,CAAC,aAAa,CAAC,qBAAqB,CAAC,CAAC;IAI/F,UAAU,CAAC,IAAI,EAAE,qBAAqB,GAAG,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAIxE,YAAY;IAIZ,iBAAiB,CAAC,SAAS,EAAE,MAAM;IAQnC,qBAAqB,CAAC,IAAI,EAAE;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,GAAG,OAAO,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;CAG9E;;AAED,wBAAoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SavedDataSetService.d.ts","sourceRoot":"","sources":["../../../src/service/SavedDataSetService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,KAAK,OAAO,GAAG;IACX,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,cAAM,eAAgB,SAAQ,GAAG;IAE7B,0BAA0B,CAAC,OAAO,EAAE;QAChC,MAAM,EAAE,OAAO,CAAA;KAClB;IAID,kBAAkB,CAAC,OAAO,EAAE;QACxB,MAAM,EAAE,OAAO,CAAA;KAClB;IAID,kBAAkB,CAAC,OAAO,EAAE;QACxB,IAAI,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,MAAM,EAAE,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KACxF;CAGJ;;AAED,wBAAoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/service/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,EAAE,MAAkF,CAAC;AACzG,eAAO,MAAM,iBAAiB,EAAE,MAA8C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"envHelperService.d.ts","sourceRoot":"","sources":["../../../src/service/envHelperService.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,eAAO,MAAM,MAAM,QAAS,MAAM,KAAG,MAUpC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variableHelperService.d.ts","sourceRoot":"","sources":["../../../src/service/variableHelperService.ts"],"names":[],"mappings":"AAAA,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAKpD;AACD,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAK/D;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAE5C;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAE5C;AAED,wBAAgB,WAAW,CAAC,SAAS,EAAE,KAAK,EAAE,SAAS,GAAG,SAAS,CAQlE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/theme.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,YAAY,CAAC;AAC/C,eAAO,MAAM,uBAAuB,cAAa,CAAC;AAGlD,eAAO,MAAM,KAAK,0CAgEhB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleFilePickerCallbackFunctionType.d.ts","sourceRoot":"","sources":["../../../../src/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oCAAoC,GAAG,CAAC,IAAI,EAAE;IACxD,MAAM,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC5B,IAAI,EAAE,kBAAkB,EAAE,CAAC;CAC5B,KAAK,GAAG,CAAC;AAGV,UAAU,kBAAkB;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;IAClB,uBAAuB,EAAE,MAAM,CAAC;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userProvidedConfig.d.ts","sourceRoot":"","sources":["../../src/userProvidedConfig.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,IAAI,MAAM,EAAE,UAAe,CAAC;AAE5B,eAAO,MAAM,wBAAwB,cAAe,UAAU,KAAG,IAKhE,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomSkeleton.d.ts","sourceRoot":"","sources":["../../../src/utils/CustomSkeleton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAQ3D,eAAO,MAAM,cAAc,UAAW,aAAa,4CAOlD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonLoader.d.ts","sourceRoot":"","sources":["../../../src/utils/SkeletonLoader.tsx"],"names":[],"mappings":"AAGA,KAAK,uBAAuB,GAAC;IACzB,QAAQ,EAAC,MAAM,CAAC;IAChB,WAAW,EAAC,MAAM,CAAA;CACrB,CAAA;AAED,QAAA,MAAM,cAAc,UAAW,uBAAuB,4CAarD,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/utils/api.ts"],"names":[],"mappings":"AASA,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,MAAM,EAChD,OAAO,CAAC,EAAE,CAAC,EACX,iCAAiC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,GACnD,MAAM,CAcR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"codeCitations.utils.d.ts","sourceRoot":"","sources":["../../../src/utils/codeCitations.utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,aAAc,MAAM,KAAG,MAiG1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../src/utils/colors.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,OAAO;;CAEZ,CAAA;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../src/utils/date.ts"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,UAEvC;AAED,eAAO,MAAM,WAAW;;;;CAIvB,CAAA;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,UAQvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helperFunctions.d.ts","sourceRoot":"","sources":["../../../src/utils/helperFunctions.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,cAAe,MAAM,WAqBjD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"regexHelperService.d.ts","sourceRoot":"","sources":["../../../src/utils/regexHelperService.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,wBAAgB,0CAA0C,CACxD,KAAK,EAAE,MAAM,GACZ,MAAM,CAGR;AAED,wBAAgB,wCAAwC,CACtD,KAAK,EAAE,MAAM,GACZ,MAAM,CAGR;AAED,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAG5E;AAID,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAavE;AAED,wBAAgB,wCAAwC,CACtD,KAAK,EAAE,MAAM,GACZ,MAAM,CAGR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"urlQueryParamService.d.ts","sourceRoot":"","sources":["../../../src/utils/urlQueryParamService.ts"],"names":[],"mappings":"AAAA,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,GAAG,OAOvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variableHelperService.d.ts","sourceRoot":"","sources":["../../../src/utils/variableHelperService.ts"],"names":[],"mappings":"AAAA,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAKpD;AACD,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAK/D;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAE5C;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAE5C;AAED,wBAAgB,WAAW,CAAC,SAAS,EAAE,KAAK,EAAE,SAAS,GAAG,SAAS,CAQlE;AACD,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAKpE"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-llm-studio/citation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"author": "Devesh Patel",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"module": "dist/index.esm.js",
|
|
9
|
-
"types": "dist/index.d.ts",
|
|
9
|
+
"types": "dist/src/index.d.ts",
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"scripts": {
|
|
24
|
-
"start": "
|
|
24
|
+
"start": "craco start",
|
|
25
25
|
"build": "rollup -c",
|
|
26
26
|
"tsupBuild": "tsup src/index.ts",
|
|
27
|
-
"test": "
|
|
28
|
-
"eject": "
|
|
27
|
+
"test": "craco test",
|
|
28
|
+
"eject": "craco eject"
|
|
29
29
|
},
|
|
30
30
|
"eslintConfig": {
|
|
31
31
|
"extends": [
|
|
@@ -75,13 +75,19 @@
|
|
|
75
75
|
"@types/react": "17.0.83",
|
|
76
76
|
"@types/react-dom": "17.0.26",
|
|
77
77
|
"@types/react-router-dom": "5.3.3",
|
|
78
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
78
79
|
"ajv": "8.12.0",
|
|
79
80
|
"ajv-keywords": "5.1.0",
|
|
80
81
|
"axios": "1.7.9",
|
|
82
|
+
"highlight.js": "^11.11.1",
|
|
81
83
|
"moment": "2.29.4",
|
|
82
84
|
"moment-timezone": "0.5.34",
|
|
85
|
+
"react-markdown": "^8.0.7",
|
|
83
86
|
"react-router-dom": "5.2.0",
|
|
84
87
|
"react-scripts": ">=5.0.1",
|
|
88
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
89
|
+
"rehype-raw": "^7.0.0",
|
|
90
|
+
"remark-gfm": "^4.0.1",
|
|
85
91
|
"rollup": "2.79.2",
|
|
86
92
|
"rollup-plugin-babel": "4.4.0",
|
|
87
93
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
@@ -98,6 +104,8 @@
|
|
|
98
104
|
"react-dom": ">=16.8.0 <19.0.0"
|
|
99
105
|
},
|
|
100
106
|
"dependencies": {
|
|
107
|
+
"@craco/craco": "^7.1.0",
|
|
108
|
+
"pdf-collaborative-tool": "^0.7.0",
|
|
101
109
|
"react-konva": "^17.0.2-6"
|
|
102
110
|
}
|
|
103
111
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccordianHeadTest.d.ts","sourceRoot":"","sources":["../src/AccordianHeadTest.tsx"],"names":[],"mappings":"AAKA,wBAAgB,iBAAiB,4CAmBhC"}
|
package/dist/App.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AACA,OAAO,WAAW,CAAC;AASnB,iBAAS,GAAG,4CA0BX;AAED,eAAe,GAAG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CodeCitationTest.d.ts","sourceRoot":"","sources":["../src/CodeCitationTest.tsx"],"names":[],"mappings":"AAiCA,QAAA,MAAM,gBAAgB,+CAsHrB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccordianHead.d.ts","sourceRoot":"","sources":["../../../src/CommonComponents/AccordianHead/AccordianHead.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,KAAK,KAAK,GAAG;IACX,oBAAoB,EAAE,YAAY,CAAC;IACnC,KAAK,EAAE,WAAW,GAAG,UAAU,CAAC;IAChC,aAAa,EAAE,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,KAAK,IAAI,CAAC;CAC1D,CAAC;AAEF,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,2CAYzC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CustomDropdown.d.ts","sourceRoot":"","sources":["../../src/CommonComponents/CustomDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAUhD,OAAO,EAAE,QAAQ,EAAE,MAAM,0EAA0E,CAAC;AACpG,OAAO,EAAE,MAAM,EAAE,MAAM,wEAAwE,CAAC;AAmBhG,UAAU,aAAa;IACrB,OAAO,EAAE,QAAQ,EAAE,GAAG,MAAM,EAAE,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,cAAc,EAAE,QAAQ,GAAG,MAAM,KAAK,IAAI,CAAC;CACvD;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAuFrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HelloWorld.d.ts","sourceRoot":"","sources":["../../src/CommonComponents/HelloWorld.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,+CAEtB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NoTableData.d.ts","sourceRoot":"","sources":["../../src/CommonComponents/NoTableData.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACT,OAAO,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,QAAA,MAAM,WAAW,UAAW,KAAK,4CAWhC,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CommonConstants.d.ts","sourceRoot":"","sources":["../../src/CommonConstants/CommonConstants.tsx"],"names":[],"mappings":"AACA,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,OAAO,CAAC;AAC5C,eAAO,MAAM,OAAO,EAAE,aAAqB,CAAC;AAC5C,eAAO,MAAM,SAAS,EAAE,aAAuB,CAAC;AAChD,eAAO,MAAM,6BAA6B,yCAAwC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CustomStylesProvider.d.ts","sourceRoot":"","sources":["../src/CustomStylesProvider.tsx"],"names":[],"mappings":";AAQA,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAMlE,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CustomThemeProvider.d.ts","sourceRoot":"","sources":["../src/CustomThemeProvider.tsx"],"names":[],"mappings":";AAGA,UAAU,KAAK;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAExC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GoogleFilePickerDemo.d.ts","sourceRoot":"","sources":["../src/GoogleFilePickerDemo.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,oBAAoB,4CAsD3C"}
|
package/dist/Pdf-editor/App.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../src/Pdf-editor/App.tsx"],"names":[],"mappings":"AAQA,iBAAS,GAAG,4CA8BX;AAED,eAAe,GAAG,CAAC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ReactComponent as CommentIcon } from "./commentIcon.svg";
|
|
2
|
-
import { ReactComponent as CommentSelectedIcon } from "./commentIcon-selected.svg";
|
|
3
|
-
import { ReactComponent as ViewCozyIcon } from "./view_cozy.svg";
|
|
4
|
-
import { ReactComponent as ViewCozySelectedIcon } from "./cozy-selected.svg";
|
|
5
|
-
import { ReactComponent as ZoomOutIcon } from "./zoom_out.svg";
|
|
6
|
-
import { ReactComponent as ZoomOutSelectedIcon } from "./zoom_out-selected.svg";
|
|
7
|
-
import { ReactComponent as ZoomInIcon } from "./zoom_in.svg";
|
|
8
|
-
import { ReactComponent as ZoomInSelectedIcon } from "./zoom_in-selected.svg";
|
|
9
|
-
import { ReactComponent as HandIcon } from "./hand.svg";
|
|
10
|
-
import { ReactComponent as HandSelectedIcon } from "./hand-selected.svg";
|
|
11
|
-
import { ReactComponent as TextIcon } from "./type.svg";
|
|
12
|
-
import { ReactComponent as TextSelectedIcon } from "./textIcon-selected.svg";
|
|
13
|
-
import { ReactComponent as PencilIcon } from "./tabler-icon-pencil.svg";
|
|
14
|
-
import { ReactComponent as PencilSelectedIcon } from "./pencilIcon-selected.svg";
|
|
15
|
-
import { ReactComponent as RectangleIcon } from "./tabler-icon-rectangle.svg";
|
|
16
|
-
import { ReactComponent as RectangleSelectedIcon } from "./rectangleIcon-selected.svg";
|
|
17
|
-
import { ReactComponent as ArrowIcon } from "./tabler-icon-arrow-down-right.svg";
|
|
18
|
-
import { ReactComponent as ArrowSelectedIcon } from "./arrowIcon-selected.svg";
|
|
19
|
-
import { ReactComponent as EraserIcon } from "./tabler-icon-eraser.svg";
|
|
20
|
-
import { ReactComponent as EraserSelectedIcon } from "./eraserIcon-selected.svg";
|
|
21
|
-
import { ReactComponent as PenIcon } from "./tabler-icon-ballpen-filled.svg";
|
|
22
|
-
import { ReactComponent as PenSelectedIcon } from "./penIcon-selected.svg";
|
|
23
|
-
import { ReactComponent as SingleCalloutIcon } from "./single_callout.svg";
|
|
24
|
-
import { ReactComponent as SingleCalloutSelectedIcon } from "./single_callout-selected.svg";
|
|
25
|
-
import { ReactComponent as MultiCalloutIcon } from "./multi_callout.svg";
|
|
26
|
-
import { ReactComponent as MultiCalloutSelectedIcon } from "./multi_callout-selected.svg";
|
|
27
|
-
import { ReactComponent as NoteIcon } from "./tabler-icon-note.svg";
|
|
28
|
-
import { ReactComponent as NoteSelectedIcon } from "./noteIcon-selected.svg";
|
|
29
|
-
import { ReactComponent as StampIcon } from "./tabler-icon-rubber-stamp.svg";
|
|
30
|
-
import { ReactComponent as StampSelectedIcon } from "./stampIcon-selected.svg";
|
|
31
|
-
import { ReactComponent as BackArrowIcon } from "./tabler-icon-arrow-back-up.svg";
|
|
32
|
-
import { ReactComponent as BackArrowSelectedIcon } from "./backArrowIcon-selected.svg";
|
|
33
|
-
import { ReactComponent as ForwardArrowIcon } from "./tabler-icon-arrow-forward-up.svg";
|
|
34
|
-
import { ReactComponent as ForwardArrowSelectedIcon } from "./forwardArrowIcon-selected.svg";
|
|
35
|
-
import { ReactComponent as VisibilityIcon } from "./visibility.svg";
|
|
36
|
-
import { ReactComponent as VisibilitySelectedIcon } from "./visibilityIcon-selected.svg";
|
|
37
|
-
import { ReactComponent as ShareIcon } from "./tabler-icon-share-2.svg";
|
|
38
|
-
import { ReactComponent as ShareSelectedIcon } from "./shareIcon-selected.svg";
|
|
39
|
-
import { ReactComponent as MeasureDistanceToolbarSvgIcon } from "./tabler-icon-ruler-measure.svg";
|
|
40
|
-
import { ReactComponent as MeasureDistanceToolbarSvgSelectedIcon } from "./tabler-icon-ruler-measure-selected.svg";
|
|
41
|
-
export { CommentIcon, CommentSelectedIcon, ViewCozyIcon, ViewCozySelectedIcon, ZoomOutIcon, ZoomOutSelectedIcon, ZoomInIcon, ZoomInSelectedIcon, HandIcon, HandSelectedIcon, TextIcon, TextSelectedIcon, PencilIcon, PencilSelectedIcon, RectangleIcon, RectangleSelectedIcon, ArrowIcon, ArrowSelectedIcon, EraserIcon, EraserSelectedIcon, PenIcon, PenSelectedIcon, SingleCalloutIcon, SingleCalloutSelectedIcon, MultiCalloutIcon, MultiCalloutSelectedIcon, NoteIcon, NoteSelectedIcon, StampIcon, StampSelectedIcon, BackArrowIcon, BackArrowSelectedIcon, ForwardArrowIcon, ForwardArrowSelectedIcon, VisibilityIcon, VisibilitySelectedIcon, ShareIcon, ShareSelectedIcon, MeasureDistanceToolbarSvgIcon, MeasureDistanceToolbarSvgSelectedIcon, };
|
|
42
|
-
//# sourceMappingURL=svg.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"svg.d.ts","sourceRoot":"","sources":["../../../../src/Pdf-editor/assets/svg/svg.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAE,cAAc,IAAI,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACnF,OAAO,EAAE,cAAc,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAE,cAAc,IAAI,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC7E,OAAO,EAAE,cAAc,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,IAAI,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC9E,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACjF,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC9E,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACvF,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAAE,cAAc,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACjF,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAAE,cAAc,IAAI,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC3E,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,cAAc,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC5F,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,cAAc,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAC1F,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAAE,cAAc,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACvF,OAAO,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACxF,OAAO,EAAE,cAAc,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAC7F,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,cAAc,IAAI,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACzF,OAAO,EAAE,cAAc,IAAI,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,EAAE,cAAc,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAClG,OAAO,EAAE,cAAc,IAAI,qCAAqC,EAAE,MAAM,0CAA0C,CAAC;AAEnH,OAAO,EACH,WAAW,EACX,mBAAmB,EACnB,YAAY,EACZ,oBAAoB,EACpB,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EAClB,QAAQ,EACR,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EAChB,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,qBAAqB,EACrB,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,kBAAkB,EAClB,OAAO,EACP,eAAe,EACf,iBAAiB,EACjB,yBAAyB,EACzB,gBAAgB,EAChB,wBAAwB,EACxB,QAAQ,EACR,gBAAgB,EAChB,SAAS,EACT,iBAAiB,EACjB,aAAa,EACb,qBAAqB,EACrB,gBAAgB,EAChB,wBAAwB,EACxB,cAAc,EACd,sBAAsB,EACtB,SAAS,EACT,iBAAiB,EACjB,6BAA6B,EAC7B,qCAAqC,GACxC,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type Props = {
|
|
2
|
-
valueToCheckForChange: any;
|
|
3
|
-
onValueChange: () => void;
|
|
4
|
-
};
|
|
5
|
-
export declare function TriggerWhenValueChangesAfterRender(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=triggerWhenValueChangesAfterRender.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"triggerWhenValueChangesAfterRender.component.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/components/triggerWhenValueChangesAfterRender.component.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACT,qBAAqB,EAAE,GAAG,CAAC;IAC3B,aAAa,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAEF,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,KAAK,2CAW9D"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from "react";
|
|
2
|
-
import { IPdfEditorContextValue } from "../types/contexts/PdfAnnotationContext.types";
|
|
3
|
-
type ContextProviderProps = {
|
|
4
|
-
children: ReactElement;
|
|
5
|
-
backendBaseUrl: string;
|
|
6
|
-
};
|
|
7
|
-
export declare function PdfEditorContextProvider(props: ContextProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export declare const usePdfEditorContext: () => IPdfEditorContextValue;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=PdfEditorContextProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfEditorContextProvider.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/contexts/PdfEditorContextProvider.tsx"],"names":[],"mappings":"AAAA,OAAc,EACV,YAAY,EAKf,MAAM,OAAO,CAAC;AACf,OAAO,EAGH,sBAAsB,EAEzB,MAAM,8CAA8C,CAAC;AAOtD,KAAK,oBAAoB,GAAG;IACxB,QAAQ,EAAE,YAAY,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,oBAAoB,2CA2bnE;AAKD,eAAO,MAAM,mBAAmB,8BAQ/B,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export type UnitOfMeasurementType = "cm" | "m" | "inch";
|
|
2
|
-
export type AddNewScaleType = {
|
|
3
|
-
isAddNewScaleFormPopupOpen: boolean;
|
|
4
|
-
scaleName: string;
|
|
5
|
-
paperDimension: {
|
|
6
|
-
unitOfMeasurement: UnitOfMeasurementType;
|
|
7
|
-
scalarQuantity: number;
|
|
8
|
-
};
|
|
9
|
-
displayDimension: {
|
|
10
|
-
unitOfMeasurement: UnitOfMeasurementType;
|
|
11
|
-
scalarQuantity: number;
|
|
12
|
-
};
|
|
13
|
-
precision: number;
|
|
14
|
-
userCalibratingScaleOnPdfPageDetails: {
|
|
15
|
-
isHappening: boolean;
|
|
16
|
-
coordinates: {
|
|
17
|
-
x: number;
|
|
18
|
-
y: number;
|
|
19
|
-
}[];
|
|
20
|
-
};
|
|
21
|
-
isCalibrationScaleFormPopupOpen: boolean;
|
|
22
|
-
pdfPageId: string;
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=addNewScale.type.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"addNewScale.type.d.ts","sourceRoot":"","sources":["../../../../src/Pdf-editor/contexts/PdfEditorContextProviderTypes/addNewScale.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG,IAAI,GAAG,GAAG,GAAG,MAAM,CAAC;AAExD,MAAM,MAAM,eAAe,GAAG;IAC1B,0BAA0B,EAAE,OAAO,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE;QACZ,iBAAiB,EAAE,qBAAqB,CAAC;QACzC,cAAc,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,gBAAgB,EAAE;QACd,iBAAiB,EAAE,qBAAqB,CAAC;QACzC,cAAc,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,SAAS,EAAE,MAAM,CAAC;IAClB,oCAAoC,EAAE;QAClC,WAAW,EAAE,OAAO,CAAC;QACrB,WAAW,EAAE;YACT,CAAC,EAAE,MAAM,CAAC;YACV,CAAC,EAAE,MAAM,CAAC;SACb,EAAE,CAAC;KACP,CAAC;IACF,+BAA+B,EAAE,OAAO,CAAC;IACzC,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useForceReRender.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/useForceReRender.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,gBAAgB,eAQvC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
type Params = {
|
|
2
|
-
htmlElement: HTMLElement | null;
|
|
3
|
-
};
|
|
4
|
-
export declare function useIsHtmlElementHorizontallyOverflowing(params: Params): {
|
|
5
|
-
isHorizontallyOverflowing: boolean;
|
|
6
|
-
};
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=useIsHtmlElementHorizontallyOverflowing.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useIsHtmlElementHorizontallyOverflowing.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/useIsHtmlElementHorizontallyOverflowing.tsx"],"names":[],"mappings":"AAGA,KAAK,MAAM,GAAG;IACV,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;CACnC,CAAC;AAEF,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,MAAM;;EAkCrE"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Referred following article: https://blog.webdevsimplified.com/2022-01/intersection-observer
|
|
3
|
-
*/
|
|
4
|
-
type Params = {
|
|
5
|
-
htmlElementToCheck: HTMLElement | null;
|
|
6
|
-
stopObservingOnceElementIsInViewport?: boolean;
|
|
7
|
-
shouldStopObserving?: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare function useIsHtmlElementInViewport(params: Params): boolean;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=useIsHtmlElementInViewport.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useIsHtmlElementInViewport.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/useIsHtmlElementInViewport.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,KAAK,MAAM,GAAG;IACV,kBAAkB,EAAE,WAAW,GAAG,IAAI,CAAC;IACvC,oCAAoC,CAAC,EAAE,OAAO,CAAC;IAC/C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,MAAM,WA8CxD"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Referred following article: https://blog.webdevsimplified.com/2022-01/intersection-observer
|
|
3
|
-
*/
|
|
4
|
-
type Params = {
|
|
5
|
-
htmlElementToCheck: HTMLElement | null;
|
|
6
|
-
stopObservingOnceElementIsNearViewport?: boolean;
|
|
7
|
-
shouldStopObserving?: boolean;
|
|
8
|
-
rootMargin?: string;
|
|
9
|
-
rootElement?: HTMLElement | null;
|
|
10
|
-
};
|
|
11
|
-
export declare function useIsHtmlElementNearViewport(params: Params): boolean;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=useIsHtmlElementNearViewport.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useIsHtmlElementNearViewport.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/useIsHtmlElementNearViewport.tsx"],"names":[],"mappings":"AAEA;;GAEG;AAEH,KAAK,MAAM,GAAG;IACV,kBAAkB,EAAE,WAAW,GAAG,IAAI,CAAC;IACvC,sCAAsC,CAAC,EAAE,OAAO,CAAC;IACjD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACpC,CAAC;AAEF,wBAAgB,4BAA4B,CAAC,MAAM,EAAE,MAAM,WA2D1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useIsShiftKeyPressed.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/useIsShiftKeyPressed.tsx"],"names":[],"mappings":"AAEA,wBAAgB,oBAAoB,YA0BnC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PdfEditorService } from "../services/PdfEditorService";
|
|
2
|
-
type Params = {
|
|
3
|
-
pdfId: string;
|
|
4
|
-
timeIntervalInSecondsForCheckingLatestCount: number;
|
|
5
|
-
pdfEditorServiceInstance: PdfEditorService;
|
|
6
|
-
pdfPagesCreationGotCompleted: boolean;
|
|
7
|
-
};
|
|
8
|
-
export declare function usePdfPagesCompletedCount(params: Params): number;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=usePdfPagesCompletedCount.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usePdfPagesCompletedCount.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/usePdfPagesCompletedCount.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAGhE,KAAK,MAAM,GAAG;IACV,KAAK,EAAE,MAAM,CAAC;IACd,2CAA2C,EAAE,MAAM,CAAC;IACpD,wBAAwB,EAAE,gBAAgB,CAAC;IAC3C,4BAA4B,EAAE,OAAO,CAAC;CACzC,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,MAAM,UAsEvD"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IPdf } from "../types/contexts/PdfAnnotationContext.types";
|
|
2
|
-
import { PdfEditorService } from "../services/PdfEditorService";
|
|
3
|
-
type Params = {
|
|
4
|
-
pdfId: string;
|
|
5
|
-
timeIntervalInSecondsForCheckingLatestStatus: number;
|
|
6
|
-
pdfEditorServiceInstance: PdfEditorService;
|
|
7
|
-
};
|
|
8
|
-
type PdfPageCreationProgressStatusType = IPdf["pdfPagesImageGenerationStatus"] | "";
|
|
9
|
-
export declare function usePdfPagesCreationProgressStatus(params: Params): PdfPageCreationProgressStatusType;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=usePdfPagesCreationProgressStatus.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usePdfPagesCreationProgressStatus.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/usePdfPagesCreationProgressStatus.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,8CAA8C,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhE,KAAK,MAAM,GAAG;IACV,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C,EAAE,MAAM,CAAC;IACrD,wBAAwB,EAAE,gBAAgB,CAAC;CAC9C,CAAC;AAEF,KAAK,iCAAiC,GAChC,IAAI,CAAC,+BAA+B,CAAC,GACrC,EAAE,CAAC;AAET,wBAAgB,iCAAiC,CAAC,MAAM,EAAE,MAAM,qCAiD/D"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A hook to manage and force-change a React element's key.
|
|
3
|
-
*/
|
|
4
|
-
export declare function useUniqueStringGenerator(initialString?: string): {
|
|
5
|
-
uniqueString: string;
|
|
6
|
-
generateNewString: () => void;
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=useUniqueStringGenerator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useUniqueStringGenerator.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/useUniqueStringGenerator.tsx"],"names":[],"mappings":"AAEA;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,aAAa,CAAC,EAAE,MAAM;;;EAQ9D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useValueSyncRef.d.ts","sourceRoot":"","sources":["../../../src/Pdf-editor/hooks/useValueSyncRef.tsx"],"names":[],"mappings":";AAEA,wBAAgB,eAAe,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,uCAK7C"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { PdfEditorContextProvider } from './contexts/PdfEditorContextProvider';
|
|
2
|
-
import { PdfEditor } from './layout/PdfEditor/PdfEditor';
|
|
3
|
-
import { PdfEditorService } from './services/PdfEditorService';
|
|
4
|
-
export { PdfEditorContextProvider, PdfEditor, PdfEditorService };
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Pdf-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,OAAO,EACH,wBAAwB,EACxB,SAAS,EACT,gBAAgB,EACnB,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const contentAreaContainerId = "content-area-container";
|
|
2
|
-
type Props = {
|
|
3
|
-
pdfId: string;
|
|
4
|
-
pdfSourceUrl: string;
|
|
5
|
-
};
|
|
6
|
-
declare const ContentArea: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default ContentArea;
|
|
8
|
-
//# sourceMappingURL=ContentArea.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContentArea.d.ts","sourceRoot":"","sources":["../../../../src/Pdf-editor/layout/ContentArea/ContentArea.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAE/D,KAAK,KAAK,GAAG;IACT,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,WAAW,UAAW,KAAK,4CAYhC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IPdfPage } from "../../../../types/contexts/PdfAnnotationContext.types";
|
|
2
|
-
type Props = {
|
|
3
|
-
pdfPage: IPdfPage;
|
|
4
|
-
};
|
|
5
|
-
declare const PdfPage: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default PdfPage;
|
|
7
|
-
//# sourceMappingURL=PdfPage.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PdfPage.component.d.ts","sourceRoot":"","sources":["../../../../../../src/Pdf-editor/layout/ContentArea/PdfPages/PdfPage/PdfPage.component.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAAE,MAAM,uDAAuD,CAAC;AAejF,KAAK,KAAK,GAAG;IACT,OAAO,EAAE,QAAQ,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,OAAO,UAAW,KAAK,4CAqoB5B,CAAC;AAEF,eAAe,OAAO,CAAC"}
|