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,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M8 12a1 1 0 0 1-.707-.293l-5-5a1 1 0 0 1 1.414-1.414L8 9.586l4.293-4.293a1 1 0 0 1 1.414 1.414l-5 5A1 1 0 0 1 8 12z"></path></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M13 11a1 1 0 0 1-.707-.293L8 6.414l-4.293 4.293a1 1 0 0 1-1.414-1.414l5-5a1 1 0 0 1 1.414 0l5 5A1 1 0 0 1 13 11z"></path></svg>
@@ -1,15 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16
5
- 16">
6
- <path
7
- d="M8 16a8 8 0 1 1 8-8 8.009 8.009 0 0 1-8 8zM8 2a6 6 0 1 0 6 6 6.006 6.006 0 0 0-6-6z">
8
- </path>
9
- <path
10
- d="M8 7a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1z">
11
- </path>
12
- <circle
13
- cx="8" cy="5" r="1.188">
14
- </circle>
15
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M13 13c-.3 0-.5-.1-.7-.3L8 8.4l-4.3 4.3c-.9.9-2.3-.5-1.4-1.4l5-5c.4-.4 1-.4 1.4 0l5 5c.6.6.2 1.7-.7 1.7zm0-11H3C1.7 2 1.7 4 3 4h10c1.3 0 1.3-2 0-2z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M15 3.7V13c0 1.5-1.53 3-3 3H7.13c-.72 0-1.63-.5-2.13-1l-5-5s.84-1 .87-1c.13-.1.33-.2.53-.2.1 0 .3.1.4.2L4 10.6V2.7c0-.6.4-1 1-1s1 .4 1 1v4.6h1V1c0-.6.4-1 1-1s1 .4 1 1v6.3h1V1.7c0-.6.4-1 1-1s1 .4 1 1v5.7h1V3.7c0-.6.4-1 1-1s1 .4 1 1z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8 10c-.3 0-.5-.1-.7-.3l-5-5c-.9-.9.5-2.3 1.4-1.4L8 7.6l4.3-4.3c.9-.9 2.3.5 1.4 1.4l-5 5c-.2.2-.4.3-.7.3zm5 2H3c-1.3 0-1.3 2 0 2h10c1.3 0 1.3-2 0-2z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M1 1a1 1 0 011 1v2.4A7 7 0 118 15a7 7 0 01-4.9-2 1 1 0 011.4-1.5 5 5 0 10-1-5.5H6a1 1 0 010 2H1a1 1 0 01-1-1V2a1 1 0 011-1z"/></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M15 1a1 1 0 0 0-1 1v2.418A6.995 6.995 0 1 0 8 15a6.954 6.954 0 0 0 4.95-2.05 1 1 0 0 0-1.414-1.414A5.019 5.019 0 1 1 12.549 6H10a1 1 0 0 0 0 2h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M0 4h1.5c1 0 1.5.5 1.5 1.5v5c0 1-.5 1.5-1.5 1.5H0zM9.5 4c1 0 1.5.5 1.5 1.5v5c0 1-.5 1.5-1.5 1.5h-3c-1 0-1.5-.5-1.5-1.5v-5C5 4.5 5.5 4 6.5 4zM16 4h-1.5c-1 0-1.5.5-1.5 1.5v5c0 1 .5 1.5 1.5 1.5H16z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M9.5 4c1 0 1.5.5 1.5 1.5v5c0 1-.5 1.5-1.5 1.5h-3c-1 0-1.5-.5-1.5-1.5v-5C5 4.5 5.5 4 6.5 4z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M9.5 4c1 0 1.5.5 1.5 1.5v5c0 1-.5 1.5-1.5 1.5h-3c-1 0-1.5-.5-1.5-1.5v-5C5 4.5 5.5 4 6.5 4zM11 0v.5c0 1-.5 1.5-1.5 1.5h-3C5.5 2 5 1.5 5 .5V0h6zM11 16v-.5c0-1-.5-1.5-1.5-1.5h-3c-1 0-1.5.5-1.5 1.5v.5h6z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M5.5 4c1 0 1.5.5 1.5 1.5v5c0 1-.5 1.5-1.5 1.5h-3c-1 0-1.5-.5-1.5-1.5v-5C1 4.5 1.5 4 2.5 4zM7 0v.5C7 1.5 6.5 2 5.5 2h-3C1.5 2 1 1.5 1 .5V0h6zM7 16v-.5c0-1-.5-1.5-1.5-1.5h-3c-1 0-1.5.5-1.5 1.5v.5h6zM13.5 4c1 0 1.5.5 1.5 1.5v5c0 1-.5 1.5-1.5 1.5h-3c-1 0-1.5-.5-1.5-1.5v-5c0-1 .5-1.5 1.5-1.5zM15 0v.5c0 1-.5 1.5-1.5 1.5h-3C9.5 2 9 1.5 9 .5V0h6zM15 16v-.507c0-1-.5-1.5-1.5-1.5h-3C9.5 14 9 14.5 9 15.5v.5h6z"/></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12.408 8.217l-8.083-6.7A.2.2 0 0 0 4 1.672V12.3a.2.2 0 0 0 .333.146l2.56-2.372 1.857 3.9A1.125 1.125 0 1 0 10.782 13L8.913 9.075l3.4-.51a.2.2 0 0 0 .095-.348z"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M1.5 3.5C.5 3.5 0 4 0 5v6.5c0 1 .5 1.5 1.5 1.5h4c1 0 1.5-.5 1.5-1.5V5c0-1-.5-1.5-1.5-1.5zm2 1.2c.8 0 1.4.2 1.8.6.5.4.7 1 .7 1.7 0 .5-.2 1-.5 1.4-.2.3-.5.7-1 1l-.6.4c-.4.3-.6.4-.75.56-.15.14-.25.24-.35.44H6v1.3H1c0-.6.1-1.1.3-1.5.3-.6.7-1 1.5-1.6.7-.4 1.1-.8 1.28-1 .32-.3.42-.6.42-1 0-.3-.1-.6-.23-.8-.17-.2-.37-.3-.77-.3s-.7.1-.9.5c-.04.2-.1.5-.1.9H1.1c0-.6.1-1.1.3-1.5.4-.7 1.1-1.1 2.1-1.1zM10.54 3.54C9.5 3.54 9 4 9 5v6.5c0 1 .5 1.5 1.54 1.5h4c.96 0 1.46-.5 1.46-1.5V5c0-1-.5-1.46-1.5-1.46zm1.9.95c.7 0 1.3.2 1.7.5.4.4.6.8.6 1.4 0 .4-.1.8-.4 1.1-.2.2-.3.3-.5.4.1 0 .3.1.6.3.4.3.5.8.5 1.4 0 .6-.2 1.2-.6 1.6-.4.5-1.1.7-1.9.7-1 0-1.8-.3-2.2-1-.14-.29-.24-.69-.24-1.29h1.4c0 .3 0 .5.1.7.2.4.5.5 1 .5.3 0 .5-.1.7-.3.2-.2.3-.5.3-.8 0-.5-.2-.8-.6-.95-.2-.05-.5-.15-1-.15v-1c.5 0 .8-.1 1-.14.3-.1.5-.4.5-.9 0-.3-.1-.5-.2-.7-.2-.2-.4-.3-.7-.3-.3 0-.6.1-.75.3-.2.2-.2.5-.2.86h-1.34c0-.4.1-.7.19-1.1 0-.12.2-.32.4-.62.2-.2.4-.3.7-.4.3-.1.6-.1 1-.1z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M6 3c-1 0-1.5.5-1.5 1.5v7c0 1 .5 1.5 1.5 1.5h4c1 0 1.5-.5 1.5-1.5v-7c0-1-.5-1.5-1.5-1.5z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M10.56 3.5C9.56 3.5 9 4 9 5v6.5c0 1 .5 1.5 1.5 1.5h4c1 0 1.5-.5 1.5-1.5V5c0-1-.5-1.5-1.5-1.5zm1.93 1.2c.8 0 1.4.2 1.8.64.5.4.7 1 .7 1.7 0 .5-.2 1-.5 1.44-.2.3-.6.6-1 .93l-.6.4c-.4.3-.6.4-.7.55-.1.1-.2.2-.3.4h3.2v1.27h-5c0-.5.1-1 .3-1.43.2-.49.7-1 1.5-1.54.7-.5 1.1-.8 1.3-1.02.3-.3.4-.7.4-1.05 0-.3-.1-.6-.3-.77-.2-.2-.4-.3-.7-.3-.4 0-.7.2-.9.5-.1.2-.1.5-.2.9h-1.4c0-.6.2-1.1.3-1.5.4-.7 1.1-1.1 2-1.1zM1.54 3.5C.54 3.5 0 4 0 5v6.5c0 1 .5 1.5 1.54 1.5h4c1 0 1.5-.5 1.5-1.5V5c0-1-.5-1.5-1.5-1.5zm1.8 1.125H4.5V12H3V6.9H1.3v-1c.5 0 .8 0 .97-.03.33-.07.53-.17.73-.37.1-.2.2-.3.25-.5.05-.2.05-.3.05-.3z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M4 16V2s0-1 1-1h6s1 0 1 1v14l-4-5z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="m14 9h-6c-1.3 0-1.3 2 0 2h6c1.3 0 1.3-2 0-2zm-5.2-8h-3.8c-1.3 0-1.3 2 0 2h1.7zm-6.8 0c-1 0-1.3 1-0.7 1.7 0.7 0.6 1.7 0.3 1.7-0.7 0-0.5-0.4-1-1-1zm3 8c-1 0-1.3 1-0.7 1.7 0.6 0.6 1.7 0.2 1.7-0.7 0-0.5-0.4-1-1-1zm0.3-4h-0.3c-1.4 0-1.4 2 0 2h2.3zm-3.3 0c-0.9 0-1.4 1-0.7 1.7 0.7 0.6 1.7 0.2 1.7-0.7 0-0.6-0.5-1-1-1zm12 8h-9c-1.3 0-1.3 2 0 2h9c1.3 0 1.3-2 0-2zm-12 0c-1 0-1.3 1-0.7 1.7 0.7 0.6 1.7 0.2 1.7-0.712 0-0.5-0.4-1-1-1z"/><path d="m7.37 4.838 3.93-3.911v2.138h3.629v3.546h-3.629v2.138l-3.93-3.911"/></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M14 3h-2v2h2v8H2V5h7V3h-.849L6.584 1.538A2 2 0 0 0 5.219 1H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zM2 3h3.219l1.072 1H2z"></path><path d="M8.146 6.146a.5.5 0 0 0 0 .707l2 2a.5.5 0 0 0 .707 0l2-2a.5.5 0 1 0-.707-.707L11 7.293V.5a.5.5 0 0 0-1 0v6.793L8.854 6.146a.5.5 0 0 0-.708 0z"></path></svg>
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- copied from https://www.svgrepo.com/svg/255881/text -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
- <g>
6
- <g transform="scale(0.03125)">
7
- <path d="M405.787,43.574H8.17c-4.513,0-8.17,3.658-8.17,8.17v119.83c0,4.512,3.657,8.17,8.17,8.17h32.681
8
- c4.513,0,8.17-3.658,8.17-8.17v-24.511h95.319v119.83c0,4.512,3.657,8.17,8.17,8.17c4.513,0,8.17-3.658,8.17-8.17v-128
9
- c0-4.512-3.657-8.17-8.17-8.17H40.851c-4.513,0-8.17,3.658-8.17,8.17v24.511H16.34V59.915h381.277v103.489h-16.34v-24.511
10
- c0-4.512-3.657-8.17-8.17-8.17h-111.66c-4.513,0-8.17,3.658-8.17,8.17v288.681c0,4.512,3.657,8.17,8.17,8.17h57.191v16.34H95.319
11
- v-16.34h57.191c4.513,0,8.17-3.658,8.17-8.17v-128c0-4.512-3.657-8.17-8.17-8.17c-4.513,0-8.17,3.658-8.17,8.17v119.83H87.149
12
- c-4.513,0-8.17,3.658-8.17,8.17v32.681c0,4.512,3.657,8.17,8.17,8.17h239.66c4.513,0,8.17-3.658,8.17-8.17v-32.681
13
- c0-4.512-3.657-8.17-8.17-8.17h-57.192v-272.34h95.319v24.511c0,4.512,3.657,8.17,8.17,8.17h32.681c4.513,0,8.17-3.658,8.17-8.17
14
- V51.745C413.957,47.233,410.3,43.574,405.787,43.574z"/>
15
- </g>
16
- </g>
17
- <g>
18
- <g transform="scale(0.03125)">
19
- <path d="M503.83,452.085h-24.511V59.915h24.511c4.513,0,8.17-3.658,8.17-8.17s-3.657-8.17-8.17-8.17h-65.362
20
- c-4.513,0-8.17,3.658-8.17,8.17s3.657,8.17,8.17,8.17h24.511v392.17h-24.511c-4.513,0-8.17,3.658-8.17,8.17s3.657,8.17,8.17,8.17
21
- h65.362c4.513,0,8.17-3.658,8.17-8.17S508.343,452.085,503.83,452.085z"/>
22
- </g>
23
- </g>
24
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version='1.0' encoding='utf-8'?>
2
- <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
3
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 16 16">
4
- <g>
5
- <g transform="scale(0.03125)">
6
- <path d="m455.1,137.9l-32.4,32.4-81-81.1 32.4-32.4c6.6-6.6 18.1-6.6 24.7,0l56.3,56.4c6.8,6.8 6.8,17.9 0,24.7zm-270.7,271l-81-81.1 209.4-209.7 81,81.1-209.4,209.7zm-99.7-42l60.6,60.7-84.4,23.8 23.8-84.5zm399.3-282.6l-56.3-56.4c-11-11-50.7-31.8-82.4,0l-285.3,285.5c-2.5,2.5-4.3,5.5-5.2,8.9l-43,153.1c-2,7.1 0.1,14.7 5.2,20 5.2,5.3 15.6,6.2 20,5.2l153-43.1c3.4-0.9 6.4-2.7 8.9-5.2l285.1-285.5c22.7-22.7 22.7-59.7 0-82.5z"/>
7
- </g>
8
- </g>
9
- </svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12.407 8.217l-8.083-6.7A.2.2 0 0 0 4 1.672V12.3a.2.2 0 0 0 .333.146l2.56-2.372 1.857 3.9A1.125 1.125 0 1 0 10.782 13L8.913 9.075l3.4-.51a.2.2 0 0 0 .095-.348z"></path></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 11a1 1 0 01-.707-.293l-2.99-2.99c-.91-.942.471-2.324 1.414-1.414L8 8.586l2.283-2.283c.943-.91 2.324.472 1.414 1.414l-2.99 2.99A1 1 0 018 11z"/></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M14.859 3.2a1.335 1.335 0 0 1-1.217.8H13v1h1v8H2V5h8V4h-.642a1.365 1.365 0 0 1-1.325-1.11L6.584 1.538A2 2 0 0 0 5.219 1H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-1.141-1.8zM2 3h3.219l1.072 1H2zm7.854-.146L11 1.707V8.5a.5.5 0 0 0 1 0V1.707l1.146 1.146a.5.5 0 1 0 .707-.707l-2-2a.5.5 0 0 0-.707 0l-2 2a.5.5 0 0 0 .707.707z"></path></svg>
@@ -1,7 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16
5
- 16"><path transform='rotate(90) translate(0, -16)'
6
- d="M15.707 7.293l-6-6a1 1 0 0 0-1.414 1.414L12.586 7H1a1 1 0 0 0 0 2h11.586l-4.293
7
- 4.293a1 1 0 1 0 1.414 1.414l6-6a1 1 0 0 0 0-1.414z"></path></svg>
@@ -1,12 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16
5
- 16">
6
- <path
7
- transform='rotate(90) translate(0, -16)'
8
- d="M15 7H3.414l4.293-4.293a1 1 0 0
9
- 0-1.414-1.414l-6 6a1 1 0 0 0 0 1.414l6 6a1 1 0 0 0 1.414-1.414L3.414 9H15a1 1 0 0
10
- 0 0-2z">
11
- </path>
12
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M.5 1H7s0-1 1-1 1 1 1 1h6.5s.5 0 .5.5-.5.5-.5.5H.5S0 2 0 1.5.5 1 .5 1zM1 3h14v7c0 2-1 2-2 2H3c-1 0-2 0-2-2zm5 1v7l6-3.5zM3.72 15.33l.53-2s0-.5.65-.35c.51.13.38.63.38.63l-.53 2s0 .5-.64.35c-.53-.13-.39-.63-.39-.63zM11.24 15.61l-.53-1.99s0-.5.38-.63c.51-.13.64.35.64.35l.53 2s0 .5-.38.63c-.5.13-.64-.35-.65-.35z"/></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M14 5h-1V1a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4H2a2 2 0 0 0-2 2v5h3v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3h3V7a2 2 0 0 0-2-2zM2.5 8a.5.5 0 1 1 .5-.5.5.5 0 0 1-.5.5zm9.5 7H4v-5h8zm0-10H4V1h8zm-6.5 7h4a.5.5 0 0 0 0-1h-4a.5.5 0 1 0 0 1zm0 2h5a.5.5 0 0 0 0-1h-5a.5.5 0 1 0 0 1z"></path></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M15.707 14.293l-4.822-4.822a6.019 6.019 0 1 0-1.414 1.414l4.822 4.822a1 1 0 0 0 1.414-1.414zM6 10a4 4 0 1 1 4-4 4 4 0 0 1-4 4z"></path></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M8.707 7.293l-5-5a1 1 0 0 0-1.414 1.414L6.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414zm6 0l-5-5a1 1 0 0 0-1.414 1.414L12.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414z"></path></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M3 1h10a3.008 3.008 0 0 1 3 3v8a3.009 3.009 0 0 1-3 3H3a3.005 3.005 0 0 1-3-3V4a3.013 3.013 0 0 1 3-3zm11 11V4a1 1 0 0 0-1-1H8v10h5a1 1 0 0 0 1-1zM2 12a1 1 0 0 0 1 1h4V3H3a1 1 0 0 0-1 1v8z"></path><path d="M3.5 5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1zm0 2h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1zm1 2h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1z"></path></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M6.2 2s.5-.5 1.06 0c.5.5 0 1 0 1l-4.6 4.61s-2.5 2.5 0 5 5 0 5 0L13.8 6.4s1.6-1.6 0-3.2-3.2 0-3.2 0L5.8 8s-.7.7 0 1.4 1.4 0 1.4 0l3.9-3.9s.6-.5 1 0c.5.5 0 1 0 1l-3.8 4s-1.8 1.8-3.5 0C3 8.7 4.8 7 4.8 7l4.7-4.9s2.7-2.6 5.3 0c2.6 2.6 0 5.3 0 5.3l-6.2 6.3s-3.5 3.5-7 0 0-7 0-7z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.233 4.233" height="16" width="16"><path d="M.15 2.992c-.198.1-.2.266-.002.365l1.604.802a.93.93 0 00.729-.001l1.602-.801c.198-.1.197-.264 0-.364l-.695-.348c-1.306.595-2.542 0-2.542 0m-.264.53l.658-.329c.6.252 1.238.244 1.754 0l.659.329-1.536.768zM.15 1.935c-.198.1-.198.265 0 .364l1.604.802a.926.926 0 00.727 0l1.603-.802c.198-.099.198-.264 0-.363l-.694-.35c-1.14.56-2.546.001-2.546.001m-.264.53l.664-.332c.52.266 1.261.235 1.75.002l.659.33-1.537.768zM.15.877c-.198.099-.198.264 0 .363l1.604.802a.926.926 0 00.727 0l1.603-.802c.198-.099.198-.264 0-.363L2.481.075a.926.926 0 00-.727 0zm.43.182L2.117.29l1.538.769-1.538.768z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M14 9H8c-1.3 0-1.3 2 0 2h6c1.3 0 1.3-2 0-2zm0-8H5C3.7 1 3.7 3 5 3h9c1.3 0 1.3-2 0-2zM2 1C1 1 .7 2 1.3 2.7 2 3.3 3 3 3 2c0-.5-.4-1-1-1zm3 8c-1 0-1.3 1-.7 1.7.6.6 1.7.2 1.7-.7 0-.5-.4-1-1-1zM14 5H5C3.6 5 3.6 7 5 7h9c1.3 0 1.3-2 0-2zM2 5c-.9 0-1.4 1-.7 1.7C2 7.3 3 6.9 3 6c0-.6-.5-1-1-1zM14 13H5c-1.3 0-1.3 2 0 2h9c1.3 0 1.3-2 0-2zM2 13c-1 0-1.3 1-.7 1.7.7.6 1.7.2 1.7-.712 0-.5-.4-1-1-1z"/></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g style="--darkreader-inline-fill:rgba(81, 82, 83, 0.8);" data-darkreader-inline-fill=""><rect x="1" y="1" width="6" height="6" rx="1" ry="1"></rect><rect x="9" y="1" width="6" height="6" rx="1" ry="1"></rect><rect x="1" y="9" width="6" height="6" rx="1" ry="1"></rect><rect x="9" y="9" width="6" height="6" rx="1" ry="1"></rect></g></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M14 7H9V2a1 1 0 0 0-2 0v5H2a1 1 0 0 0 0 2h5v5a1 1 0 0 0 2 0V9h5a1 1 0 0 0 0-2z"></path></svg>
@@ -1,4 +0,0 @@
1
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
2
- - License, v. 2.0. If a copy of the MPL was not distributed with this
3
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect x="2" y="7" width="12" height="2" rx="1"></rect></svg>
@@ -1,201 +0,0 @@
1
- # Copyright 2012 Mozilla Foundation
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
- # Main toolbar buttons (tooltips and alt text for images)
16
- previous.title=මීට පෙර පිටුව
17
- previous_label=පෙර
18
- next.title=මීළඟ පිටුව
19
- next_label=මීළඟ
20
-
21
- # LOCALIZATION NOTE (page.title): The tooltip for the pageNumber input.
22
- page.title=පිටුව
23
- # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
24
- # representing the total number of pages in the document.
25
- # LOCALIZATION NOTE (page_of_pages): "{{pageNumber}}" and "{{pagesCount}}"
26
- # will be replaced by a number representing the currently visible page,
27
- # respectively a number representing the total number of pages in the document.
28
-
29
- zoom_out.title=කුඩා කරන්න
30
- zoom_out_label=කුඩා කරන්න
31
- zoom_in.title=විශාල කරන්න
32
- zoom_in_label=විශාල කරන්න
33
- zoom.title=විශාලණය
34
- presentation_mode.title=ඉදිරිපත්කිරීම් ප්‍රකාරය වෙත මාරුවන්න
35
- presentation_mode_label=ඉදිරිපත්කිරීම් ප්‍රකාරය
36
- open_file.title=ගොනුව විවෘත කරන්න
37
- open_file_label=විවෘත කරන්න
38
- print.title=මුද්‍රණය
39
- print_label=මුද්‍රණය
40
- download.title=බාගන්න
41
- download_label=බාගන්න
42
- bookmark.title=දැනට ඇති දසුන (පිටපත් කරන්න හෝ නව කවුළුවක විවෘත කරන්න)
43
- bookmark_label=දැනට ඇති දසුන
44
-
45
- # Secondary toolbar and context menu
46
- tools.title=මෙවලම්
47
- tools_label=මෙවලම්
48
- first_page.title=මුල් පිටුවට යන්න
49
- first_page_label=මුල් පිටුවට යන්න
50
- last_page.title=අවසන් පිටුවට යන්න
51
- last_page_label=අවසන් පිටුවට යන්න
52
- page_rotate_cw.title=දක්ශිණාවර්තව භ්‍රමණය
53
- page_rotate_cw_label=දක්ශිණාවර්තව භ්‍රමණය
54
- page_rotate_ccw.title=වාමාවර්තව භ්‍රමණය
55
- page_rotate_ccw_label=වාමාවර්තව භ්‍රමණය
56
-
57
- cursor_hand_tool_label=අත් මෙවලම
58
-
59
-
60
-
61
- # Document properties dialog box
62
- document_properties.title=ලේඛන වත්කම්...
63
- document_properties_label=ලේඛන වත්කම්...
64
- document_properties_file_name=ගොනු නම:
65
- document_properties_file_size=ගොනු ප්‍රමාණය:
66
- # LOCALIZATION NOTE (document_properties_kb): "{{size_kb}}" and "{{size_b}}"
67
- # will be replaced by the PDF file size in kilobytes, respectively in bytes.
68
- document_properties_kb={{size_kb}} KB ({{size_b}} බයිට)
69
- # LOCALIZATION NOTE (document_properties_mb): "{{size_mb}}" and "{{size_b}}"
70
- # will be replaced by the PDF file size in megabytes, respectively in bytes.
71
- document_properties_mb={{size_mb}} MB ({{size_b}} බයිට)
72
- document_properties_title=සිරස්තලය:
73
- document_properties_author=කතෲ
74
- document_properties_subject=මාතෘකාව:
75
- document_properties_keywords=යතුරු වදන්:
76
- document_properties_creation_date=නිර්මිත දිනය:
77
- document_properties_modification_date=වෙනස්කල දිනය:
78
- # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
79
- # will be replaced by the creation/modification date, and time, of the PDF file.
80
- document_properties_date_string={{date}}, {{time}}
81
- document_properties_creator=නිර්මාපක:
82
- document_properties_producer=PDF නිශ්පාදක:
83
- document_properties_version=PDF නිකුතුව:
84
- document_properties_page_count=පිටු ගණන:
85
- document_properties_page_size=පිටුවේ විශාලත්වය:
86
- document_properties_page_size_unit_inches=අඟල්
87
- document_properties_page_size_unit_millimeters=මිමි
88
- document_properties_page_size_orientation_portrait=සිරස්
89
- document_properties_page_size_orientation_landscape=තිරස්
90
- document_properties_page_size_name_a3=A3
91
- document_properties_page_size_name_a4=A4
92
- # LOCALIZATION NOTE (document_properties_page_size_dimension_string):
93
- # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
94
- # the size, respectively their unit of measurement and orientation, of the (current) page.
95
- document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
96
- # LOCALIZATION NOTE (document_properties_page_size_dimension_name_string):
97
- # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
98
- # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
99
- document_properties_page_size_dimension_name_string={{width}}×{{height}}{{unit}}{{name}}{{orientation}}
100
- # LOCALIZATION NOTE (document_properties_linearized): The linearization status of
101
- # the document; usually called "Fast Web View" in English locales of Adobe software.
102
- document_properties_linearized=වේගවත් ජාල දසුන:
103
- document_properties_linearized_yes=ඔව්
104
- document_properties_linearized_no=නැහැ
105
- document_properties_close=වසන්න
106
-
107
- print_progress_message=ලේඛනය මුද්‍රණය සඳහා සූදානම් කරමින්…
108
- # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
109
- # a numerical per cent value.
110
- print_progress_percent={{progress}}%
111
- print_progress_close=අවලංගු කරන්න
112
-
113
- # Tooltips and alt text for side panel toolbar buttons
114
- # (the _label strings are alt text for the buttons, the .title strings are
115
- # tooltips)
116
- toggle_sidebar.title=පැති තීරුවට මාරුවන්න
117
- toggle_sidebar_label=පැති තීරුවට මාරුවන්න
118
- document_outline_label=ලේඛනයේ පිට මායිම
119
- attachments.title=ඇමිණුම් පෙන්වන්න
120
- attachments_label=ඇමිණුම්
121
- thumbs.title=සිඟිති රූ පෙන්වන්න
122
- thumbs_label=සිඟිති රූ
123
- findbar.title=ලේඛනය තුළ සොයන්න
124
- findbar_label=සොයන්න
125
-
126
- # Thumbnails panel item (tooltip and alt text for images)
127
- # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
128
- # number.
129
- thumb_page_title=පිටුව {{page}}
130
- # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
131
- # number.
132
- thumb_page_canvas=පිටුවෙ සිඟිත රූව {{page}}
133
-
134
- # Find panel button title and messages
135
- find_input.title=සොයන්න
136
- find_previous.title=මේ වාක්‍ය ඛණ්ඩය මීට පෙර යෙදුණු ස්ථානය සොයන්න
137
- find_previous_label=පෙර:
138
- find_next.title=මේ වාක්‍ය ඛණ්ඩය මීළඟට යෙදෙන ස්ථානය සොයන්න
139
- find_next_label=මීළඟ
140
- find_highlight=සියල්ල උද්දීපනය
141
- find_match_case_label=අකුරු ගළපන්න
142
- find_entire_word_label=සම්පූර්ණ වචන
143
- find_reached_top=පිටුවේ ඉහළ කෙළවරට ලගාවිය, පහළ සිට ඉදිරියට යමින්
144
- find_reached_bottom=පිටුවේ පහළ කෙළවරට ලගාවිය, ඉහළ සිට ඉදිරියට යමින්
145
- # LOCALIZATION NOTE (find_match_count): The supported plural forms are
146
- # [one|two|few|many|other], with [other] as the default value.
147
- # "{{current}}" and "{{total}}" will be replaced by a number representing the
148
- # index of the currently active find result, respectively a number representing
149
- # the total number of matches in the document.
150
- # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are
151
- # [zero|one|two|few|many|other], with [other] as the default value.
152
- # "{{limit}}" will be replaced by a numerical value.
153
- find_match_count_limit[zero]=ගැලපුම් {{limit}} ට වඩා
154
- find_not_found=ඔබ සෙව් වචන හමු නොවීය
155
-
156
- # Error panel labels
157
- error_more_info=බොහෝ තොරතුරු
158
- error_less_info=අවම තොරතුරු
159
- error_close=වසන්න
160
- # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
161
- # replaced by the PDF.JS version and build ID.
162
- error_version_info=PDF.js v{{version}} (නිකුතුව: {{build}})
163
- # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
164
- # english string describing the error.
165
- error_message=පණිවිඩය: {{message}}
166
- # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
167
- # trace.
168
- error_stack=Stack: {{stack}}
169
- # LOCALIZATION NOTE (error_file): "{{file}}" will be replaced with a filename
170
- error_file=ගොනුව: {{file}}
171
- # LOCALIZATION NOTE (error_line): "{{line}}" will be replaced with a line number
172
- error_line=පේළිය: {{line}}
173
- rendering_error=පිටුව රෙන්ඩර් විමේදි ගැටලුවක් හට ගැනුණි.
174
-
175
- # Predefined zoom values
176
- page_scale_width=පිටුවේ පළල
177
- page_scale_fit=පිටුවට සුදුසු ලෙස
178
- page_scale_auto=ස්වයංක්‍රීය විශාලණය
179
- page_scale_actual=නියමිත ප්‍රමාණය
180
- # LOCALIZATION NOTE (page_scale_percent): "{{scale}}" will be replaced by a
181
- # numerical scale value.
182
- page_scale_percent={{scale}}%
183
-
184
- loading_error=PDF පූරණය විමේදි දෝෂයක් හට ගැනුණි.
185
- invalid_file_error=දූශිත හෝ සාවද්‍ය PDF ගොනුව.
186
- missing_file_error=නැතිවූ PDF ගොනුව.
187
- unexpected_response_error=බලාපොරොත්තු නොවූ සේවාදායක ප්‍රතිචාරය.
188
-
189
- # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
190
- # "{{type}}" will be replaced with an annotation type from a list defined in
191
- # the PDF spec (32000-1:2008 Table 169 – Annotation types).
192
- # Some common types are e.g.: "Check", "Text", "Comment", "Note"
193
- text_annotation_type.alt=[{{type}} විස්තරය]
194
- password_label=මෙම PDF ගොනුව විවෘත කිරීමට මුරපදය ඇතුළත් කරන්න.
195
- password_invalid=වැරදි මුරපදයක්. කරුණාකර නැවත උත්සහ කරන්න.
196
- password_ok=හරි
197
- password_cancel=එපා
198
-
199
- printing_not_supported=අවවාදයයි: මෙම ගවේශකය මුද්‍රණය සඳහා සම්පූර්ණයෙන් සහය නොදක්වයි.
200
- printing_not_ready=අවවාදයයි: මුද්‍රණය සඳහා PDF සම්පූර්ණයෙන් පූර්ණය වී නොමැත.
201
- web_fonts_disabled=ජාල අකුරු අක්‍රීයයි: තිළැලි PDF අකුරු භාවිත කළ නොහැක.