pdfjs-viewer-element 2.0.0 → 2.0.1

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 +3 -3
  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,44 +0,0 @@
1
- (function(p,_){typeof exports=="object"&&typeof module<"u"?_(exports):typeof define=="function"&&define.amd?define(["exports"],_):(p=typeof globalThis<"u"?globalThis:p||self,_(p.PdfjsViewerElement={}))})(this,function(p){"use strict";/**
2
- * @license
3
- * Copyright 2019 Google LLC
4
- * SPDX-License-Identifier: BSD-3-Clause
5
- */const _=window,k=_.ShadowRoot&&(_.ShadyCSS===void 0||_.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,j=Symbol(),K=new WeakMap;class Z{constructor(t,e,i){if(this._$cssResult$=!0,i!==j)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(k&&t===void 0){const i=e!==void 0&&e.length===1;i&&(t=K.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&K.set(e,t))}return t}toString(){return this.cssText}}const dt=n=>new Z(typeof n=="string"?n:n+"",void 0,j),ct=(n,...t)=>{const e=n.length===1?n[0]:t.reduce((i,s,o)=>i+(r=>{if(r._$cssResult$===!0)return r.cssText;if(typeof r=="number")return r;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.")})(s)+n[o+1],n[0]);return new Z(e,n,j)},ut=(n,t)=>{k?n.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet):t.forEach(e=>{const i=document.createElement("style"),s=_.litNonce;s!==void 0&&i.setAttribute("nonce",s),i.textContent=e.cssText,n.appendChild(i)})},J=k?n=>n:n=>n instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return dt(e)})(n):n;/**
6
- * @license
7
- * Copyright 2017 Google LLC
8
- * SPDX-License-Identifier: BSD-3-Clause
9
- */var L;const O=window,F=O.trustedTypes,pt=F?F.emptyScript:"",G=O.reactiveElementPolyfillSupport,z={toAttribute(n,t){switch(t){case Boolean:n=n?pt:null;break;case Object:case Array:n=n==null?n:JSON.stringify(n)}return n},fromAttribute(n,t){let e=n;switch(t){case Boolean:e=n!==null;break;case Number:e=n===null?null:Number(n);break;case Object:case Array:try{e=JSON.parse(n)}catch{e=null}}return e}},Q=(n,t)=>t!==n&&(t==t||n==n),D={attribute:!0,type:String,converter:z,reflect:!1,hasChanged:Q};class A extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;(e=this.h)!==null&&e!==void 0||(this.h=[]),this.h.push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach((e,i)=>{const s=this._$Ep(i,e);s!==void 0&&(this._$Ev.set(s,i),t.push(s))}),t}static createProperty(t,e=D){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i=typeof t=="symbol"?Symbol():"__"+t,s=this.getPropertyDescriptor(t,i,e);s!==void 0&&Object.defineProperty(this.prototype,t,s)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(s){const o=this[t];this[e]=s,this.requestUpdate(t,o,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||D}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const e=this.properties,i=[...Object.getOwnPropertyNames(e),...Object.getOwnPropertySymbols(e)];for(const s of i)this.createProperty(s,e[s])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const s of i)e.unshift(J(s))}else t!==void 0&&e.push(J(t));return e}static _$Ep(t,e){const i=e.attribute;return i===!1?void 0:typeof i=="string"?i:typeof t=="string"?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$Eg(),this.requestUpdate(),(t=this.constructor.h)===null||t===void 0||t.forEach(e=>e(this))}addController(t){var e,i;((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))}removeController(t){var e;(e=this._$ES)===null||e===void 0||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])})}createRenderRoot(){var t;const e=(t=this.shadowRoot)!==null&&t!==void 0?t:this.attachShadow(this.constructor.shadowRootOptions);return ut(e,this.constructor.elementStyles),e}connectedCallback(){var t;this.renderRoot===void 0&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$ES)===null||t===void 0||t.forEach(e=>{var i;return(i=e.hostConnected)===null||i===void 0?void 0:i.call(e)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$ES)===null||t===void 0||t.forEach(e=>{var i;return(i=e.hostDisconnected)===null||i===void 0?void 0:i.call(e)})}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=D){var s;const o=this.constructor._$Ep(t,i);if(o!==void 0&&i.reflect===!0){const r=(((s=i.converter)===null||s===void 0?void 0:s.toAttribute)!==void 0?i.converter:z).toAttribute(e,i.type);this._$El=t,r==null?this.removeAttribute(o):this.setAttribute(o,r),this._$El=null}}_$AK(t,e){var i;const s=this.constructor,o=s._$Ev.get(t);if(o!==void 0&&this._$El!==o){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:z;this._$El=o,this[o]=d.fromAttribute(e,r.type),this._$El=null}}requestUpdate(t,e,i){let s=!0;t!==void 0&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||Q)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),i.reflect===!0&&this._$El!==t&&(this._$EC===void 0&&(this._$EC=new Map),this._$EC.set(t,i))):s=!1),!this.isUpdatePending&&s&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(e){Promise.reject(e)}const t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach((s,o)=>this[o]=s),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),(t=this._$ES)===null||t===void 0||t.forEach(s=>{var o;return(o=s.hostUpdate)===null||o===void 0?void 0:o.call(s)}),this.update(i)):this._$Ek()}catch(s){throw e=!1,this._$Ek(),s}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;(e=this._$ES)===null||e===void 0||e.forEach(i=>{var s;return(s=i.hostUpdated)===null||s===void 0?void 0:s.call(i)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){this._$EC!==void 0&&(this._$EC.forEach((e,i)=>this._$EO(i,this[i],e)),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}A.finalized=!0,A.elementProperties=new Map,A.elementStyles=[],A.shadowRootOptions={mode:"open"},G==null||G({ReactiveElement:A}),((L=O.reactiveElementVersions)!==null&&L!==void 0?L:O.reactiveElementVersions=[]).push("1.4.0");/**
10
- * @license
11
- * Copyright 2017 Google LLC
12
- * SPDX-License-Identifier: BSD-3-Clause
13
- */var V;const T=window,y=T.trustedTypes,X=y?y.createPolicy("lit-html",{createHTML:n=>n}):void 0,f=`lit$${(Math.random()+"").slice(9)}$`,Y="?"+f,$t=`<${Y}>`,g=document,w=(n="")=>g.createComment(n),C=n=>n===null||typeof n!="object"&&typeof n!="function",tt=Array.isArray,vt=n=>tt(n)||typeof(n==null?void 0:n[Symbol.iterator])=="function",P=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,et=/-->/g,it=/>/g,m=RegExp(`>|[
14
- \f\r](?:([^\\s"'>=/]+)([
15
- \f\r]*=[
16
- \f\r]*(?:[^
17
- \f\r"'\`<>=]|("|')|))|$)`,"g"),st=/'/g,nt=/"/g,rt=/^(?:script|style|textarea|title)$/i,_t=n=>(t,...e)=>({_$litType$:n,strings:t,values:e}),ft=_t(1),E=Symbol.for("lit-noChange"),u=Symbol.for("lit-nothing"),ot=new WeakMap,mt=(n,t,e)=>{var i,s;const o=(i=e==null?void 0:e.renderBefore)!==null&&i!==void 0?i:t;let r=o._$litPart$;if(r===void 0){const d=(s=e==null?void 0:e.renderBefore)!==null&&s!==void 0?s:null;o._$litPart$=r=new x(t.insertBefore(w(),d),d,void 0,e!=null?e:{})}return r._$AI(n),r},S=g.createTreeWalker(g,129,null,!1),At=(n,t)=>{const e=n.length-1,i=[];let s,o=t===2?"<svg>":"",r=P;for(let l=0;l<e;l++){const h=n[l];let v,a,c=-1,$=0;for(;$<h.length&&(r.lastIndex=$,a=r.exec(h),a!==null);)$=r.lastIndex,r===P?a[1]==="!--"?r=et:a[1]!==void 0?r=it:a[2]!==void 0?(rt.test(a[2])&&(s=RegExp("</"+a[2],"g")),r=m):a[3]!==void 0&&(r=m):r===m?a[0]===">"?(r=s!=null?s:P,c=-1):a[1]===void 0?c=-2:(c=r.lastIndex-a[2].length,v=a[1],r=a[3]===void 0?m:a[3]==='"'?nt:st):r===nt||r===st?r=m:r===et||r===it?r=P:(r=m,s=void 0);const M=r===m&&n[l+1].startsWith("/>")?" ":"";o+=r===P?h+$t:c>=0?(i.push(v),h.slice(0,c)+"$lit$"+h.slice(c)+f+M):h+f+(c===-2?(i.push(void 0),l):M)}const d=o+(n[e]||"<?>")+(t===2?"</svg>":"");if(!Array.isArray(n)||!n.hasOwnProperty("raw"))throw Error("invalid template strings array");return[X!==void 0?X.createHTML(d):d,i]};class U{constructor({strings:t,_$litType$:e},i){let s;this.parts=[];let o=0,r=0;const d=t.length-1,l=this.parts,[h,v]=At(t,e);if(this.el=U.createElement(h,i),S.currentNode=this.el.content,e===2){const a=this.el.content,c=a.firstChild;c.remove(),a.append(...c.childNodes)}for(;(s=S.nextNode())!==null&&l.length<d;){if(s.nodeType===1){if(s.hasAttributes()){const a=[];for(const c of s.getAttributeNames())if(c.endsWith("$lit$")||c.startsWith(f)){const $=v[r++];if(a.push(c),$!==void 0){const M=s.getAttribute($.toLowerCase()+"$lit$").split(f),R=/([.?@])?(.*)/.exec($);l.push({type:1,index:o,name:R[2],strings:M,ctor:R[1]==="."?gt:R[1]==="?"?St:R[1]==="@"?bt:N})}else l.push({type:6,index:o})}for(const c of a)s.removeAttribute(c)}if(rt.test(s.tagName)){const a=s.textContent.split(f),c=a.length-1;if(c>0){s.textContent=y?y.emptyScript:"";for(let $=0;$<c;$++)s.append(a[$],w()),S.nextNode(),l.push({type:2,index:++o});s.append(a[c],w())}}}else if(s.nodeType===8)if(s.data===Y)l.push({type:2,index:o});else{let a=-1;for(;(a=s.data.indexOf(f,a+1))!==-1;)l.push({type:7,index:o}),a+=f.length-1}o++}}static createElement(t,e){const i=g.createElement("template");return i.innerHTML=t,i}}function b(n,t,e=n,i){var s,o,r,d;if(t===E)return t;let l=i!==void 0?(s=e._$Cl)===null||s===void 0?void 0:s[i]:e._$Cu;const h=C(t)?void 0:t._$litDirective$;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=b(n,l._$AS(n,t.values),l,i)),t}class yt{constructor(t,e){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var e;const{el:{content:i},parts:s}=this._$AD,o=((e=t==null?void 0:t.creationScope)!==null&&e!==void 0?e:g).importNode(i,!0);S.currentNode=o;let r=S.nextNode(),d=0,l=0,h=s[0];for(;h!==void 0;){if(d===h.index){let v;h.type===2?v=new x(r,r.nextSibling,this,t):h.type===1?v=new h.ctor(r,h.name,h.strings,this,t):h.type===6&&(v=new wt(r,this,t)),this.v.push(v),h=s[++l]}d!==(h==null?void 0:h.index)&&(r=S.nextNode(),d++)}return o}m(t){let e=0;for(const i of this.v)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class x{constructor(t,e,i,s){var o;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}get _$AU(){var t,e;return(e=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&e!==void 0?e:this._$C_}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&t.nodeType===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=b(this,t,e),C(t)?t===u||t==null||t===""?(this._$AH!==u&&this._$AR(),this._$AH=u):t!==this._$AH&&t!==E&&this.$(t):t._$litType$!==void 0?this.T(t):t.nodeType!==void 0?this.k(t):vt(t)?this.O(t):this.$(t)}S(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.S(t))}$(t){this._$AH!==u&&C(this._$AH)?this._$AA.nextSibling.data=t:this.k(g.createTextNode(t)),this._$AH=t}T(t){var e;const{values:i,_$litType$:s}=t,o=typeof s=="number"?this._$AC(t):(s.el===void 0&&(s.el=U.createElement(s.h,this.options)),s);if(((e=this._$AH)===null||e===void 0?void 0:e._$AD)===o)this._$AH.m(i);else{const r=new yt(o,this),d=r.p(this.options);r.m(i),this.k(d),this._$AH=r}}_$AC(t){let e=ot.get(t.strings);return e===void 0&&ot.set(t.strings,e=new U(t)),e}O(t){tt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,s=0;for(const o of t)s===e.length?e.push(i=new x(this.S(w()),this.S(w()),this,this.options)):i=e[s],i._$AI(o),s++;s<e.length&&(this._$AR(i&&i._$AB.nextSibling,s),e.length=s)}_$AR(t=this._$AA.nextSibling,e){var i;for((i=this._$AP)===null||i===void 0||i.call(this,!1,!0,e);t&&t!==this._$AB;){const s=t.nextSibling;t.remove(),t=s}}setConnected(t){var e;this._$AM===void 0&&(this._$C_=t,(e=this._$AP)===null||e===void 0||e.call(this,t))}}class N{constructor(t,e,i,s,o){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}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,s){const o=this.strings;let r=!1;if(o===void 0)t=b(this,t,e,0),r=!C(t)||t!==this._$AH&&t!==E,r&&(this._$AH=t);else{const d=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=b(this,d[i+l],e,l),h===E&&(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}r&&!s&&this.P(t)}P(t){t===u?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!=null?t:"")}}class gt extends N{constructor(){super(...arguments),this.type=3}P(t){this.element[this.name]=t===u?void 0:t}}const Et=y?y.emptyScript:"";class St extends N{constructor(){super(...arguments),this.type=4}P(t){t&&t!==u?this.element.setAttribute(this.name,Et):this.element.removeAttribute(this.name)}}class bt extends N{constructor(t,e,i,s,o){super(t,e,i,s,o),this.type=5}_$AI(t,e=this){var i;if((t=(i=b(this,t,e,0))!==null&&i!==void 0?i:u)===E)return;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);o&&this.element.removeEventListener(this.name,this,s),r&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;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)}}class wt{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){b(this,t)}}const lt=T.litHtmlPolyfillSupport;lt==null||lt(U,x),((V=T.litHtmlVersions)!==null&&V!==void 0?V:T.litHtmlVersions=[]).push("2.3.0");/**
18
- * @license
19
- * Copyright 2017 Google LLC
20
- * SPDX-License-Identifier: BSD-3-Clause
21
- */var B,I;class H extends A{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return(t=(e=this.renderOptions).renderBefore)!==null&&t!==void 0||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=mt(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)===null||t===void 0||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)===null||t===void 0||t.setConnected(!1)}render(){return E}}H.finalized=!0,H._$litElement$=!0,(B=globalThis.litElementHydrateSupport)===null||B===void 0||B.call(globalThis,{LitElement:H});const ht=globalThis.litElementPolyfillSupport;ht==null||ht({LitElement:H}),((I=globalThis.litElementVersions)!==null&&I!==void 0?I:globalThis.litElementVersions=[]).push("3.2.2");/**
22
- * @license
23
- * Copyright 2017 Google LLC
24
- * SPDX-License-Identifier: BSD-3-Clause
25
- */const Ct=n=>t=>typeof t=="function"?((e,i)=>(customElements.define(e,i),i))(n,t):((e,i)=>{const{kind:s,elements:o}=i;return{kind:s,elements:o,finisher(r){customElements.define(e,r)}}})(n,t);/**
26
- * @license
27
- * Copyright 2017 Google LLC
28
- * SPDX-License-Identifier: BSD-3-Clause
29
- */const Pt=(n,t)=>t.kind==="method"&&t.descriptor&&!("value"in t.descriptor)?{...t,finisher(e){e.createProperty(t.key,n)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:t.key,initializer(){typeof t.initializer=="function"&&(this[t.key]=t.initializer.call(this))},finisher(e){e.createProperty(t.key,n)}};function at(n){return(t,e)=>e!==void 0?((i,s,o)=>{s.constructor.createProperty(o,i)})(n,t,e):Pt(n,t)}/**
30
- * @license
31
- * Copyright 2021 Google LLC
32
- * SPDX-License-Identifier: BSD-3-Clause
33
- */var W;((W=window.HTMLSlotElement)===null||W===void 0?void 0:W.prototype.assignedElements)!=null;var Ut=Object.defineProperty,xt=Object.getOwnPropertyDescriptor,q=(n,t,e,i)=>{for(var s=i>1?void 0:i?xt(t,e):t,o=n.length-1,r;o>=0;o--)(r=n[o])&&(s=(i?r(t,e,s):r(s))||s);return i&&s&&Ut(t,e,s),s};p.PdfjsViewerElement=class extends H{constructor(){super(...arguments),this.src="",this.height="100%"}render(){return ft`
34
- <iframe
35
- frameborder="0"
36
- width="100%"
37
- style="height: ${this.height}"
38
- src="/pdfjs-2.15.349-dist/web/viewer.html?file=${this.src}">
39
- </iframe>
40
- `}},p.PdfjsViewerElement.styles=ct`
41
- :host {
42
- width: 100%
43
- }
44
- `,q([at()],p.PdfjsViewerElement.prototype,"src",2),q([at()],p.PdfjsViewerElement.prototype,"height",2),p.PdfjsViewerElement=q([Ct("pdfjs-viewer-element")],p.PdfjsViewerElement),Object.defineProperties(p,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/dist/vite.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
File without changes