forked from sheepdestroyer/materialisheep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp_tail.txt
More file actions
100 lines (81 loc) · 3.24 KB
/
temp_tail.txt
File metadata and controls
100 lines (81 loc) · 3.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
if (this.#parent === null) {
return;
}
this.#mapping.get(id).remove();
this.#mapping.delete(id);
}
destroy() {
this.#parent = null;
for (const root of this.#mapping.values()) {
root.remove();
}
this.#mapping.clear();
this.#toUpdate.clear();
}
}
;// ./src/pdf.js
{
globalThis._pdfjsTestingUtils = {
HighlightOutliner: HighlightOutliner
};
}
globalThis.pdfjsLib = {
AbortException: AbortException,
AnnotationEditorLayer: AnnotationEditorLayer,
AnnotationEditorParamsType: AnnotationEditorParamsType,
AnnotationEditorType: AnnotationEditorType,
AnnotationEditorUIManager: AnnotationEditorUIManager,
AnnotationLayer: AnnotationLayer,
AnnotationMode: AnnotationMode,
AnnotationType: AnnotationType,
applyOpacity: applyOpacity,
build: build,
ColorPicker: ColorPicker,
createValidAbsoluteUrl: createValidAbsoluteUrl,
CSSConstants: CSSConstants,
DOMSVGFactory: DOMSVGFactory,
DrawLayer: DrawLayer,
FeatureTest: util_FeatureTest,
fetchData: fetchData,
findContrastColor: findContrastColor,
getDocument: getDocument,
getFilenameFromUrl: getFilenameFromUrl,
getPdfFilenameFromUrl: getPdfFilenameFromUrl,
getRGB: getRGB,
getUuid: getUuid,
getXfaPageViewport: getXfaPageViewport,
GlobalWorkerOptions: GlobalWorkerOptions,
ImageKind: util_ImageKind,
InvalidPDFException: InvalidPDFException,
isDataScheme: isDataScheme,
isPdfFile: isPdfFile,
isValidExplicitDest: isValidExplicitDest,
MathClamp: MathClamp,
noContextMenu: noContextMenu,
normalizeUnicode: normalizeUnicode,
OPS: OPS,
OutputScale: OutputScale,
PasswordResponses: PasswordResponses,
PDFDataRangeTransport: PDFDataRangeTransport,
PDFDateString: PDFDateString,
PDFWorker: PDFWorker,
PermissionFlag: PermissionFlag,
PixelsPerInch: PixelsPerInch,
RenderingCancelledException: RenderingCancelledException,
renderRichText: renderRichText,
ResponseException: ResponseException,
setLayerDimensions: setLayerDimensions,
shadow: shadow,
SignatureExtractor: SignatureExtractor,
stopEvent: stopEvent,
SupportedImageMimeTypes: SupportedImageMimeTypes,
TextLayer: TextLayer,
TouchManager: TouchManager,
updateUrlHash: updateUrlHash,
Util: Util,
VerbosityLevel: VerbosityLevel,
version: version,
XfaLayer: XfaLayer
};
export { AbortException, AnnotationEditorLayer, AnnotationEditorParamsType, AnnotationEditorType, AnnotationEditorUIManager, AnnotationLayer, AnnotationMode, AnnotationType, CSSConstants, ColorPicker, DOMSVGFactory, DrawLayer, util_FeatureTest as FeatureTest, GlobalWorkerOptions, util_ImageKind as ImageKind, InvalidPDFException, MathClamp, OPS, OutputScale, PDFDataRangeTransport, PDFDateString, PDFWorker, PasswordResponses, PermissionFlag, PixelsPerInch, RenderingCancelledException, ResponseException, SignatureExtractor, SupportedImageMimeTypes, TextLayer, TouchManager, Util, VerbosityLevel, XfaLayer, applyOpacity, build, createValidAbsoluteUrl, fetchData, findContrastColor, getDocument, getFilenameFromUrl, getPdfFilenameFromUrl, getRGB, getUuid, getXfaPageViewport, isDataScheme, isPdfFile, isValidExplicitDest, noContextMenu, normalizeUnicode, renderRichText, setLayerDimensions, shadow, stopEvent, updateUrlHash, version };
//# sourceMappingURL=pdf.mjs.map