UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

39 lines (37 loc) 1.43 kB
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); //#region ../src/kendo.pdfjs.loader.js const __meta__ = { id: "pdfjs.loader", name: "PDFJSLoader", category: "web", description: "Utility that enables pdfjsLib to be loaded from global scope", depends: [] }; const AnnotationEditorTypeMock = { DISABLE: -1, NONE: 0, FREETEXT: 3, HIGHLIGHT: 9, STAMP: 13, INK: 15 }; const { shadow, AnnotationEditorType, FeatureTest, setLayerDimensions, AnnotationEditorParamsType, PixelsPerInch, DOMSVGFactory, PDFDateString, Util, XfaLayer, getDocument, AnnotationMode, AbortException, TextLayer, fetchData, noContextMenu, PDFDocumentProxy } = window.pdfjsLib || { AnnotationEditorType: AnnotationEditorTypeMock }; //#endregion exports.AbortException = AbortException; exports.AnnotationEditorParamsType = AnnotationEditorParamsType; exports.AnnotationEditorType = AnnotationEditorType; exports.AnnotationMode = AnnotationMode; exports.DOMSVGFactory = DOMSVGFactory; exports.FeatureTest = FeatureTest; exports.PDFDateString = PDFDateString; exports.PDFDocumentProxy = PDFDocumentProxy; exports.PixelsPerInch = PixelsPerInch; exports.TextLayer = TextLayer; exports.Util = Util; exports.XfaLayer = XfaLayer; exports.__meta__ = __meta__; exports.fetchData = fetchData; exports.getDocument = getDocument; exports.noContextMenu = noContextMenu; exports.setLayerDimensions = setLayerDimensions; exports.shadow = shadow;