pdfjs-viewer-element 2.0.0 → 2.0.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.
Files changed (419) hide show
  1. package/README.md +8 -4
  2. package/dist/{pdfjs-2.15.349-dist → pdfjs}/build/pdf.js +12077 -16314
  3. package/dist/pdfjs/build/pdf.js.map +1 -0
  4. package/dist/{pdfjs-2.15.349-dist → pdfjs}/build/pdf.sandbox.js +17 -46
  5. package/dist/pdfjs/build/pdf.sandbox.js.map +1 -0
  6. package/dist/{pdfjs-2.15.349-dist → pdfjs}/build/pdf.worker.js +17596 -28371
  7. package/dist/pdfjs/build/pdf.worker.js.map +1 -0
  8. package/dist/pdfjs/web/compressed.tracemonkey-pldi-09.pdf +0 -0
  9. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/debugger.css +10 -0
  10. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/debugger.js +1 -1
  11. package/dist/pdfjs/web/images/annotation-paperclip.svg +6 -0
  12. package/dist/pdfjs/web/images/annotation-pushpin.svg +7 -0
  13. package/dist/pdfjs/web/images/cursor-editorFreeText.svg +3 -0
  14. package/dist/pdfjs/web/images/cursor-editorInk.svg +4 -0
  15. package/dist/pdfjs/web/images/findbarButton-next.svg +3 -0
  16. package/dist/pdfjs/web/images/findbarButton-previous.svg +3 -0
  17. package/dist/pdfjs/web/images/secondaryToolbarButton-documentProperties.svg +3 -0
  18. package/dist/pdfjs/web/images/secondaryToolbarButton-firstPage.svg +3 -0
  19. package/dist/pdfjs/web/images/secondaryToolbarButton-handTool.svg +3 -0
  20. package/dist/pdfjs/web/images/secondaryToolbarButton-lastPage.svg +3 -0
  21. package/dist/pdfjs/web/images/secondaryToolbarButton-rotateCcw.svg +3 -0
  22. package/dist/pdfjs/web/images/secondaryToolbarButton-rotateCw.svg +3 -0
  23. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollHorizontal.svg +3 -0
  24. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollPage.svg +3 -0
  25. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollVertical.svg +3 -0
  26. package/dist/pdfjs/web/images/secondaryToolbarButton-scrollWrapped.svg +3 -0
  27. package/dist/pdfjs/web/images/secondaryToolbarButton-selectTool.svg +3 -0
  28. package/dist/pdfjs/web/images/secondaryToolbarButton-spreadEven.svg +3 -0
  29. package/dist/pdfjs/web/images/secondaryToolbarButton-spreadNone.svg +3 -0
  30. package/dist/pdfjs/web/images/secondaryToolbarButton-spreadOdd.svg +3 -0
  31. package/dist/pdfjs/web/images/toolbarButton-bookmark.svg +3 -0
  32. package/dist/pdfjs/web/images/toolbarButton-currentOutlineItem.svg +3 -0
  33. package/dist/pdfjs/web/images/toolbarButton-download.svg +4 -0
  34. package/dist/pdfjs/web/images/toolbarButton-editorFreeText.svg +3 -0
  35. package/dist/pdfjs/web/images/toolbarButton-editorInk.svg +4 -0
  36. package/dist/pdfjs/web/images/toolbarButton-menuArrow.svg +3 -0
  37. package/dist/pdfjs/web/images/toolbarButton-openFile.svg +3 -0
  38. package/dist/pdfjs/web/images/toolbarButton-pageDown.svg +3 -0
  39. package/dist/pdfjs/web/images/toolbarButton-pageUp.svg +3 -0
  40. package/dist/pdfjs/web/images/toolbarButton-presentationMode.svg +3 -0
  41. package/dist/pdfjs/web/images/toolbarButton-print.svg +3 -0
  42. package/dist/pdfjs/web/images/toolbarButton-search.svg +3 -0
  43. package/dist/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.svg +3 -0
  44. package/dist/pdfjs/web/images/toolbarButton-sidebarToggle.svg +3 -0
  45. package/dist/pdfjs/web/images/toolbarButton-viewAttachments.svg +3 -0
  46. package/dist/pdfjs/web/images/toolbarButton-viewLayers.svg +3 -0
  47. package/dist/pdfjs/web/images/toolbarButton-viewOutline.svg +3 -0
  48. package/dist/pdfjs/web/images/toolbarButton-viewThumbnail.svg +3 -0
  49. package/dist/pdfjs/web/images/toolbarButton-zoomIn.svg +3 -0
  50. package/dist/pdfjs/web/images/toolbarButton-zoomOut.svg +3 -0
  51. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ach/viewer.properties +1 -0
  52. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/af/viewer.properties +1 -0
  53. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/an/viewer.properties +1 -0
  54. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ar/viewer.properties +1 -0
  55. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/az/viewer.properties +1 -0
  56. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/be/viewer.properties +24 -16
  57. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bg/viewer.properties +1 -0
  58. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bn/viewer.properties +1 -0
  59. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bo/viewer.properties +1 -0
  60. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/br/viewer.properties +1 -0
  61. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/brx/viewer.properties +1 -0
  62. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/bs/viewer.properties +1 -0
  63. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ca/viewer.properties +1 -0
  64. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/cak/viewer.properties +1 -0
  65. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ckb/viewer.properties +1 -0
  66. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/cs/viewer.properties +28 -2
  67. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/cy/viewer.properties +19 -16
  68. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/da/viewer.properties +22 -12
  69. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/de/viewer.properties +22 -14
  70. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/dsb/viewer.properties +16 -16
  71. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/el/viewer.properties +20 -16
  72. package/dist/{pdfjs-2.15.349-dist/web/locale/en-US → pdfjs/web/locale/en-CA}/viewer.properties +14 -13
  73. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/en-GB/viewer.properties +19 -16
  74. package/dist/{pdfjs-2.15.349-dist/web/locale/en-CA → pdfjs/web/locale/en-US}/viewer.properties +21 -38
  75. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/eo/viewer.properties +19 -14
  76. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-AR/viewer.properties +19 -16
  77. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-CL/viewer.properties +19 -16
  78. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-ES/viewer.properties +22 -14
  79. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/es-MX/viewer.properties +19 -16
  80. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/et/viewer.properties +0 -7
  81. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/eu/viewer.properties +22 -14
  82. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fa/viewer.properties +1 -0
  83. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ff/viewer.properties +1 -0
  84. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fi/viewer.properties +26 -3
  85. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fr/viewer.properties +22 -14
  86. package/dist/pdfjs/web/locale/fur/viewer.properties +277 -0
  87. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/fy-NL/viewer.properties +24 -16
  88. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ga-IE/viewer.properties +1 -0
  89. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gd/viewer.properties +1 -0
  90. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gl/viewer.properties +1 -0
  91. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gn/viewer.properties +24 -14
  92. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/gu-IN/viewer.properties +1 -0
  93. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/he/viewer.properties +18 -16
  94. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hi-IN/viewer.properties +1 -0
  95. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hr/viewer.properties +20 -1
  96. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hsb/viewer.properties +21 -16
  97. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hu/viewer.properties +19 -16
  98. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hy-AM/viewer.properties +1 -0
  99. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/hye/viewer.properties +1 -0
  100. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ia/viewer.properties +19 -16
  101. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/id/viewer.properties +19 -16
  102. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/is/viewer.properties +22 -14
  103. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/it/viewer.properties +11 -14
  104. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ja/viewer.properties +22 -14
  105. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ka/viewer.properties +24 -16
  106. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/kab/viewer.properties +19 -4
  107. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/kk/viewer.properties +24 -8
  108. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/km/viewer.properties +1 -0
  109. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/kn/viewer.properties +1 -0
  110. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ko/viewer.properties +21 -18
  111. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lij/viewer.properties +1 -0
  112. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/locale.properties +6 -0
  113. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lt/viewer.properties +0 -1
  114. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ltg/viewer.properties +1 -0
  115. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lv/viewer.properties +1 -0
  116. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/mk/viewer.properties +1 -0
  117. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/mr/viewer.properties +1 -0
  118. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ms/viewer.properties +1 -0
  119. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/my/viewer.properties +1 -0
  120. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/nb-NO/viewer.properties +22 -14
  121. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ne-NP/viewer.properties +1 -0
  122. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/nl/viewer.properties +19 -16
  123. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/nn-NO/viewer.properties +20 -16
  124. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/oc/viewer.properties +32 -24
  125. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pa-IN/viewer.properties +22 -6
  126. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pl/viewer.properties +22 -14
  127. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pt-BR/viewer.properties +22 -19
  128. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/pt-PT/viewer.properties +22 -14
  129. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/rm/viewer.properties +24 -8
  130. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ro/viewer.properties +1 -0
  131. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ru/viewer.properties +22 -14
  132. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sat/viewer.properties +1 -0
  133. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sc/viewer.properties +24 -2
  134. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sco/viewer.properties +1 -0
  135. package/dist/pdfjs/web/locale/si/viewer.properties +237 -0
  136. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sk/viewer.properties +20 -17
  137. package/dist/pdfjs/web/locale/skr/viewer.properties +277 -0
  138. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sl/viewer.properties +22 -14
  139. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/son/viewer.properties +1 -0
  140. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sq/viewer.properties +32 -5
  141. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sr/viewer.properties +25 -3
  142. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/sv-SE/viewer.properties +19 -16
  143. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/szl/viewer.properties +1 -0
  144. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ta/viewer.properties +1 -0
  145. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/te/viewer.properties +20 -0
  146. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/tg/viewer.properties +26 -24
  147. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/th/viewer.properties +21 -6
  148. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/tl/viewer.properties +1 -0
  149. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/tr/viewer.properties +19 -17
  150. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/uk/viewer.properties +19 -16
  151. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ur/viewer.properties +1 -0
  152. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/uz/viewer.properties +1 -0
  153. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/vi/viewer.properties +19 -16
  154. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/wo/viewer.properties +1 -0
  155. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/xh/viewer.properties +1 -0
  156. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/zh-CN/viewer.properties +19 -16
  157. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/zh-TW/viewer.properties +21 -18
  158. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/viewer.css +278 -577
  159. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/viewer.html +25 -53
  160. package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/viewer.js +3887 -6174
  161. package/dist/pdfjs/web/viewer.js.map +1 -0
  162. package/dist/pdfjs-viewer-element.js +17 -619
  163. package/package.json +7 -13
  164. package/types/pdfjs-viewer-element.d.ts +9 -8
  165. package/dist/pdfjs-2.15.349-dist/build/pdf.js.map +0 -1
  166. package/dist/pdfjs-2.15.349-dist/build/pdf.sandbox.js.map +0 -1
  167. package/dist/pdfjs-2.15.349-dist/build/pdf.worker.js.map +0 -1
  168. package/dist/pdfjs-2.15.349-dist/web/images/findbarButton-next.svg +0 -4
  169. package/dist/pdfjs-2.15.349-dist/web/images/findbarButton-previous.svg +0 -4
  170. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-documentProperties.svg +0 -15
  171. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-firstPage.svg +0 -1
  172. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-handTool.svg +0 -1
  173. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-lastPage.svg +0 -1
  174. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-rotateCcw.svg +0 -1
  175. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-rotateCw.svg +0 -4
  176. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollHorizontal.svg +0 -1
  177. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollPage.svg +0 -1
  178. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollVertical.svg +0 -1
  179. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-scrollWrapped.svg +0 -1
  180. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-selectTool.svg +0 -4
  181. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-spreadEven.svg +0 -1
  182. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-spreadNone.svg +0 -1
  183. package/dist/pdfjs-2.15.349-dist/web/images/secondaryToolbarButton-spreadOdd.svg +0 -1
  184. package/dist/pdfjs-2.15.349-dist/web/images/shadow.png +0 -0
  185. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-bookmark.svg +0 -1
  186. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-currentOutlineItem.svg +0 -1
  187. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-download.svg +0 -4
  188. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-editorFreeText.svg +0 -24
  189. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-editorInk.svg +0 -9
  190. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-editorNone.svg +0 -4
  191. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-menuArrow.svg +0 -1
  192. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-openFile.svg +0 -4
  193. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-pageDown.svg +0 -7
  194. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-pageUp.svg +0 -12
  195. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-presentationMode.svg +0 -1
  196. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-print.svg +0 -4
  197. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-search.svg +0 -4
  198. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-secondaryToolbarToggle.svg +0 -4
  199. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-sidebarToggle.svg +0 -4
  200. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewAttachments.svg +0 -1
  201. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewLayers.svg +0 -1
  202. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewOutline.svg +0 -1
  203. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-viewThumbnail.svg +0 -4
  204. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-zoomIn.svg +0 -4
  205. package/dist/pdfjs-2.15.349-dist/web/images/toolbarButton-zoomOut.svg +0 -4
  206. package/dist/pdfjs-2.15.349-dist/web/locale/si/viewer.properties +0 -201
  207. package/dist/pdfjs-2.15.349-dist/web/viewer.js.map +0 -1
  208. package/dist/pdfjs-viewer-element.umd.cjs +0 -44
  209. package/dist/vite.svg +0 -1
  210. /package/dist/{pdfjs-2.15.349-dist/web/compressed.tracemonkey-pldi-09.pdf → compressed.tracemonkey-pldi-09.pdf} +0 -0
  211. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/LICENSE +0 -0
  212. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-EUC-H.bcmap +0 -0
  213. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-EUC-V.bcmap +0 -0
  214. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-H.bcmap +0 -0
  215. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-RKSJ-H.bcmap +0 -0
  216. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-RKSJ-V.bcmap +0 -0
  217. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78-V.bcmap +0 -0
  218. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78ms-RKSJ-H.bcmap +0 -0
  219. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/78ms-RKSJ-V.bcmap +0 -0
  220. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/83pv-RKSJ-H.bcmap +0 -0
  221. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90ms-RKSJ-H.bcmap +0 -0
  222. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90ms-RKSJ-V.bcmap +0 -0
  223. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90msp-RKSJ-H.bcmap +0 -0
  224. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90msp-RKSJ-V.bcmap +0 -0
  225. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90pv-RKSJ-H.bcmap +0 -0
  226. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/90pv-RKSJ-V.bcmap +0 -0
  227. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-H.bcmap +0 -0
  228. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-RKSJ-H.bcmap +0 -0
  229. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-RKSJ-V.bcmap +0 -0
  230. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Add-V.bcmap +0 -0
  231. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-0.bcmap +0 -0
  232. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-1.bcmap +0 -0
  233. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-2.bcmap +0 -0
  234. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-3.bcmap +0 -0
  235. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-4.bcmap +0 -0
  236. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-5.bcmap +0 -0
  237. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-6.bcmap +0 -0
  238. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-CNS1-UCS2.bcmap +0 -0
  239. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-0.bcmap +0 -0
  240. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-1.bcmap +0 -0
  241. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-2.bcmap +0 -0
  242. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-3.bcmap +0 -0
  243. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-4.bcmap +0 -0
  244. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-5.bcmap +0 -0
  245. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-GB1-UCS2.bcmap +0 -0
  246. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-0.bcmap +0 -0
  247. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-1.bcmap +0 -0
  248. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-2.bcmap +0 -0
  249. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-3.bcmap +0 -0
  250. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-4.bcmap +0 -0
  251. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-5.bcmap +0 -0
  252. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-6.bcmap +0 -0
  253. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Japan1-UCS2.bcmap +0 -0
  254. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-0.bcmap +0 -0
  255. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-1.bcmap +0 -0
  256. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-2.bcmap +0 -0
  257. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Adobe-Korea1-UCS2.bcmap +0 -0
  258. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5-H.bcmap +0 -0
  259. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5-V.bcmap +0 -0
  260. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5pc-H.bcmap +0 -0
  261. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/B5pc-V.bcmap +0 -0
  262. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS-EUC-H.bcmap +0 -0
  263. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS-EUC-V.bcmap +0 -0
  264. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS1-H.bcmap +0 -0
  265. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS1-V.bcmap +0 -0
  266. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS2-H.bcmap +0 -0
  267. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/CNS2-V.bcmap +0 -0
  268. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETHK-B5-H.bcmap +0 -0
  269. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETHK-B5-V.bcmap +0 -0
  270. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETen-B5-H.bcmap +0 -0
  271. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETen-B5-V.bcmap +0 -0
  272. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETenms-B5-H.bcmap +0 -0
  273. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/ETenms-B5-V.bcmap +0 -0
  274. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/EUC-H.bcmap +0 -0
  275. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/EUC-V.bcmap +0 -0
  276. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-H.bcmap +0 -0
  277. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-RKSJ-H.bcmap +0 -0
  278. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-RKSJ-V.bcmap +0 -0
  279. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Ext-V.bcmap +0 -0
  280. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-EUC-H.bcmap +0 -0
  281. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-EUC-V.bcmap +0 -0
  282. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-H.bcmap +0 -0
  283. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GB-V.bcmap +0 -0
  284. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK-EUC-H.bcmap +0 -0
  285. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK-EUC-V.bcmap +0 -0
  286. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK2K-H.bcmap +0 -0
  287. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBK2K-V.bcmap +0 -0
  288. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBKp-EUC-H.bcmap +0 -0
  289. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBKp-EUC-V.bcmap +0 -0
  290. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-EUC-H.bcmap +0 -0
  291. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-EUC-V.bcmap +0 -0
  292. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-H.bcmap +0 -0
  293. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBT-V.bcmap +0 -0
  294. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBTpc-EUC-H.bcmap +0 -0
  295. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBTpc-EUC-V.bcmap +0 -0
  296. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBpc-EUC-H.bcmap +0 -0
  297. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/GBpc-EUC-V.bcmap +0 -0
  298. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/H.bcmap +0 -0
  299. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdla-B5-H.bcmap +0 -0
  300. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdla-B5-V.bcmap +0 -0
  301. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdlb-B5-H.bcmap +0 -0
  302. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKdlb-B5-V.bcmap +0 -0
  303. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKgccs-B5-H.bcmap +0 -0
  304. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKgccs-B5-V.bcmap +0 -0
  305. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm314-B5-H.bcmap +0 -0
  306. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm314-B5-V.bcmap +0 -0
  307. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm471-B5-H.bcmap +0 -0
  308. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKm471-B5-V.bcmap +0 -0
  309. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKscs-B5-H.bcmap +0 -0
  310. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/HKscs-B5-V.bcmap +0 -0
  311. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Hankaku.bcmap +0 -0
  312. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Hiragana.bcmap +0 -0
  313. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-EUC-H.bcmap +0 -0
  314. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-EUC-V.bcmap +0 -0
  315. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-H.bcmap +0 -0
  316. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-Johab-H.bcmap +0 -0
  317. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-Johab-V.bcmap +0 -0
  318. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSC-V.bcmap +0 -0
  319. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-H.bcmap +0 -0
  320. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-HW-H.bcmap +0 -0
  321. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-HW-V.bcmap +0 -0
  322. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCms-UHC-V.bcmap +0 -0
  323. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCpc-EUC-H.bcmap +0 -0
  324. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/KSCpc-EUC-V.bcmap +0 -0
  325. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Katakana.bcmap +0 -0
  326. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/LICENSE +0 -0
  327. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/NWP-H.bcmap +0 -0
  328. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/NWP-V.bcmap +0 -0
  329. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/RKSJ-H.bcmap +0 -0
  330. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/RKSJ-V.bcmap +0 -0
  331. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/Roman.bcmap +0 -0
  332. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UCS2-H.bcmap +0 -0
  333. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UCS2-V.bcmap +0 -0
  334. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF16-H.bcmap +0 -0
  335. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF16-V.bcmap +0 -0
  336. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF32-H.bcmap +0 -0
  337. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF32-V.bcmap +0 -0
  338. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF8-H.bcmap +0 -0
  339. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniCNS-UTF8-V.bcmap +0 -0
  340. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UCS2-H.bcmap +0 -0
  341. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UCS2-V.bcmap +0 -0
  342. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF16-H.bcmap +0 -0
  343. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF16-V.bcmap +0 -0
  344. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF32-H.bcmap +0 -0
  345. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF32-V.bcmap +0 -0
  346. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF8-H.bcmap +0 -0
  347. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniGB-UTF8-V.bcmap +0 -0
  348. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-H.bcmap +0 -0
  349. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-HW-H.bcmap +0 -0
  350. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-HW-V.bcmap +0 -0
  351. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UCS2-V.bcmap +0 -0
  352. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF16-H.bcmap +0 -0
  353. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF16-V.bcmap +0 -0
  354. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF32-H.bcmap +0 -0
  355. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF32-V.bcmap +0 -0
  356. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF8-H.bcmap +0 -0
  357. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS-UTF8-V.bcmap +0 -0
  358. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF16-H.bcmap +0 -0
  359. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF16-V.bcmap +0 -0
  360. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF32-H.bcmap +0 -0
  361. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF32-V.bcmap +0 -0
  362. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF8-H.bcmap +0 -0
  363. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJIS2004-UTF8-V.bcmap +0 -0
  364. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +0 -0
  365. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISPro-UCS2-V.bcmap +0 -0
  366. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISPro-UTF8-V.bcmap +0 -0
  367. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX0213-UTF32-H.bcmap +0 -0
  368. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX0213-UTF32-V.bcmap +0 -0
  369. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX02132004-UTF32-H.bcmap +0 -0
  370. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniJISX02132004-UTF32-V.bcmap +0 -0
  371. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UCS2-H.bcmap +0 -0
  372. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UCS2-V.bcmap +0 -0
  373. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF16-H.bcmap +0 -0
  374. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF16-V.bcmap +0 -0
  375. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF32-H.bcmap +0 -0
  376. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF32-V.bcmap +0 -0
  377. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF8-H.bcmap +0 -0
  378. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/UniKS-UTF8-V.bcmap +0 -0
  379. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/V.bcmap +0 -0
  380. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/cmaps/WP-Symbol.bcmap +0 -0
  381. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-check.svg +0 -0
  382. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-comment.svg +0 -0
  383. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-help.svg +0 -0
  384. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-insert.svg +0 -0
  385. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-key.svg +0 -0
  386. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-newparagraph.svg +0 -0
  387. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-noicon.svg +0 -0
  388. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-note.svg +0 -0
  389. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/annotation-paragraph.svg +0 -0
  390. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/loading-dark.svg +0 -0
  391. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/loading-icon.gif +0 -0
  392. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/loading.svg +0 -0
  393. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/treeitem-collapsed.svg +0 -0
  394. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/images/treeitem-expanded.svg +0 -0
  395. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/ast/viewer.properties +0 -0
  396. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/lo/viewer.properties +0 -0
  397. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/meh/viewer.properties +0 -0
  398. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/scn/viewer.properties +0 -0
  399. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/locale/trs/viewer.properties +0 -0
  400. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitDingbats.pfb +0 -0
  401. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixed.pfb +0 -0
  402. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixedBold.pfb +0 -0
  403. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
  404. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
  405. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSans.pfb +0 -0
  406. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSansBold.pfb +0 -0
  407. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSansBoldItalic.pfb +0 -0
  408. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSansItalic.pfb +0 -0
  409. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerif.pfb +0 -0
  410. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerifBold.pfb +0 -0
  411. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
  412. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
  413. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/FoxitSymbol.pfb +0 -0
  414. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LICENSE_FOXIT +0 -0
  415. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LICENSE_LIBERATION +0 -0
  416. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
  417. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
  418. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
  419. /package/dist/{pdfjs-2.15.349-dist → pdfjs}/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
