Expose FindState
in the viewer-components (issue 16589)
This commit is contained in:
parent
f596490a1b
commit
e153e3a741
@ -13,6 +13,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { FindState, PDFFindController } from "../../web/pdf_find_controller.js";
|
||||||
import {
|
import {
|
||||||
LinkTarget,
|
LinkTarget,
|
||||||
PDFLinkService,
|
PDFLinkService,
|
||||||
@ -30,7 +31,6 @@ import { DownloadManager } from "../../web/download_manager.js";
|
|||||||
import { EventBus } from "../../web/event_utils.js";
|
import { EventBus } from "../../web/event_utils.js";
|
||||||
import { GenericL10n } from "../../web/genericl10n.js";
|
import { GenericL10n } from "../../web/genericl10n.js";
|
||||||
import { NullL10n } from "../../web/l10n_utils.js";
|
import { NullL10n } from "../../web/l10n_utils.js";
|
||||||
import { PDFFindController } from "../../web/pdf_find_controller.js";
|
|
||||||
import { PDFHistory } from "../../web/pdf_history.js";
|
import { PDFHistory } from "../../web/pdf_history.js";
|
||||||
import { PDFPageView } from "../../web/pdf_page_view.js";
|
import { PDFPageView } from "../../web/pdf_page_view.js";
|
||||||
import { PDFScriptingManager } from "../../web/pdf_scripting_manager.js";
|
import { PDFScriptingManager } from "../../web/pdf_scripting_manager.js";
|
||||||
@ -50,6 +50,7 @@ describe("pdfviewer_api", function () {
|
|||||||
AnnotationLayerBuilder,
|
AnnotationLayerBuilder,
|
||||||
DownloadManager,
|
DownloadManager,
|
||||||
EventBus,
|
EventBus,
|
||||||
|
FindState,
|
||||||
GenericL10n,
|
GenericL10n,
|
||||||
LinkTarget,
|
LinkTarget,
|
||||||
NullL10n,
|
NullL10n,
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { FindState, PDFFindController } from "./pdf_find_controller.js";
|
||||||
import {
|
import {
|
||||||
LinkTarget,
|
LinkTarget,
|
||||||
PDFLinkService,
|
PDFLinkService,
|
||||||
@ -30,7 +31,6 @@ import { DownloadManager } from "./download_manager.js";
|
|||||||
import { EventBus } from "./event_utils.js";
|
import { EventBus } from "./event_utils.js";
|
||||||
import { GenericL10n } from "./genericl10n.js";
|
import { GenericL10n } from "./genericl10n.js";
|
||||||
import { NullL10n } from "./l10n_utils.js";
|
import { NullL10n } from "./l10n_utils.js";
|
||||||
import { PDFFindController } from "./pdf_find_controller.js";
|
|
||||||
import { PDFHistory } from "./pdf_history.js";
|
import { PDFHistory } from "./pdf_history.js";
|
||||||
import { PDFPageView } from "./pdf_page_view.js";
|
import { PDFPageView } from "./pdf_page_view.js";
|
||||||
import { PDFScriptingManager } from "./pdf_scripting_manager.js";
|
import { PDFScriptingManager } from "./pdf_scripting_manager.js";
|
||||||
@ -51,6 +51,7 @@ export {
|
|||||||
AnnotationLayerBuilder,
|
AnnotationLayerBuilder,
|
||||||
DownloadManager,
|
DownloadManager,
|
||||||
EventBus,
|
EventBus,
|
||||||
|
FindState,
|
||||||
GenericL10n,
|
GenericL10n,
|
||||||
LinkTarget,
|
LinkTarget,
|
||||||
NullL10n,
|
NullL10n,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user