@iamjariwala/react-doc-viewer 1.4.0 → 1.4.2
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-DBy6f_NR.cjs → index-B_9N115A.cjs} +1 -1
- package/dist/index-Bxz55fXL.cjs +42 -0
- package/dist/{index-DXoQkO9y.cjs → index-DDciENnB.cjs} +1 -1
- package/dist/{index-J_NhRJRX.js → index-DHsZZ2xX.js} +408 -397
- package/dist/{index-CDHF-5C1.js → index-DdxtHbXJ.js} +2 -2
- package/dist/{index-VQbup5AN.js → index-yeyotorh.js} +2 -2
- package/dist/react-doc-viewer.cjs +1 -1
- package/dist/react-doc-viewer.js +1 -1
- package/dist/{url-DtSH8M0n.cjs → url-CJMs95kL.cjs} +1 -1
- package/dist/{url-BrpA-84h.js → url-DNNqPKsX.js} +1 -1
- package/package.json +1 -1
- package/dist/docs-site/docusaurus.config.d.ts +0 -4
- package/dist/docs-site/sidebars.d.ts +0 -4
- package/dist/docs-site/src/components/HomepageFeatures/index.d.ts +0 -3
- package/dist/docs-site/src/pages/index.d.ts +0 -3
- package/dist/index-Dy0P1Y_j.cjs +0 -42
- /package/dist/{src/DocViewer.d.ts → DocViewer.d.ts} +0 -0
- /package/dist/{src/components → components}/DocumentNav.d.ts +0 -0
- /package/dist/{src/components → components}/FileName.d.ts +0 -0
- /package/dist/{src/components → components}/HeaderBar.d.ts +0 -0
- /package/dist/{src/components → components}/LoadingTimout.d.ts +0 -0
- /package/dist/{src/components → components}/ProxyRenderer.d.ts +0 -0
- /package/dist/{src/components → components}/common/Button.d.ts +0 -0
- /package/dist/{src/components → components}/common/index.d.ts +0 -0
- /package/dist/{src/components → components}/icons/index.d.ts +0 -0
- /package/dist/{src/cssStyles.d.ts → cssStyles.d.ts} +0 -0
- /package/dist/{src/defaultTheme.d.ts → defaultTheme.d.ts} +0 -0
- /package/dist/{src/features → features}/annotations/components/AnnotationLayer.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/components/AnnotationToolbar.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/components/ColorPicker.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/components/CommentMarker.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/components/CommentPopover.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/components/TextHighlight.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/components/icons/index.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/hooks/useAnnotationExport.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/hooks/useDrawingCanvas.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/hooks/useTextSelection.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/index.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/state/actions.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/state/index.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/state/reducer.d.ts +0 -0
- /package/dist/{src/features → features}/annotations/types/index.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/components/BookmarkItem.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/components/BookmarksSidebar.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/components/BookmarksToggle.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/hooks/useBookmarks.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/index.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/state/actions.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/state/context.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/state/provider.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/state/reducer.d.ts +0 -0
- /package/dist/{src/features → features}/bookmarks/types/index.d.ts +0 -0
- /package/dist/{src/features → features}/drag-drop/components/DropZoneOverlay.d.ts +0 -0
- /package/dist/{src/features → features}/drag-drop/hooks/useDragDrop.d.ts +0 -0
- /package/dist/{src/features → features}/drag-drop/hooks/useFileProcessor.d.ts +0 -0
- /package/dist/{src/features → features}/drag-drop/index.d.ts +0 -0
- /package/dist/{src/features → features}/drag-drop/types/index.d.ts +0 -0
- /package/dist/{src/features → features}/keyboard-shortcuts/hooks/useKeyboardShortcuts.d.ts +0 -0
- /package/dist/{src/features → features}/keyboard-shortcuts/index.d.ts +0 -0
- /package/dist/{src/features → features}/keyboard-shortcuts/types/index.d.ts +0 -0
- /package/dist/{src/features → features}/password-pdf/components/PasswordPrompt.d.ts +0 -0
- /package/dist/{src/features → features}/password-pdf/index.d.ts +0 -0
- /package/dist/{src/features → features}/split-view/components/SplitViewContainer.d.ts +0 -0
- /package/dist/{src/features → features}/split-view/index.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/components/SearchBar.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/hooks/useTextSearch.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/index.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/state/actions.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/state/context.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/state/provider.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/state/reducer.d.ts +0 -0
- /package/dist/{src/features → features}/text-search/types/index.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/components/ThumbnailItem.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/components/ThumbnailSidebar.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/components/ThumbnailToggle.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/hooks/useThumbnailGenerator.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/index.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/state/actions.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/state/index.d.ts +0 -0
- /package/dist/{src/features → features}/thumbnail-sidebar/state/reducer.d.ts +0 -0
- /package/dist/{src/features → features}/watermark/components/WatermarkOverlay.d.ts +0 -0
- /package/dist/{src/features → features}/watermark/index.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useDocumentLoader.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useFullscreen.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useRendererSelector.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useTranslation.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useWindowSize.d.ts +0 -0
- /package/dist/{src/i18n.d.ts → i18n.d.ts} +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/locales → locales}/ar.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/de.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/en.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/es.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/fr.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/it.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/ja.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/pl.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/pt.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/ru.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/se.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/sr.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/sr_cyr.json.d.ts +0 -0
- /package/dist/{src/locales → locales}/tr.json.d.ts +0 -0
- /package/dist/{src/models.d.ts → models.d.ts} +0 -0
- /package/dist/{src/renderers → renderers}/bmp/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/csv/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/gif/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/html/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/image/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/jpg/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/msdoc/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/components/PDFControls.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/components/PDFPagination.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/components/PDFThumbnailGenerator.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/components/icons/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/components/pages/PDFAllPages.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/components/pages/PDFPages.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/components/pages/PDFSinglePage.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/state/actions.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/state/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/pdf/state/reducer.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/png/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/tiff/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/tiff/tiffToCanvas.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/txt/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/video/index.d.ts +0 -0
- /package/dist/{src/renderers → renderers}/webp/index.d.ts +0 -0
- /package/dist/{src/store → store}/DocViewerProvider.d.ts +0 -0
- /package/dist/{src/store → store}/actions.d.ts +0 -0
- /package/dist/{src/store → store}/mainStateReducer.d.ts +0 -0
- /package/dist/{src/utils → utils}/fileLoaders.d.ts +0 -0
- /package/dist/{src/utils → utils}/getFileName.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.