@@ -1,630 +1,28 @@
1
- /**
2
- * @license
3
- * Copyright 2019 Google LLC
4
- * SPDX-License-Identifier: BSD-3-Clause
5
- */
6
- const N = window, V = N.ShadowRoot && (N.ShadyCSS === void 0 || N.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, W = Symbol(), K = /* @__PURE__ */ new WeakMap();
7
- class nt {
8
- constructor(t, e, i) {
9
- if (this._$cssResult$ = !0, i !== W)
10
- throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
11
- this.cssText = t, this.t = e;
12
- }
13
- get styleSheet() {
14
- let t = this.o;
15
- const e = this.t;
16
- if (V && t === void 0) {
17
- const i = e !== void 0 && e.length === 1;
18
- i && (t = K.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && K.set(e, t));
19
- }
20
- return t;
21
- }
22
- toString() {
23
- return this.cssText;
24
- }
25
- }
26
- const dt = (n) => new nt(typeof n == "string" ? n : n + "", void 0, W), ct = (n, ...t) => {
27
- const e = n.length === 1 ? n[0] : t.reduce((i, s, o) => i + ((r) => {
28
- if (r._$cssResult$ === !0)
29
- return r.cssText;
30
- if (typeof r == "number")
31
- return r;
32
- throw Error("Value passed to 'css' function must be a 'css' function result: " + r + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
33
- })(s) + n[o + 1], n[0]);
34
- return new nt(e, n, W);
35
- }, ut = (n, t) => {
36
- V ? n.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet) : t.forEach((e) => {
37
- const i = document.createElement("style"), s = N.litNonce;
38
- s !== void 0 && i.setAttribute("nonce", s), i.textContent = e.cssText, n.appendChild(i);
39
- });
40
- }, Z = V ? (n) => n : (n) => n instanceof CSSStyleSheet ? ((t) => {
41
- let e = "";
42
- for (const i of t.cssRules)
43
- e += i.cssText;
44
- return dt(e);
45
- })(n) : n;
46
- /**
47
- * @license
48
- * Copyright 2017 Google LLC
49
- * SPDX-License-Identifier: BSD-3-Clause
50
- */
51
- var k;
52
- const T = window, J = T.trustedTypes, pt = J ? J.emptyScript : "", F = T.reactiveElementPolyfillSupport, I = { toAttribute(n, t) {
53
- switch (t) {
54
- case Boolean:
55
- n = n ? pt : null;
56
- break;
57
- case Object:
58
- case Array:
59
- n = n == null ? n : JSON.stringify(n);
60
- }
61
- return n;
62
- }, fromAttribute(n, t) {
63
- let e = n;
64
- switch (t) {
65
- case Boolean:
66
- e = n !== null;
67
- break;
68
- case Number:
69
- e = n === null ? null : Number(n);
70
- break;
71
- case Object:
72
- case Array:
73
- try {
74
- e = JSON.parse(n);
75
- } catch {
76
- e = null;
77
- }
78
- }
79
- return e;
80
- } }, rt = (n, t) => t !== n && (t == t || n == n), L = { attribute: !0, type: String, converter: I, reflect: !1, hasChanged: rt };
81
- class f extends HTMLElement {
1
+ const r = document.createElement("template");
2
+ r.innerHTML = '<iframe frameborder="0" width="100%"></iframe><style>:host{width:100%;display: block}:host iframe{height:inherit}</style>';
3
+ class i extends HTMLElement {
82
4
  constructor() {
83
- super(), this._$Ei = /* @__PURE__ */ new Map(), this.isUpdatePending = !1, this.hasUpdated = !1, this._$El = null, this.u();
84
- }
85
- static addInitializer(t) {
86
- var e;
87
- (e = this.h) !== null && e !== void 0 || (this.h = []), this.h.push(t);
5
+ super(), this.attachShadow({ mode: "open" }).appendChild(r.content.cloneNode(!0));
88
6
  }
89
7
  static get observedAttributes() {
90
- this.finalize();
91
- const t = [];
92
- return this.elementProperties.forEach((e, i) => {
93
- const s = this._$Ep(i, e);
94
- s !== void 0 && (this._$Ev.set(s, i), t.push(s));
95
- }), t;
96
- }
97
- static createProperty(t, e = L) {
98
- if (e.state && (e.attribute = !1), this.finalize(), this.elementProperties.set(t, e), !e.noAccessor && !this.prototype.hasOwnProperty(t)) {
99
- const i = typeof t == "symbol" ? Symbol() : "__" + t, s = this.getPropertyDescriptor(t, i, e);
100
- s !== void 0 && Object.defineProperty(this.prototype, t, s);
101
- }
102
- }
103
- static getPropertyDescriptor(t, e, i) {
104
- return { get() {
105
- return this[e];
106
- }, set(s) {
107
- const o = this[t];
108
- this[e] = s, this.requestUpdate(t, o, i);
109
- }, configurable: !0, enumerable: !0 };
110
- }
111
- static getPropertyOptions(t) {
112
- return this.elementProperties.get(t) || L;
113
- }
114
- static finalize() {
115
- if (this.hasOwnProperty("finalized"))
116
- return !1;
117
- this.finalized = !0;
118
- const t = Object.getPrototypeOf(this);
119
- if (t.finalize(), this.elementProperties = new Map(t.elementProperties), this._$Ev = /* @__PURE__ */ new Map(), this.hasOwnProperty("properties")) {
120
- const e = this.properties, i = [...Object.getOwnPropertyNames(e), ...Object.getOwnPropertySymbols(e)];
121
- for (const s of i)
122
- this.createProperty(s, e[s]);
123
- }
124
- return this.elementStyles = this.finalizeStyles(this.styles), !0;
125
- }
126
- static finalizeStyles(t) {
127
- const e = [];
128
- if (Array.isArray(t)) {
129
- const i = new Set(t.flat(1 / 0).reverse());
130
- for (const s of i)
131
- e.unshift(Z(s));
132
- } else
133
- t !== void 0 && e.push(Z(t));
134
- return e;
135
- }
136
- static _$Ep(t, e) {
137
- const i = e.attribute;
138
- return i === !1 ? void 0 : typeof i == "string" ? i : typeof t == "string" ? t.toLowerCase() : void 0;
139
- }
140
- u() {
141
- var t;
142
- this._$E_ = new Promise((e) => this.enableUpdating = e), this._$AL = /* @__PURE__ */ new Map(), this._$Eg(), this.requestUpdate(), (t = this.constructor.h) === null || t === void 0 || t.forEach((e) => e(this));
143
- }
144
- addController(t) {
145
- var e, i;
146
- ((e = this._$ES) !== null && e !== void 0 ? e : this._$ES = []).push(t), this.renderRoot !== void 0 && this.isConnected && ((i = t.hostConnected) === null || i === void 0 || i.call(t));
147
- }
148
- removeController(t) {
149
- var e;
150
- (e = this._$ES) === null || e === void 0 || e.splice(this._$ES.indexOf(t) >>> 0, 1);
151
- }
152
- _$Eg() {
153
- this.constructor.elementProperties.forEach((t, e) => {
154
- this.hasOwnProperty(e) && (this._$Ei.set(e, this[e]), delete this[e]);
155
- });
156
- }
157
- createRenderRoot() {
158
- var t;
159
- const e = (t = this.shadowRoot) !== null && t !== void 0 ? t : this.attachShadow(this.constructor.shadowRootOptions);
160
- return ut(e, this.constructor.elementStyles), e;
8
+ return ["src", "viewer-path"];
161
9
  }
162
10
  connectedCallback() {
163
- var t;
164
- this.renderRoot === void 0 && (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (t = this._$ES) === null || t === void 0 || t.forEach((e) => {
165
- var i;
166
- return (i = e.hostConnected) === null || i === void 0 ? void 0 : i.call(e);
167
- });
168
- }
169
- enableUpdating(t) {
170
- }
171
- disconnectedCallback() {
172
- var t;
173
- (t = this._$ES) === null || t === void 0 || t.forEach((e) => {
174
- var i;
175
- return (i = e.hostDisconnected) === null || i === void 0 ? void 0 : i.call(e);
176
- });
177
- }
178
- attributeChangedCallback(t, e, i) {
179
- this._$AK(t, i);
180
- }
181
- _$EO(t, e, i = L) {
182
- var s;
183
- const o = this.constructor._$Ep(t, i);
184
- if (o !== void 0 && i.reflect === !0) {
185
- const r = (((s = i.converter) === null || s === void 0 ? void 0 : s.toAttribute) !== void 0 ? i.converter : I).toAttribute(e, i.type);
186
- this._$El = t, r == null ? this.removeAttribute(o) : this.setAttribute(o, r), this._$El = null;
187
- }
188
- }
189
- _$AK(t, e) {
190
- var i;
191
- const s = this.constructor, o = s._$Ev.get(t);
192
- if (o !== void 0 && this._$El !== o) {
193
- const r = s.getPropertyOptions(o), d = typeof r.converter == "function" ? { fromAttribute: r.converter } : ((i = r.converter) === null || i === void 0 ? void 0 : i.fromAttribute) !== void 0 ? r.converter : I;
194
- this._$El = o, this[o] = d.fromAttribute(e, r.type), this._$El = null;
195
- }
196
- }
197
- requestUpdate(t, e, i) {
198
- let s = !0;
199
- t !== void 0 && (((i = i || this.constructor.getPropertyOptions(t)).hasChanged || rt)(this[t], e) ? (this._$AL.has(t) || this._$AL.set(t, e), i.reflect === !0 && this._$El !== t && (this._$EC === void 0 && (this._$EC = /* @__PURE__ */ new Map()), this._$EC.set(t, i))) : s = !1), !this.isUpdatePending && s && (this._$E_ = this._$Ej());
200
- }
201
- async _$Ej() {
202
- this.isUpdatePending = !0;
203
- try {
204
- await this._$E_;
205
- } catch (e) {
206
- Promise.reject(e);
207
- }
208
- const t = this.scheduleUpdate();
209
- return t != null && await t, !this.isUpdatePending;
11
+ this.hasAttribute("viewer-path") || this.setAttribute("viewer-path", "/pdfjs"), this.updateIframe();
210
12
  }
211
- scheduleUpdate() {
212
- return this.performUpdate();
13
+ attributeChangedCallback(e) {
14
+ ["src", "viewer-path"].includes(e) && this.updateIframe();
213
15
  }
214
- performUpdate() {
215
- var t;
216
- if (!this.isUpdatePending)
217
- return;
218
- this.hasUpdated, this._$Ei && (this._$Ei.forEach((s, o) => this[o] = s), this._$Ei = void 0);
219
- let e = !1;
220
- const i = this._$AL;
221
- try {
222
- e = this.shouldUpdate(i), e ? (this.willUpdate(i), (t = this._$ES) === null || t === void 0 || t.forEach((s) => {
223
- var o;
224
- return (o = s.hostUpdate) === null || o === void 0 ? void 0 : o.call(s);
225
- }), this.update(i)) : this._$Ek();
226
- } catch (s) {
227
- throw e = !1, this._$Ek(), s;
228
- }
229
- e && this._$AE(i);
230
- }
231
- willUpdate(t) {
232
- }
233
- _$AE(t) {
234
- var e;
235
- (e = this._$ES) === null || e === void 0 || e.forEach((i) => {
236
- var s;
237
- return (s = i.hostUpdated) === null || s === void 0 ? void 0 : s.call(i);
238
- }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
239
- }
240
- _$Ek() {
241
- this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = !1;
242
- }
243
- get updateComplete() {
244
- return this.getUpdateComplete();
245
- }
246
- getUpdateComplete() {
247
- return this._$E_;
248
- }
249
- shouldUpdate(t) {
250
- return !0;
251
- }
252
- update(t) {
253
- this._$EC !== void 0 && (this._$EC.forEach((e, i) => this._$EO(i, this[i], e)), this._$EC = void 0), this._$Ek();
254
- }
255
- updated(t) {
256
- }
257
- firstUpdated(t) {
16
+ updateIframe() {
17
+ var e, t;
18
+ (t = (e = this.shadowRoot) == null ? void 0 : e.querySelector("iframe")) == null || t.setAttribute(
19
+ "src",
20
+ `${this.getAttribute("viewer-path")}/web/viewer.html?file=${this.getAttribute("src") || ""}`
21
+ );
258
22
  }
259
23
  }
260
- f.finalized = !0, f.elementProperties = /* @__PURE__ */ new Map(), f.elementStyles = [], f.shadowRootOptions = { mode: "open" }, F == null || F({ ReactiveElement: f }), ((k = T.reactiveElementVersions) !== null && k !== void 0 ? k : T.reactiveElementVersions = []).push("1.4.0");
261
- /**
262
- * @license
263
- * Copyright 2017 Google LLC
264
- * SPDX-License-Identifier: BSD-3-Clause
265
- */
266
- var z;
267
- const R = window, m = R.trustedTypes, G = m ? m.createPolicy("lit-html", { createHTML: (n) => n }) : void 0, v = `lit$${(Math.random() + "").slice(9)}$`, ot = "?" + v, $t = `<${ot}>`, y = document, w = (n = "") => y.createComment(n), C = (n) => n === null || typeof n != "object" && typeof n != "function", lt = Array.isArray, vt = (n) => lt(n) || typeof (n == null ? void 0 : n[Symbol.iterator]) == "function", S = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Q = /-->/g, X = />/g, _ = RegExp(`>|[
268
- \f\r](?:([^\\s"'>=/]+)([
269
- \f\r]*=[
270
- \f\r]*(?:[^
271
- \f\r"'\`<>=]|("|')|))|$)`, "g"), Y = /'/g, tt = /"/g, ht = /^(?:script|style|textarea|title)$/i, _t = (n) => (t, ...e) => ({ _$litType$: n, strings: t, values: e }), ft = _t(1), g = Symbol.for("lit-noChange"), u = Symbol.for("lit-nothing"), et = /* @__PURE__ */ new WeakMap(), At = (n, t, e) => {
272
- var i, s;
273
- const o = (i = e == null ? void 0 : e.renderBefore) !== null && i !== void 0 ? i : t;
274
- let r = o._$litPart$;
275
- if (r === void 0) {
276
- const d = (s = e == null ? void 0 : e.renderBefore) !== null && s !== void 0 ? s : null;
277
- o._$litPart$ = r = new U(t.insertBefore(w(), d), d, void 0, e != null ? e : {});
278
- }
279
- return r._$AI(n), r;
280
- }, A = y.createTreeWalker(y, 129, null, !1), mt = (n, t) => {
281
- const e = n.length - 1, i = [];
282
- let s, o = t === 2 ? "<svg>" : "", r = S;
283
- for (let l = 0; l < e; l++) {
284
- const h = n[l];
285
- let $, a, c = -1, p = 0;
286
- for (; p < h.length && (r.lastIndex = p, a = r.exec(h), a !== null); )
287
- p = r.lastIndex, r === S ? a[1] === "!--" ? r = Q : a[1] !== void 0 ? r = X : a[2] !== void 0 ? (ht.test(a[2]) && (s = RegExp("</" + a[2], "g")), r = _) : a[3] !== void 0 && (r = _) : r === _ ? a[0] === ">" ? (r = s != null ? s : S, c = -1) : a[1] === void 0 ? c = -2 : (c = r.lastIndex - a[2].length, $ = a[1], r = a[3] === void 0 ? _ : a[3] === '"' ? tt : Y) : r === tt || r === Y ? r = _ : r === Q || r === X ? r = S : (r = _, s = void 0);
288
- const H = r === _ && n[l + 1].startsWith("/>") ? " " : "";
289
- o += r === S ? h + $t : c >= 0 ? (i.push($), h.slice(0, c) + "$lit$" + h.slice(c) + v + H) : h + v + (c === -2 ? (i.push(void 0), l) : H);
290
- }
291
- const d = o + (n[e] || "<?>") + (t === 2 ? "</svg>" : "");
292
- if (!Array.isArray(n) || !n.hasOwnProperty("raw"))
293
- throw Error("invalid template strings array");
294
- return [G !== void 0 ? G.createHTML(d) : d, i];
295
- };
296
- class P {
297
- constructor({ strings: t, _$litType$: e }, i) {
298
- let s;
299
- this.parts = [];
300
- let o = 0, r = 0;
301
- const d = t.length - 1, l = this.parts, [h, $] = mt(t, e);
302
- if (this.el = P.createElement(h, i), A.currentNode = this.el.content, e === 2) {
303
- const a = this.el.content, c = a.firstChild;
304
- c.remove(), a.append(...c.childNodes);
305
- }
306
- for (; (s = A.nextNode()) !== null && l.length < d; ) {
307
- if (s.nodeType === 1) {
308
- if (s.hasAttributes()) {
309
- const a = [];
310
- for (const c of s.getAttributeNames())
311
- if (c.endsWith("$lit$") || c.startsWith(v)) {
312
- const p = $[r++];
313
- if (a.push(c), p !== void 0) {
314
- const H = s.getAttribute(p.toLowerCase() + "$lit$").split(v), O = /([.?@])?(.*)/.exec(p);
315
- l.push({ type: 1, index: o, name: O[2], strings: H, ctor: O[1] === "." ? gt : O[1] === "?" ? St : O[1] === "@" ? bt : M });
316
- } else
317
- l.push({ type: 6, index: o });
318
- }
319
- for (const c of a)
320
- s.removeAttribute(c);
321
- }
322
- if (ht.test(s.tagName)) {
323
- const a = s.textContent.split(v), c = a.length - 1;
324
- if (c > 0) {
325
- s.textContent = m ? m.emptyScript : "";
326
- for (let p = 0; p < c; p++)
327
- s.append(a[p], w()), A.nextNode(), l.push({ type: 2, index: ++o });
328
- s.append(a[c], w());
329
- }
330
- }
331
- } else if (s.nodeType === 8)
332
- if (s.data === ot)
333
- l.push({ type: 2, index: o });
334
- else {
335
- let a = -1;
336
- for (; (a = s.data.indexOf(v, a + 1)) !== -1; )
337
- l.push({ type: 7, index: o }), a += v.length - 1;
338
- }
339
- o++;
340
- }
341
- }
342
- static createElement(t, e) {
343
- const i = y.createElement("template");
344
- return i.innerHTML = t, i;
345
- }
346
- }
347
- function E(n, t, e = n, i) {
348
- var s, o, r, d;
349
- if (t === g)
350
- return t;
351
- let l = i !== void 0 ? (s = e._$Cl) === null || s === void 0 ? void 0 : s[i] : e._$Cu;
352
- const h = C(t) ? void 0 : t._$litDirective$;
353
- return (l == null ? void 0 : l.constructor) !== h && ((o = l == null ? void 0 : l._$AO) === null || o === void 0 || o.call(l, !1), h === void 0 ? l = void 0 : (l = new h(n), l._$AT(n, e, i)), i !== void 0 ? ((r = (d = e)._$Cl) !== null && r !== void 0 ? r : d._$Cl = [])[i] = l : e._$Cu = l), l !== void 0 && (t = E(n, l._$AS(n, t.values), l, i)), t;
354
- }
355
- class yt {
356
- constructor(t, e) {
357
- this.v = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
358
- }
359
- get parentNode() {
360
- return this._$AM.parentNode;
361
- }
362
- get _$AU() {
363
- return this._$AM._$AU;
364
- }
365
- p(t) {
366
- var e;
367
- const { el: { content: i }, parts: s } = this._$AD, o = ((e = t == null ? void 0 : t.creationScope) !== null && e !== void 0 ? e : y).importNode(i, !0);
368
- A.currentNode = o;
369
- let r = A.nextNode(), d = 0, l = 0, h = s[0];
370
- for (; h !== void 0; ) {
371
- if (d === h.index) {
372
- let $;
373
- h.type === 2 ? $ = new U(r, r.nextSibling, this, t) : h.type === 1 ? $ = new h.ctor(r, h.name, h.strings, this, t) : h.type === 6 && ($ = new wt(r, this, t)), this.v.push($), h = s[++l];
374
- }
375
- d !== (h == null ? void 0 : h.index) && (r = A.nextNode(), d++);
376
- }
377
- return o;
378
- }
379
- m(t) {
380
- let e = 0;
381
- for (const i of this.v)
382
- i !== void 0 && (i.strings !== void 0 ? (i._$AI(t, i, e), e += i.strings.length - 2) : i._$AI(t[e])), e++;
383
- }
384
- }
385
- class U {
386
- constructor(t, e, i, s) {
387
- var o;
388
- this.type = 2, this._$AH = u, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = i, this.options = s, this._$C_ = (o = s == null ? void 0 : s.isConnected) === null || o === void 0 || o;
389
- }
390
- get _$AU() {
391
- var t, e;
392
- return (e = (t = this._$AM) === null || t === void 0 ? void 0 : t._$AU) !== null && e !== void 0 ? e : this._$C_;
393
- }
394
- get parentNode() {
395
- let t = this._$AA.parentNode;
396
- const e = this._$AM;
397
- return e !== void 0 && t.nodeType === 11 && (t = e.parentNode), t;
398
- }
399
- get startNode() {
400
- return this._$AA;
401
- }
402
- get endNode() {
403
- return this._$AB;
404
- }
405
- _$AI(t, e = this) {
406
- t = E(this, t, e), C(t) ? t === u || t == null || t === "" ? (this._$AH !== u && this._$AR(), this._$AH = u) : t !== this._$AH && t !== g && this.$(t) : t._$litType$ !== void 0 ? this.T(t) : t.nodeType !== void 0 ? this.k(t) : vt(t) ? this.O(t) : this.$(t);
407
- }
408
- S(t, e = this._$AB) {
409
- return this._$AA.parentNode.insertBefore(t, e);
410
- }
411
- k(t) {
412
- this._$AH !== t && (this._$AR(), this._$AH = this.S(t));
413
- }
414
- $(t) {
415
- this._$AH !== u && C(this._$AH) ? this._$AA.nextSibling.data = t : this.k(y.createTextNode(t)), this._$AH = t;
416
- }
417
- T(t) {
418
- var e;
419
- const { values: i, _$litType$: s } = t, o = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = P.createElement(s.h, this.options)), s);
420
- if (((e = this._$AH) === null || e === void 0 ? void 0 : e._$AD) === o)
421
- this._$AH.m(i);
422
- else {
423
- const r = new yt(o, this), d = r.p(this.options);
424
- r.m(i), this.k(d), this._$AH = r;
425
- }
426
- }
427
- _$AC(t) {
428
- let e = et.get(t.strings);
429
- return e === void 0 && et.set(t.strings, e = new P(t)), e;
430
- }
431
- O(t) {
432
- lt(this._$AH) || (this._$AH = [], this._$AR());
433
- const e = this._$AH;
434
- let i, s = 0;
435
- for (const o of t)
436
- s === e.length ? e.push(i = new U(this.S(w()), this.S(w()), this, this.options)) : i = e[s], i._$AI(o), s++;
437
- s < e.length && (this._$AR(i && i._$AB.nextSibling, s), e.length = s);
438
- }
439
- _$AR(t = this._$AA.nextSibling, e) {
440
- var i;
441
- for ((i = this._$AP) === null || i === void 0 || i.call(this, !1, !0, e); t && t !== this._$AB; ) {
442
- const s = t.nextSibling;
443
- t.remove(), t = s;
444
- }
445
- }
446
- setConnected(t) {
447
- var e;
448
- this._$AM === void 0 && (this._$C_ = t, (e = this._$AP) === null || e === void 0 || e.call(this, t));
449
- }
450
- }
451
- class M {
452
- constructor(t, e, i, s, o) {
453
- this.type = 1, this._$AH = u, this._$AN = void 0, this.element = t, this.name = e, this._$AM = s, this.options = o, i.length > 2 || i[0] !== "" || i[1] !== "" ? (this._$AH = Array(i.length - 1).fill(new String()), this.strings = i) : this._$AH = u;
454
- }
455
- get tagName() {
456
- return this.element.tagName;
457
- }
458
- get _$AU() {
459
- return this._$AM._$AU;
460
- }
461
- _$AI(t, e = this, i, s) {
462
- const o = this.strings;
463
- let r = !1;
464
- if (o === void 0)
465
- t = E(this, t, e, 0), r = !C(t) || t !== this._$AH && t !== g, r && (this._$AH = t);
466
- else {
467
- const d = t;
468
- let l, h;
469
- for (t = o[0], l = 0; l < o.length - 1; l++)
470
- h = E(this, d[i + l], e, l), h === g && (h = this._$AH[l]), r || (r = !C(h) || h !== this._$AH[l]), h === u ? t = u : t !== u && (t += (h != null ? h : "") + o[l + 1]), this._$AH[l] = h;
471
- }
472
- r && !s && this.P(t);
473
- }
474
- P(t) {
475
- t === u ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t != null ? t : "");
476
- }
477
- }
478
- class gt extends M {
479
- constructor() {
480
- super(...arguments), this.type = 3;
481
- }
482
- P(t) {
483
- this.element[this.name] = t === u ? void 0 : t;
484
- }
485
- }
486
- const Et = m ? m.emptyScript : "";
487
- class St extends M {
488
- constructor() {
489
- super(...arguments), this.type = 4;
490
- }
491
- P(t) {
492
- t && t !== u ? this.element.setAttribute(this.name, Et) : this.element.removeAttribute(this.name);
493
- }
494
- }
495
- class bt extends M {
496
- constructor(t, e, i, s, o) {
497
- super(t, e, i, s, o), this.type = 5;
498
- }
499
- _$AI(t, e = this) {
500
- var i;
501
- if ((t = (i = E(this, t, e, 0)) !== null && i !== void 0 ? i : u) === g)
502
- return;
503
- const s = this._$AH, o = t === u && s !== u || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, r = t !== u && (s === u || o);
504
- o && this.element.removeEventListener(this.name, this, s), r && this.element.addEventListener(this.name, this, t), this._$AH = t;
505
- }
506
- handleEvent(t) {
507
- var e, i;
508
- typeof this._$AH == "function" ? this._$AH.call((i = (e = this.options) === null || e === void 0 ? void 0 : e.host) !== null && i !== void 0 ? i : this.element, t) : this._$AH.handleEvent(t);
509
- }
510
- }
511
- class wt {
512
- constructor(t, e, i) {
513
- this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = i;
514
- }
515
- get _$AU() {
516
- return this._$AM._$AU;
517
- }
518
- _$AI(t) {
519
- E(this, t);
520
- }
521
- }
522
- const it = R.litHtmlPolyfillSupport;
523
- it == null || it(P, U), ((z = R.litHtmlVersions) !== null && z !== void 0 ? z : R.litHtmlVersions = []).push("2.3.0");
524
- /**
525
- * @license
526
- * Copyright 2017 Google LLC
527
- * SPDX-License-Identifier: BSD-3-Clause
528
- */
529
- var j, D;
530
- class b extends f {
531
- constructor() {
532
- super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
533
- }
534
- createRenderRoot() {
535
- var t, e;
536
- const i = super.createRenderRoot();
537
- return (t = (e = this.renderOptions).renderBefore) !== null && t !== void 0 || (e.renderBefore = i.firstChild), i;
538
- }
539
- update(t) {
540
- const e = this.render();
541
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = At(e, this.renderRoot, this.renderOptions);
542
- }
543
- connectedCallback() {
544
- var t;
545
- super.connectedCallback(), (t = this._$Do) === null || t === void 0 || t.setConnected(!0);
546
- }
547
- disconnectedCallback() {
548
- var t;
549
- super.disconnectedCallback(), (t = this._$Do) === null || t === void 0 || t.setConnected(!1);
550
- }
551
- render() {
552
- return g;
553
- }
554
- }
555
- b.finalized = !0, b._$litElement$ = !0, (j = globalThis.litElementHydrateSupport) === null || j === void 0 || j.call(globalThis, { LitElement: b });
556
- const st = globalThis.litElementPolyfillSupport;
557
- st == null || st({ LitElement: b });
558
- ((D = globalThis.litElementVersions) !== null && D !== void 0 ? D : globalThis.litElementVersions = []).push("3.2.2");
559
- /**
560
- * @license
561
- * Copyright 2017 Google LLC
562
- * SPDX-License-Identifier: BSD-3-Clause
563
- */
564
- const Ct = (n) => (t) => typeof t == "function" ? ((e, i) => (customElements.define(e, i), i))(n, t) : ((e, i) => {
565
- const { kind: s, elements: o } = i;
566
- return { kind: s, elements: o, finisher(r) {
567
- customElements.define(e, r);
568
- } };
569
- })(n, t);
570
- /**
571
- * @license
572
- * Copyright 2017 Google LLC
573
- * SPDX-License-Identifier: BSD-3-Clause
574
- */
575
- const Pt = (n, t) => t.kind === "method" && t.descriptor && !("value" in t.descriptor) ? { ...t, finisher(e) {
576
- e.createProperty(t.key, n);
577
- } } : { kind: "field", key: Symbol(), placement: "own", descriptor: {}, originalKey: t.key, initializer() {
578
- typeof t.initializer == "function" && (this[t.key] = t.initializer.call(this));
579
- }, finisher(e) {
580
- e.createProperty(t.key, n);
581
- } };
582
- function at(n) {
583
- return (t, e) => e !== void 0 ? ((i, s, o) => {
584
- s.constructor.createProperty(o, i);
585
- })(n, t, e) : Pt(n, t);
586
- }
587
- /**
588
- * @license
589
- * Copyright 2021 Google LLC
590
- * SPDX-License-Identifier: BSD-3-Clause
591
- */
592
- var B;
593
- ((B = window.HTMLSlotElement) === null || B === void 0 ? void 0 : B.prototype.assignedElements) != null;
594
- var xt = Object.defineProperty, Ut = Object.getOwnPropertyDescriptor, q = (n, t, e, i) => {
595
- for (var s = i > 1 ? void 0 : i ? Ut(t, e) : t, o = n.length - 1, r; o >= 0; o--)
596
- (r = n[o]) && (s = (i ? r(t, e, s) : r(s)) || s);
597
- return i && s && xt(t, e, s), s;
598
- };
599
- let x = class extends b {
600
- constructor() {
601
- super(...arguments), this.src = "", this.height = "100%";
602
- }
603
- render() {
604
- return ft`
605
- <iframe
606
- frameborder="0"
607
- width="100%"
608
- style="height: ${this.height}"
609
- src="/pdfjs-2.15.349-dist/web/viewer.html?file=${this.src}">
610
- </iframe>
611
- `;
612
- }
613
- };
614
- x.styles = ct`
615
- :host {
616
- width: 100%
617
- }
618
- `;
619
- q([
620
- at()
621
- ], x.prototype, "src", 2);
622
- q([
623
- at()
624
- ], x.prototype, "height", 2);
625
- x = q([
626
- Ct("pdfjs-viewer-element")
627
- ], x);
24
+ window.customElements.get("pdfjs-viewer-element") || (window.PdfjsViewerElement = i, window.customElements.define("pdfjs-viewer-element", i));
628
25
  export {
629
- x as PdfjsViewerElement
26
+ i as PdfjsViewerElement,
27
+ i as default
630
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdfjs-viewer-element",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Oleksandr Shevchuk",
@@ -8,19 +8,15 @@
8
8
  },
9
9
  "keywords": [
10
10
  "pdf",
11
- "pdf viewer",
12
11
  "pdfjs",
12
+ "pdf viewer",
13
+ "pdfjs viewer",
13
14
  "web component"
14
15
  ],
15
- "type": "module",
16
- "main": "./dist/pdfjs-viewer-element.umd.cjs",
16
+ "main": "./dist/pdfjs-viewer-element.js",
17
17
  "module": "./dist/pdfjs-viewer-element.js",
18
- "exports": {
19
- ".": {
20
- "import": "./dist/pdfjs-viewer-element.js",
21
- "require": "./dist/pdfjs-viewer-element.umd.cjs"
22
- }
23
- },
18
+ "types": "types/pdfjs-viewer-element.d.ts",
19
+ "type": "module",
24
20
  "repository": {
25
21
  "type": "git",
26
22
  "url": "git+https://github.com/alekswebnet/pdfjs-viewer-element.git"
@@ -29,7 +25,6 @@
29
25
  "bugs": {
30
26
  "url": "https://github.com/alekswebnet/pdfjs-viewer-element/issues"
31
27
  },
32
- "types": "types/pdfjs-viewer-element.d.ts",
33
28
  "files": [
34
29
  "dist",
35
30
  "types"
@@ -38,10 +33,9 @@
38
33
  "dev": "vite",
39
34
  "build": "tsc && vite build"
40
35
  },
41
- "dependencies": {},
42
36
  "devDependencies": {
43
37
  "@types/node": "^18.7.1",
44
38
  "typescript": "^4.6.4",
45
- "vite": "^3.0.6"
39
+ "vite": "^4.1.4"
46
40
  }
47
41
  }