@l1yp/file-viewer 0.1.0

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 (373) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +134 -0
  3. package/dist/FileViewer.js +7 -0
  4. package/dist/FileViewer.vue.d.ts +37 -0
  5. package/dist/FileViewer.vue_vue_type_script_setup_true_lang.js +103 -0
  6. package/dist/_virtual/_plugin-vue_export-helper.js +8 -0
  7. package/dist/components/AppxViewer.js +7 -0
  8. package/dist/components/AppxViewer.vue.d.ts +18 -0
  9. package/dist/components/AppxViewer.vue_vue_type_script_setup_true_lang.js +174 -0
  10. package/dist/components/ArchiveBrowser.js +7 -0
  11. package/dist/components/ArchiveBrowser.vue.d.ts +18 -0
  12. package/dist/components/ArchiveBrowser.vue_vue_type_script_setup_true_lang.js +279 -0
  13. package/dist/components/AudioViewer.js +7 -0
  14. package/dist/components/AudioViewer.vue.d.ts +21 -0
  15. package/dist/components/AudioViewer.vue_vue_type_script_setup_true_lang.js +201 -0
  16. package/dist/components/BinObjBrowser.js +7 -0
  17. package/dist/components/BinObjBrowser.vue.d.ts +19 -0
  18. package/dist/components/BinObjBrowser.vue_vue_type_script_setup_true_lang.js +141 -0
  19. package/dist/components/CertViewer.js +7 -0
  20. package/dist/components/CertViewer.vue.d.ts +17 -0
  21. package/dist/components/CertViewer.vue_vue_type_script_setup_true_lang.js +251 -0
  22. package/dist/components/ClassViewer.js +7 -0
  23. package/dist/components/ClassViewer.vue.d.ts +15 -0
  24. package/dist/components/ClassViewer.vue_vue_type_script_setup_true_lang.js +164 -0
  25. package/dist/components/CodeBlock.js +7 -0
  26. package/dist/components/CodeBlock.vue.d.ts +17 -0
  27. package/dist/components/CodeBlock.vue_vue_type_script_setup_true_lang.js +79 -0
  28. package/dist/components/CodeView.js +7 -0
  29. package/dist/components/CodeView.vue.d.ts +21 -0
  30. package/dist/components/CodeView.vue_vue_type_script_setup_true_lang.js +180 -0
  31. package/dist/components/CsvViewer.js +7 -0
  32. package/dist/components/CsvViewer.vue.d.ts +26 -0
  33. package/dist/components/CsvViewer.vue_vue_type_script_setup_true_lang.js +187 -0
  34. package/dist/components/DicomViewer.js +7 -0
  35. package/dist/components/DicomViewer.vue.d.ts +30 -0
  36. package/dist/components/DicomViewer.vue_vue_type_script_setup_true_lang.js +362 -0
  37. package/dist/components/DocxViewer.js +7 -0
  38. package/dist/components/DocxViewer.vue.d.ts +19 -0
  39. package/dist/components/DocxViewer.vue_vue_type_script_setup_true_lang.js +59 -0
  40. package/dist/components/DrawioViewer.js +7 -0
  41. package/dist/components/DrawioViewer.vue.d.ts +16 -0
  42. package/dist/components/DrawioViewer.vue_vue_type_script_setup_true_lang.js +38 -0
  43. package/dist/components/DxfViewer.js +7 -0
  44. package/dist/components/DxfViewer.vue.d.ts +14 -0
  45. package/dist/components/DxfViewer.vue_vue_type_script_setup_true_lang.js +239 -0
  46. package/dist/components/EbookViewer.js +7 -0
  47. package/dist/components/EbookViewer.vue.d.ts +22 -0
  48. package/dist/components/EbookViewer.vue_vue_type_script_setup_true_lang.js +170 -0
  49. package/dist/components/EmlViewer.js +7 -0
  50. package/dist/components/EmlViewer.vue.d.ts +21 -0
  51. package/dist/components/EmlViewer.vue_vue_type_script_setup_true_lang.js +193 -0
  52. package/dist/components/EplViewer.js +7 -0
  53. package/dist/components/EplViewer.vue.d.ts +19 -0
  54. package/dist/components/EplViewer.vue_vue_type_script_setup_true_lang.js +201 -0
  55. package/dist/components/FileViewerBody.js +7 -0
  56. package/dist/components/FileViewerBody.vue.d.ts +47 -0
  57. package/dist/components/FileViewerBody.vue_vue_type_script_setup_true_lang.js +599 -0
  58. package/dist/components/FileViewerPanel.js +7 -0
  59. package/dist/components/FileViewerPanel.vue.d.ts +3 -0
  60. package/dist/components/FileViewerPanel.vue_vue_type_script_setup_true_lang.js +207 -0
  61. package/dist/components/FontViewer.js +7 -0
  62. package/dist/components/FontViewer.vue.d.ts +17 -0
  63. package/dist/components/FontViewer.vue_vue_type_script_setup_true_lang.js +120 -0
  64. package/dist/components/FrontmatterCard.js +7 -0
  65. package/dist/components/FrontmatterCard.vue.d.ts +11 -0
  66. package/dist/components/FrontmatterCard.vue_vue_type_script_setup_true_lang.js +30 -0
  67. package/dist/components/GeoViewer.js +7 -0
  68. package/dist/components/GeoViewer.vue.d.ts +17 -0
  69. package/dist/components/GeoViewer.vue_vue_type_script_setup_true_lang.js +255 -0
  70. package/dist/components/HarViewer.js +7 -0
  71. package/dist/components/HarViewer.vue.d.ts +20 -0
  72. package/dist/components/HarViewer.vue_vue_type_script_setup_true_lang.js +322 -0
  73. package/dist/components/HexViewer.js +7 -0
  74. package/dist/components/HexViewer.vue.d.ts +22 -0
  75. package/dist/components/HexViewer.vue_vue_type_script_setup_true_lang.js +121 -0
  76. package/dist/components/HprofViewer.js +7 -0
  77. package/dist/components/HprofViewer.vue.d.ts +27 -0
  78. package/dist/components/HprofViewer.vue_vue_type_script_setup_true_lang.js +561 -0
  79. package/dist/components/ImageLightbox.js +7 -0
  80. package/dist/components/ImageLightbox.vue.d.ts +3 -0
  81. package/dist/components/ImageLightbox.vue_vue_type_script_setup_true_lang.js +86 -0
  82. package/dist/components/InlineText.d.ts +29 -0
  83. package/dist/components/InlineText.js +21 -0
  84. package/dist/components/JksViewer.js +7 -0
  85. package/dist/components/JksViewer.vue.d.ts +22 -0
  86. package/dist/components/JksViewer.vue_vue_type_script_setup_true_lang.js +353 -0
  87. package/dist/components/JsonlViewer.js +7 -0
  88. package/dist/components/JsonlViewer.vue.d.ts +15 -0
  89. package/dist/components/JsonlViewer.vue_vue_type_script_setup_true_lang.js +103 -0
  90. package/dist/components/LogViewer.js +7 -0
  91. package/dist/components/LogViewer.vue.d.ts +29 -0
  92. package/dist/components/LogViewer.vue_vue_type_script_setup_true_lang.js +670 -0
  93. package/dist/components/LrcViewer.js +7 -0
  94. package/dist/components/LrcViewer.vue.d.ts +17 -0
  95. package/dist/components/LrcViewer.vue_vue_type_script_setup_true_lang.js +106 -0
  96. package/dist/components/MarkdownTable.js +7 -0
  97. package/dist/components/MarkdownTable.vue.d.ts +19 -0
  98. package/dist/components/MarkdownTable.vue_vue_type_script_setup_true_lang.js +71 -0
  99. package/dist/components/MarkdownText.d.ts +30 -0
  100. package/dist/components/MarkdownText.js +21 -0
  101. package/dist/components/MhtViewer.js +7 -0
  102. package/dist/components/MhtViewer.vue.d.ts +22 -0
  103. package/dist/components/MhtViewer.vue_vue_type_script_setup_true_lang.js +112 -0
  104. package/dist/components/MindMapView.js +7 -0
  105. package/dist/components/MindMapView.vue.d.ts +23 -0
  106. package/dist/components/MindMapView.vue_vue_type_script_setup_true_lang.js +337 -0
  107. package/dist/components/MissingDependency.js +7 -0
  108. package/dist/components/MissingDependency.vue.d.ts +17 -0
  109. package/dist/components/MissingDependency.vue_vue_type_script_setup_true_lang.js +37 -0
  110. package/dist/components/ModelViewer.js +7 -0
  111. package/dist/components/ModelViewer.vue.d.ts +18 -0
  112. package/dist/components/ModelViewer.vue_vue_type_script_setup_true_lang.js +157 -0
  113. package/dist/components/MsiViewer.js +7 -0
  114. package/dist/components/MsiViewer.vue.d.ts +19 -0
  115. package/dist/components/MsiViewer.vue_vue_type_script_setup_true_lang.js +136 -0
  116. package/dist/components/NotebookViewer.js +7 -0
  117. package/dist/components/NotebookViewer.vue.d.ts +20 -0
  118. package/dist/components/NotebookViewer.vue_vue_type_script_setup_true_lang.js +125 -0
  119. package/dist/components/PdfViewer.js +7 -0
  120. package/dist/components/PdfViewer.vue.d.ts +19 -0
  121. package/dist/components/PdfViewer.vue_vue_type_script_setup_true_lang.js +114 -0
  122. package/dist/components/PptxViewer.js +7 -0
  123. package/dist/components/PptxViewer.vue.d.ts +20 -0
  124. package/dist/components/PptxViewer.vue_vue_type_script_setup_true_lang.js +73 -0
  125. package/dist/components/PsdViewer.js +7 -0
  126. package/dist/components/PsdViewer.vue.d.ts +15 -0
  127. package/dist/components/PsdViewer.vue_vue_type_script_setup_true_lang.js +218 -0
  128. package/dist/components/QmcAudioViewer.js +7 -0
  129. package/dist/components/QmcAudioViewer.vue.d.ts +18 -0
  130. package/dist/components/QmcAudioViewer.vue_vue_type_script_setup_true_lang.js +92 -0
  131. package/dist/components/RasterViewer.js +7 -0
  132. package/dist/components/RasterViewer.vue.d.ts +21 -0
  133. package/dist/components/RasterViewer.vue_vue_type_script_setup_true_lang.js +161 -0
  134. package/dist/components/RtfViewer.js +7 -0
  135. package/dist/components/RtfViewer.vue.d.ts +21 -0
  136. package/dist/components/RtfViewer.vue_vue_type_script_setup_true_lang.js +66 -0
  137. package/dist/components/SevenZipBrowser.js +7 -0
  138. package/dist/components/SevenZipBrowser.vue.d.ts +13 -0
  139. package/dist/components/SevenZipBrowser.vue_vue_type_script_setup_true_lang.js +366 -0
  140. package/dist/components/SqliteViewer.js +7 -0
  141. package/dist/components/SqliteViewer.vue.d.ts +18 -0
  142. package/dist/components/SqliteViewer.vue_vue_type_script_setup_true_lang.js +186 -0
  143. package/dist/components/SubtitleViewer.js +7 -0
  144. package/dist/components/SubtitleViewer.vue.d.ts +15 -0
  145. package/dist/components/SubtitleViewer.vue_vue_type_script_setup_true_lang.js +48 -0
  146. package/dist/components/XlsxChart.js +7 -0
  147. package/dist/components/XlsxChart.vue.d.ts +14 -0
  148. package/dist/components/XlsxChart.vue_vue_type_script_setup_true_lang.js +240 -0
  149. package/dist/components/XlsxViewer.js +7 -0
  150. package/dist/components/XlsxViewer.vue.d.ts +22 -0
  151. package/dist/components/XlsxViewer.vue_vue_type_script_setup_true_lang.js +814 -0
  152. package/dist/components/XmindViewer.js +7 -0
  153. package/dist/components/XmindViewer.vue.d.ts +13 -0
  154. package/dist/components/XmindViewer.vue_vue_type_script_setup_true_lang.js +48 -0
  155. package/dist/components/ZipBrowser.js +7 -0
  156. package/dist/components/ZipBrowser.vue.d.ts +14 -0
  157. package/dist/components/ZipBrowser.vue_vue_type_script_setup_true_lang.js +326 -0
  158. package/dist/components/ZoomImage.js +7 -0
  159. package/dist/components/ZoomImage.vue.d.ts +29 -0
  160. package/dist/components/ZoomImage.vue_vue_type_script_setup_true_lang.js +147 -0
  161. package/dist/components/epl/EplCodeBlock.js +7 -0
  162. package/dist/components/epl/EplCodeBlock.vue.d.ts +15 -0
  163. package/dist/components/epl/EplCodeBlock.vue_vue_type_script_setup_true_lang.js +72 -0
  164. package/dist/components/epl/EplDoc.js +7 -0
  165. package/dist/components/epl/EplDoc.vue.d.ts +19 -0
  166. package/dist/components/epl/EplDoc.vue_vue_type_script_setup_true_lang.js +327 -0
  167. package/dist/components/epl/EplMethod.js +7 -0
  168. package/dist/components/epl/EplMethod.vue.d.ts +14 -0
  169. package/dist/components/epl/EplMethod.vue_vue_type_script_setup_true_lang.js +100 -0
  170. package/dist/components/epl/EplResource.js +7 -0
  171. package/dist/components/epl/EplResource.vue.d.ts +15 -0
  172. package/dist/components/epl/EplResource.vue_vue_type_script_setup_true_lang.js +204 -0
  173. package/dist/components/epl/EplTree.js +7 -0
  174. package/dist/components/epl/EplTree.vue.d.ts +27 -0
  175. package/dist/components/epl/EplTree.vue_vue_type_script_setup_true_lang.js +123 -0
  176. package/dist/components/epl/EplVarTable.js +7 -0
  177. package/dist/components/epl/EplVarTable.vue.d.ts +21 -0
  178. package/dist/components/epl/EplVarTable.vue_vue_type_script_setup_true_lang.js +60 -0
  179. package/dist/components/epl/docTypes.d.ts +12 -0
  180. package/dist/components/epl/numbering.d.ts +21 -0
  181. package/dist/components/epl/numbering.js +14 -0
  182. package/dist/components/icons/Icon.js +7 -0
  183. package/dist/components/icons/Icon.vue.d.ts +14 -0
  184. package/dist/components/icons/Icon.vue_vue_type_script_setup_true_lang.js +33 -0
  185. package/dist/components/icons/iconPaths.d.ts +60 -0
  186. package/dist/components/icons/iconPaths.js +54 -0
  187. package/dist/components/optionalViewer.d.ts +14 -0
  188. package/dist/components/optionalViewer.js +37 -0
  189. package/dist/components/ui/ClampBlock.d.ts +82 -0
  190. package/dist/components/ui/ClampBlock.js +63 -0
  191. package/dist/composables/useFileViewer.d.ts +428 -0
  192. package/dist/composables/useFileViewer.js +27 -0
  193. package/dist/composables/useLightbox.d.ts +33 -0
  194. package/dist/composables/useLightbox.js +17 -0
  195. package/dist/composables/useLogRules.d.ts +47 -0
  196. package/dist/composables/useLogRules.js +74 -0
  197. package/dist/index.d.ts +44 -0
  198. package/dist/index.js +30 -0
  199. package/dist/lib/aes.d.ts +25 -0
  200. package/dist/lib/aes.js +99 -0
  201. package/dist/lib/appx.d.ts +66 -0
  202. package/dist/lib/appx.js +112 -0
  203. package/dist/lib/archive.d.ts +29 -0
  204. package/dist/lib/asn1.d.ts +47 -0
  205. package/dist/lib/asn1.js +122 -0
  206. package/dist/lib/binobj.d.ts +69 -0
  207. package/dist/lib/binobj.js +430 -0
  208. package/dist/lib/brotli.d.ts +14 -0
  209. package/dist/lib/brotli.js +16 -0
  210. package/dist/lib/bzip2.d.ts +14 -0
  211. package/dist/lib/bzip2.js +161 -0
  212. package/dist/lib/classfile.d.ts +72 -0
  213. package/dist/lib/classfile.js +210 -0
  214. package/dist/lib/codePreview.d.ts +22 -0
  215. package/dist/lib/codePreview.js +27 -0
  216. package/dist/lib/codefold.d.ts +14 -0
  217. package/dist/lib/codefold.js +30 -0
  218. package/dist/lib/codeformat.d.ts +21 -0
  219. package/dist/lib/codeformat.js +130 -0
  220. package/dist/lib/csv.d.ts +19 -0
  221. package/dist/lib/csv.js +74 -0
  222. package/dist/lib/des.d.ts +17 -0
  223. package/dist/lib/des.js +928 -0
  224. package/dist/lib/diagram.d.ts +5 -0
  225. package/dist/lib/diagram.js +479 -0
  226. package/dist/lib/dicom.d.ts +69 -0
  227. package/dist/lib/dicom.js +442 -0
  228. package/dist/lib/dicomCodecs.d.ts +28 -0
  229. package/dist/lib/dicomCodecs.js +156 -0
  230. package/dist/lib/dicomRender.d.ts +46 -0
  231. package/dist/lib/dicomRender.js +114 -0
  232. package/dist/lib/dxf.d.ts +86 -0
  233. package/dist/lib/dxf.js +399 -0
  234. package/dist/lib/eml.d.ts +40 -0
  235. package/dist/lib/eml.js +46 -0
  236. package/dist/lib/encoding.d.ts +28 -0
  237. package/dist/lib/encoding.js +44 -0
  238. package/dist/lib/epl/code/ast.d.ts +150 -0
  239. package/dist/lib/epl/code/codeDataParser.d.ts +3 -0
  240. package/dist/lib/epl/code/codeDataParser.js +330 -0
  241. package/dist/lib/epl/code/codeLines.d.ts +20 -0
  242. package/dist/lib/epl/code/codeLines.js +191 -0
  243. package/dist/lib/epl/code/structures.d.ts +86 -0
  244. package/dist/lib/epl/code/textCode.d.ts +29 -0
  245. package/dist/lib/epl/code/textCode.js +150 -0
  246. package/dist/lib/epl/code/variable.d.ts +25 -0
  247. package/dist/lib/epl/eplDocument.d.ts +21 -0
  248. package/dist/lib/epl/eplDocument.js +36 -0
  249. package/dist/lib/epl/imageList.d.ts +28 -0
  250. package/dist/lib/epl/imageList.js +66 -0
  251. package/dist/lib/epl/index.d.ts +53 -0
  252. package/dist/lib/epl/index.js +45 -0
  253. package/dist/lib/epl/io/binaryReader.d.ts +56 -0
  254. package/dist/lib/epl/io/binaryReader.js +119 -0
  255. package/dist/lib/epl/io/encoding.d.ts +16 -0
  256. package/dist/lib/epl/io/encoding.js +27 -0
  257. package/dist/lib/epl/model/eplSystemId.d.ts +64 -0
  258. package/dist/lib/epl/model/eplSystemId.js +16 -0
  259. package/dist/lib/epl/model/section.d.ts +46 -0
  260. package/dist/lib/epl/names/eplLibData.js +39 -0
  261. package/dist/lib/epl/names/idToNameMap.d.ts +33 -0
  262. package/dist/lib/epl/names/idToNameMap.js +130 -0
  263. package/dist/lib/epl/names/libNameProvider.d.ts +15 -0
  264. package/dist/lib/epl/names/libNameProvider.js +18 -0
  265. package/dist/lib/epl/program.d.ts +120 -0
  266. package/dist/lib/epl/program.js +134 -0
  267. package/dist/lib/epl/projectFileReader.d.ts +23 -0
  268. package/dist/lib/epl/projectFileReader.js +65 -0
  269. package/dist/lib/epl/sections/code.d.ts +20 -0
  270. package/dist/lib/epl/sections/esystemInfo.d.ts +14 -0
  271. package/dist/lib/epl/sections/losable.d.ts +11 -0
  272. package/dist/lib/epl/sections/projectConfig.d.ts +23 -0
  273. package/dist/lib/epl/sections/resource.d.ts +57 -0
  274. package/dist/lib/fb2.d.ts +14 -0
  275. package/dist/lib/fb2.js +62 -0
  276. package/dist/lib/fileType.d.ts +315 -0
  277. package/dist/lib/fileType.js +800 -0
  278. package/dist/lib/fonts.d.ts +8 -0
  279. package/dist/lib/fonts.js +4 -0
  280. package/dist/lib/format.d.ts +16 -0
  281. package/dist/lib/format.js +38 -0
  282. package/dist/lib/frontmatter.d.ts +13 -0
  283. package/dist/lib/frontmatter.js +23 -0
  284. package/dist/lib/geo.d.ts +30 -0
  285. package/dist/lib/geo.js +235 -0
  286. package/dist/lib/har.d.ts +171 -0
  287. package/dist/lib/har.js +397 -0
  288. package/dist/lib/highlight.d.ts +18 -0
  289. package/dist/lib/highlight.js +34 -0
  290. package/dist/lib/highlightLangs.d.ts +15 -0
  291. package/dist/lib/highlightLangs.js +93 -0
  292. package/dist/lib/hprof.d.ts +211 -0
  293. package/dist/lib/hprof.js +709 -0
  294. package/dist/lib/ipynb.d.ts +48 -0
  295. package/dist/lib/ipynb.js +130 -0
  296. package/dist/lib/jks.d.ts +86 -0
  297. package/dist/lib/jks.js +167 -0
  298. package/dist/lib/jsonl.d.ts +29 -0
  299. package/dist/lib/jsonl.js +24 -0
  300. package/dist/lib/lrc.d.ts +32 -0
  301. package/dist/lib/lrc.js +84 -0
  302. package/dist/lib/lzma.d.ts +70 -0
  303. package/dist/lib/lzma.js +204 -0
  304. package/dist/lib/markdown/blocks.d.ts +9 -0
  305. package/dist/lib/markdown/blocks.js +221 -0
  306. package/dist/lib/markdown/index.d.ts +3 -0
  307. package/dist/lib/markdown/inline.d.ts +33 -0
  308. package/dist/lib/markdown/inline.js +84 -0
  309. package/dist/lib/markdown/math.d.ts +5 -0
  310. package/dist/lib/markdown/math.js +25 -0
  311. package/dist/lib/markdown/segmentize.d.ts +11 -0
  312. package/dist/lib/markdown/segmentize.js +28 -0
  313. package/dist/lib/markdown/styles.d.ts +26 -0
  314. package/dist/lib/markdown/styles.js +135 -0
  315. package/dist/lib/mht.d.ts +51 -0
  316. package/dist/lib/mht.js +122 -0
  317. package/dist/lib/midi.d.ts +28 -0
  318. package/dist/lib/midi.js +84 -0
  319. package/dist/lib/mime.d.ts +82 -0
  320. package/dist/lib/mime.js +151 -0
  321. package/dist/lib/mindmap.d.ts +51 -0
  322. package/dist/lib/mindmap.js +113 -0
  323. package/dist/lib/mobi.d.ts +15 -0
  324. package/dist/lib/mobi.js +68 -0
  325. package/dist/lib/msi.d.ts +50 -0
  326. package/dist/lib/msi.js +332 -0
  327. package/dist/lib/optionalDep.d.ts +26 -0
  328. package/dist/lib/optionalDep.js +20 -0
  329. package/dist/lib/pkcs12.d.ts +56 -0
  330. package/dist/lib/pkcs12.js +356 -0
  331. package/dist/lib/qmc.d.ts +50 -0
  332. package/dist/lib/qmc.js +213 -0
  333. package/dist/lib/rar.d.ts +16 -0
  334. package/dist/lib/rar.js +40 -0
  335. package/dist/lib/rawPreview.d.ts +12 -0
  336. package/dist/lib/rawPreview.js +54 -0
  337. package/dist/lib/rc2.d.ts +12 -0
  338. package/dist/lib/rc2.js +298 -0
  339. package/dist/lib/resolveInput.d.ts +22 -0
  340. package/dist/lib/resolveInput.js +55 -0
  341. package/dist/lib/rtf.d.ts +53 -0
  342. package/dist/lib/rtf.js +413 -0
  343. package/dist/lib/sevenZip.d.ts +82 -0
  344. package/dist/lib/sevenZip.js +395 -0
  345. package/dist/lib/sha1.d.ts +24 -0
  346. package/dist/lib/sha1.js +53 -0
  347. package/dist/lib/sha256.d.ts +21 -0
  348. package/dist/lib/sha256.js +119 -0
  349. package/dist/lib/speechAudio.d.ts +36 -0
  350. package/dist/lib/speechAudio.js +85 -0
  351. package/dist/lib/sqlite.d.ts +38 -0
  352. package/dist/lib/sqlite.js +104 -0
  353. package/dist/lib/subtitle.d.ts +26 -0
  354. package/dist/lib/subtitle.js +99 -0
  355. package/dist/lib/tarball.d.ts +20 -0
  356. package/dist/lib/tarball.js +248 -0
  357. package/dist/lib/viewerFormats.d.ts +35 -0
  358. package/dist/lib/viewerFormats.js +83 -0
  359. package/dist/lib/viewerKind.d.ts +36 -0
  360. package/dist/lib/viewerKind.js +233 -0
  361. package/dist/lib/x509.d.ts +68 -0
  362. package/dist/lib/x509.js +267 -0
  363. package/dist/lib/xlsx.d.ts +55 -0
  364. package/dist/lib/xlsx.js +321 -0
  365. package/dist/lib/xlsxCharts.d.ts +34 -0
  366. package/dist/lib/xlsxCharts.js +152 -0
  367. package/dist/lib/xmind.d.ts +6 -0
  368. package/dist/lib/xmind.js +124 -0
  369. package/dist/lib/zip.d.ts +56 -0
  370. package/dist/lib/zip.js +169 -0
  371. package/dist/style.css +2 -0
  372. package/dist/types.d.ts +42 -0
  373. package/package.json +128 -0
@@ -0,0 +1,106 @@
1
+ import e from "./icons/Icon.js";
2
+ import { decodeTextSniff as t } from "../lib/encoding.js";
3
+ import { parseLrc as n } from "../lib/lrc.js";
4
+ import { Fragment as r, computed as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createVNode as c, defineComponent as l, normalizeClass as u, onBeforeUnmount as d, openBlock as f, ref as p, renderList as m, toDisplayString as h, watch as g } from "vue";
5
+ //#region src/components/LrcViewer.vue?vue&type=script&setup=true&lang.ts
6
+ var _ = { class: "lrc" }, v = { class: "lrc__head" }, y = {
7
+ key: 0,
8
+ class: "lrc__count"
9
+ }, b = {
10
+ key: 1,
11
+ class: "lrc__count"
12
+ }, x = {
13
+ key: 2,
14
+ class: "lrc__dim"
15
+ }, S = {
16
+ class: "lrc__toggle",
17
+ role: "group",
18
+ "aria-label": "渲染或源码"
19
+ }, C = {
20
+ key: 0,
21
+ class: "lrc__msg"
22
+ }, w = {
23
+ key: 1,
24
+ class: "lrc__msg lrc__msg--error"
25
+ }, T = {
26
+ key: 2,
27
+ class: "lrc__source"
28
+ }, E = {
29
+ key: 3,
30
+ class: "lrc__body"
31
+ }, D = {
32
+ key: 0,
33
+ class: "lrc__info"
34
+ }, O = {
35
+ key: 0,
36
+ class: "lrc__title"
37
+ }, k = { class: "lrc__sub" }, A = { key: 0 }, j = {
38
+ key: 1,
39
+ class: "lrc__al"
40
+ }, M = {
41
+ key: 1,
42
+ class: "lrc__list"
43
+ }, N = {
44
+ key: 0,
45
+ class: "lrc__time"
46
+ }, P = {
47
+ key: 2,
48
+ class: "lrc__msg"
49
+ }, F = /*@__PURE__*/ l({
50
+ __name: "LrcViewer",
51
+ props: {
52
+ url: {},
53
+ name: {},
54
+ size: {}
55
+ },
56
+ setup(l) {
57
+ let F = l, I = p("loading"), L = p(""), R = p(""), z = p("render"), B = i(() => n(R.value));
58
+ function V(e) {
59
+ let t = Math.max(0, Math.floor(e / 1e3)), n = Math.floor(t / 60), r = t % 60;
60
+ return `${n}:${String(r).padStart(2, "0")}`;
61
+ }
62
+ async function H() {
63
+ if (F.url) {
64
+ I.value = "loading", L.value = "";
65
+ try {
66
+ let e = await fetch(F.url);
67
+ if (!e.ok) throw Error(`HTTP ${e.status}`);
68
+ R.value = t(new Uint8Array(await e.arrayBuffer())), I.value = "ready";
69
+ } catch (e) {
70
+ L.value = e instanceof Error ? e.message : String(e), I.value = "error";
71
+ }
72
+ }
73
+ }
74
+ return g(() => F.url, H, { immediate: !0 }), d(() => {}), (t, n) => (f(), o("div", _, [s("div", v, [
75
+ n[2] ||= s("span", { class: "lrc__badge" }, "LRC", -1),
76
+ B.value.hasTimings ? (f(), o("span", y, h(B.value.lines.length) + " 行", 1)) : (f(), o("span", b, "纯文本歌词")),
77
+ B.value.offsetMs ? (f(), o("span", x, "offset " + h(B.value.offsetMs) + "ms", 1)) : a("", !0),
78
+ s("div", S, [s("button", {
79
+ type: "button",
80
+ class: u(["lrc__tbtn", { "lrc__tbtn--on": z.value === "render" }]),
81
+ title: "歌词",
82
+ onClick: n[0] ||= (e) => z.value = "render"
83
+ }, [c(e, {
84
+ name: "eye",
85
+ size: 14
86
+ })], 2), s("button", {
87
+ type: "button",
88
+ class: u(["lrc__tbtn", { "lrc__tbtn--on": z.value === "source" }]),
89
+ title: "源码",
90
+ onClick: n[1] ||= (e) => z.value = "source"
91
+ }, [c(e, {
92
+ name: "code",
93
+ size: 14
94
+ })], 2)])
95
+ ]), I.value === "loading" ? (f(), o("p", C, "正在加载…")) : I.value === "error" ? (f(), o("div", w, [s("p", null, "加载失败:" + h(L.value), 1), s("button", {
96
+ type: "button",
97
+ class: "lrc__retry",
98
+ onClick: H
99
+ }, "重试")])) : z.value === "source" ? (f(), o("pre", T, h(R.value), 1)) : (f(), o("div", E, [B.value.title || B.value.artist || B.value.album || B.value.by ? (f(), o("div", D, [B.value.title ? (f(), o("div", O, h(B.value.title), 1)) : a("", !0), s("div", k, [B.value.artist ? (f(), o("span", A, h(B.value.artist), 1)) : a("", !0), B.value.album ? (f(), o("span", j, h(B.value.album), 1)) : a("", !0)])])) : a("", !0), B.value.lines.length ? (f(), o("div", M, [(f(!0), o(r, null, m(B.value.lines, (e, t) => (f(), o("div", {
100
+ key: t,
101
+ class: "lrc__line"
102
+ }, [e.timeMs == null ? a("", !0) : (f(), o("span", N, h(V(e.timeMs)), 1)), s("span", { class: u(["lrc__text", { "lrc__text--empty": !e.text }]) }, h(e.text || "♪"), 3)]))), 128))])) : (f(), o("p", P, "未解析到歌词内容(可切换到「源码」查看原始内容)。"))]))]));
103
+ }
104
+ });
105
+ //#endregion
106
+ export { F as default };
@@ -0,0 +1,7 @@
1
+ import e from "../_virtual/_plugin-vue_export-helper.js";
2
+ import t from "./MarkdownTable.vue_vue_type_script_setup_true_lang.js";
3
+ /* empty css */
4
+ //#region src/components/MarkdownTable.vue
5
+ var n = /*#__PURE__*/ e(t, [["__scopeId", "data-v-49d97fb7"]]);
6
+ //#endregion
7
+ export { n as default };
@@ -0,0 +1,19 @@
1
+ /**
2
+ * GFM pipe table rendered as a horizontally-scrollable card, with drag-to-resize columns.
3
+ *
4
+ * Column resize is opt-in and lazy: until you grab a header's right-edge handle the table renders exactly as
5
+ * before — `width:100%`, auto layout, content-sized adaptive columns (also the untouched SSR output). On the
6
+ * FIRST drag we snapshot the current rendered column widths ({@link colWidths}), switch to a fixed layout keyed
7
+ * off a `<colgroup>`, and from then on each column is an explicit px width (table width = their sum, so the card
8
+ * scrolls horizontally once you widen past it). Dragging changes only the grabbed column — same mechanics as the
9
+ * CSV viewer. A change in column count (e.g. a table re-parsing while a message streams) drops back to adaptive.
10
+ */
11
+ type __VLS_Props = {
12
+ header: string[];
13
+ aligns: (string | null)[];
14
+ rows: string[][];
15
+ keyPrefix?: string;
16
+ };
17
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
@@ -0,0 +1,71 @@
1
+ import e from "./InlineText.js";
2
+ import { Fragment as t, computed as n, createCommentVNode as r, createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, normalizeClass as c, normalizeStyle as l, onBeforeUnmount as u, openBlock as d, ref as f, renderList as p, unref as m, watch as h, withModifiers as g } from "vue";
3
+ //#region src/components/MarkdownTable.vue?vue&type=script&setup=true&lang.ts
4
+ var _ = { class: "md-table" }, v = { class: "md-table__scroll" }, y = { key: 0 }, b = ["onMousedown"], x = 40, S = /*@__PURE__*/ s({
5
+ __name: "MarkdownTable",
6
+ props: {
7
+ header: {},
8
+ aligns: {},
9
+ rows: {},
10
+ keyPrefix: {}
11
+ },
12
+ setup(s) {
13
+ let S = s;
14
+ function C(e) {
15
+ return S.aligns[e] || "left";
16
+ }
17
+ let w = f(null), T = n(() => w.value?.reduce((e, t) => e + t, 0) ?? 0);
18
+ h(() => S.header.length, () => {
19
+ w.value = null;
20
+ });
21
+ let E = -1, D = 0, O = 0;
22
+ function k(e, t) {
23
+ if (!w.value) {
24
+ let e = t.currentTarget.closest("th"), n = e?.parentElement;
25
+ if (!n) return;
26
+ let r = Array.from(n.children).map((e) => e.getBoundingClientRect().width), i = e?.closest("table")?.getBoundingClientRect().width ?? 0, a = r.reduce((e, t) => e + t, 0) || 1, o = i > 0 ? i / a : 1;
27
+ w.value = r.map((e) => Math.max(x, Math.round(e * o)));
28
+ }
29
+ let n = w.value;
30
+ n && (E = e, D = t.clientX, O = n[e], window.addEventListener("mousemove", A), window.addEventListener("mouseup", j), document.body.style.userSelect = "none", document.body.style.cursor = "col-resize");
31
+ }
32
+ function A(e) {
33
+ let t = w.value;
34
+ if (E < 0 || !t) return;
35
+ let n = t.slice();
36
+ n[E] = Math.max(x, Math.round(O + (e.clientX - D))), w.value = n;
37
+ }
38
+ function j() {
39
+ E = -1, window.removeEventListener("mousemove", A), window.removeEventListener("mouseup", j), document.body.style.userSelect = "", document.body.style.cursor = "";
40
+ }
41
+ return u(j), (n, u) => (d(), i("div", _, [a("div", v, [a("table", {
42
+ class: c(["md-table__table", { "md-table__table--fixed": w.value }]),
43
+ style: l(w.value ? { width: T.value + "px" } : void 0)
44
+ }, [
45
+ w.value ? (d(), i("colgroup", y, [(d(!0), i(t, null, p(w.value, (e, t) => (d(), i("col", {
46
+ key: t,
47
+ style: l({ width: e + "px" })
48
+ }, null, 4))), 128))])) : r("", !0),
49
+ a("thead", null, [a("tr", null, [(d(!0), i(t, null, p(s.header, (t, n) => (d(), i("th", {
50
+ key: n,
51
+ style: l({ textAlign: C(n) })
52
+ }, [o(m(e), {
53
+ text: t,
54
+ kp: `${s.keyPrefix}-th${n}`
55
+ }, null, 8, ["text", "kp"]), a("span", {
56
+ class: "md-table__resize",
57
+ title: "拖动调整列宽",
58
+ onMousedown: g((e) => k(n, e), ["prevent", "stop"])
59
+ }, null, 40, b)], 4))), 128))])]),
60
+ a("tbody", null, [(d(!0), i(t, null, p(s.rows, (n, r) => (d(), i("tr", { key: r }, [(d(!0), i(t, null, p(s.header, (t, a) => (d(), i("td", {
61
+ key: a,
62
+ style: l({ textAlign: C(a) })
63
+ }, [o(m(e), {
64
+ text: n[a] || "",
65
+ kp: `${s.keyPrefix}-r${r}c${a}`
66
+ }, null, 8, ["text", "kp"])], 4))), 128))]))), 128))])
67
+ ], 6)])]));
68
+ }
69
+ });
70
+ //#endregion
71
+ export { S as default };
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Renders block-level markdown (paragraphs, headings, lists, tables, code) as a
3
+ * fragment — the nodes flatten into the parent so they sit as siblings of other
4
+ * message blocks, exactly like the original `this.md(...)` spread.
5
+ */
6
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
+ text: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ kp: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
+ text: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ kp: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ }>> & Readonly<{}>, {
27
+ text: string;
28
+ kp: string;
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
+ export default _default;
@@ -0,0 +1,21 @@
1
+ import { md as e } from "../lib/markdown/blocks.js";
2
+ import { defineComponent as t } from "vue";
3
+ //#region src/components/MarkdownText.ts
4
+ var n = t({
5
+ name: "MarkdownText",
6
+ props: {
7
+ text: {
8
+ type: String,
9
+ default: ""
10
+ },
11
+ kp: {
12
+ type: String,
13
+ default: "md"
14
+ }
15
+ },
16
+ setup(t) {
17
+ return () => e(t.text, t.kp);
18
+ }
19
+ });
20
+ //#endregion
21
+ export { n as default };
@@ -0,0 +1,7 @@
1
+ import e from "../_virtual/_plugin-vue_export-helper.js";
2
+ import t from "./MhtViewer.vue_vue_type_script_setup_true_lang.js";
3
+ /* empty css */
4
+ //#region src/components/MhtViewer.vue
5
+ var n = /*#__PURE__*/ e(t, [["__scopeId", "data-v-d878d4ca"]]);
6
+ //#endregion
7
+ export { n as default };
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Side-viewer web-archive (`.mht`/`.mhtml`) renderer. Fetches the archive bytes and parses the MIME container
3
+ * entirely in-browser (see lib/mht.ts) — picks the root HTML, indexes the page resources, and rewrites the
4
+ * HTML's resource references to blob URLs before handing it to a sandboxed iframe.
5
+ *
6
+ * Safety: a saved page is hostile markup. It renders in a sandboxed iframe that NEVER gets `allow-scripts`,
7
+ * and the rewritten HTML carries an injected CSP (`script-src 'none'` + `default-src 'none'`, see MHT_CSP) —
8
+ * so NO upstream script runs (two independent gates) and the page can't phone home (only blob:/data:
9
+ * resources are allowed; external requests are blocked). Unlike the panel's HTML preview / EmlViewer (which
10
+ * use the strictest opaque-origin `sandbox=""` + data URLs), this frame keeps `allow-same-origin` so the
11
+ * page's many resources can load as same-origin blob URLs instead of being inlined as memory-heavy data URLs
12
+ * — the deliberate trade for opening large archives. With scripts hard-disabled, `allow-same-origin` is inert.
13
+ */
14
+ type __VLS_Props = {
15
+ /** Download URL of the .mht/.mhtml bytes. */
16
+ url?: string;
17
+ name: string;
18
+ size?: number;
19
+ };
20
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
22
+ export default _default;
@@ -0,0 +1,112 @@
1
+ import { formatBytes as e } from "../lib/format.js";
2
+ import { parseMht as t, rewriteHtml as n } from "../lib/mht.js";
3
+ import { Fragment as r, computed as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, defineComponent as c, onBeforeUnmount as l, openBlock as u, ref as d, toDisplayString as f, unref as p, watch as m } from "vue";
4
+ //#region src/components/MhtViewer.vue?vue&type=script&setup=true&lang.ts
5
+ var h = { class: "mht" }, g = {
6
+ key: 0,
7
+ class: "mht__msg"
8
+ }, _ = {
9
+ key: 1,
10
+ class: "mht__msg mht__gate"
11
+ }, v = {
12
+ key: 2,
13
+ class: "mht__msg mht__msg--error"
14
+ }, y = { class: "mht__head" }, b = { class: "mht__title" }, x = { class: "mht__fields" }, S = {
15
+ key: 0,
16
+ class: "mht__field"
17
+ }, C = { class: "mht__src" }, w = {
18
+ key: 1,
19
+ class: "mht__field"
20
+ }, T = {
21
+ key: 2,
22
+ class: "mht__field"
23
+ }, E = {
24
+ key: 0,
25
+ class: "mht__body"
26
+ }, D = ["src"], O = {
27
+ key: 1,
28
+ class: "mht__msg"
29
+ }, k = 30 * 1024 * 1024, A = /*@__PURE__*/ c({
30
+ __name: "MhtViewer",
31
+ props: {
32
+ url: {},
33
+ name: {},
34
+ size: {}
35
+ },
36
+ setup(c) {
37
+ let A = c, j = d("loading"), M = d(""), N = d(null), P = d(""), F = [];
38
+ function I() {
39
+ for (let e of F) URL.revokeObjectURL(e);
40
+ F = [], P.value = "";
41
+ }
42
+ function L(e, t) {
43
+ let n = URL.createObjectURL(new Blob([e], { type: t }));
44
+ return F.push(n), n;
45
+ }
46
+ let R = i(() => {
47
+ let e = N.value?.date;
48
+ if (!e) return "";
49
+ let t = Date.parse(e);
50
+ if (Number.isNaN(t)) return e;
51
+ try {
52
+ return new Date(t).toLocaleString("zh-CN", {
53
+ dateStyle: "medium",
54
+ timeStyle: "short"
55
+ });
56
+ } catch {
57
+ return e;
58
+ }
59
+ });
60
+ async function z() {
61
+ if (A.url) {
62
+ j.value = "loading", M.value = "", I();
63
+ try {
64
+ let e = await fetch(A.url);
65
+ if (!e.ok) throw Error(`HTTP ${e.status}`);
66
+ let r = await e.arrayBuffer(), i = t(new Uint8Array(r));
67
+ if (N.value = {
68
+ title: i.title,
69
+ sourceUrl: i.sourceUrl,
70
+ date: i.date,
71
+ resourceCount: new Set([...i.byLocation.values(), ...i.byCid.values()]).size
72
+ }, i.html !== null) {
73
+ let e = n(i, L);
74
+ P.value = L(new TextEncoder().encode(e), "text/html");
75
+ }
76
+ j.value = "ready";
77
+ } catch (e) {
78
+ M.value = e instanceof Error ? e.message : String(e), j.value = "error";
79
+ }
80
+ }
81
+ }
82
+ function B() {
83
+ if (A.size && A.size > k) {
84
+ j.value = "gate";
85
+ return;
86
+ }
87
+ z();
88
+ }
89
+ return m(() => A.url, B, { immediate: !0 }), l(I), (t, n) => (u(), o("div", h, [j.value === "loading" ? (u(), o("p", g, "正在解析网页存档…")) : j.value === "gate" ? (u(), o("div", _, [s("p", null, "该存档较大(" + f(p(e)(A.size)) + "),将在浏览器内解析。是否继续?", 1), s("button", {
90
+ type: "button",
91
+ class: "mht__btn",
92
+ onClick: z
93
+ }, "解析并预览")])) : j.value === "error" ? (u(), o("div", v, [s("p", null, "解析失败:" + f(M.value), 1), s("button", {
94
+ type: "button",
95
+ class: "mht__btn",
96
+ onClick: z
97
+ }, "重试")])) : j.value === "ready" && N.value ? (u(), o(r, { key: 3 }, [s("div", y, [s("div", b, f(N.value.title || A.name || "(无标题)"), 1), s("dl", x, [
98
+ N.value.sourceUrl ? (u(), o("div", S, [n[0] ||= s("dt", null, "来源", -1), s("dd", C, f(N.value.sourceUrl), 1)])) : a("", !0),
99
+ R.value ? (u(), o("div", w, [n[1] ||= s("dt", null, "保存", -1), s("dd", null, f(R.value), 1)])) : a("", !0),
100
+ N.value.resourceCount ? (u(), o("div", T, [n[2] ||= s("dt", null, "资源", -1), s("dd", null, f(N.value.resourceCount) + " 项", 1)])) : a("", !0)
101
+ ])]), P.value ? (u(), o("div", E, [s("iframe", {
102
+ class: "mht__frame",
103
+ src: P.value,
104
+ title: "网页存档正文",
105
+ sandbox: "allow-same-origin",
106
+ loading: "lazy",
107
+ referrerpolicy: "no-referrer"
108
+ }, null, 8, D)])) : (u(), o("p", O, "(此存档没有可显示的网页正文)"))], 64)) : a("", !0)]));
109
+ }
110
+ });
111
+ //#endregion
112
+ export { A as default };
@@ -0,0 +1,7 @@
1
+ import e from "../_virtual/_plugin-vue_export-helper.js";
2
+ import t from "./MindMapView.vue_vue_type_script_setup_true_lang.js";
3
+ /* empty css */
4
+ //#region src/components/MindMapView.vue
5
+ var n = /*#__PURE__*/ e(t, [["__scopeId", "data-v-93d0df23"]]);
6
+ //#endregion
7
+ export { n as default };
@@ -0,0 +1,23 @@
1
+ import { type MindMap } from '@/lib/mindmap';
2
+ /**
3
+ * The side viewer's mind-map mode: render a parsed OPML / FreeMind tree (see lib/mindmap.ts) as an interactive,
4
+ * hand-rolled SVG mind map — no third-party graph library (consistent with the codebase's hand-rolled renderers).
5
+ *
6
+ * Layout is a tidy left-to-right tree (root at the left, branches growing right) — the clearest fit for a narrow
7
+ * side panel, and what web mind-map viewers (e.g. markmap) do. FreeMind's left/right `POSITION` split is folded
8
+ * into a single right-growing tree on purpose. Nodes wrap to a max width and pack vertically (leaves take the next
9
+ * slot; a parent centers on its children). Click a node with children to collapse/expand; drag the background to
10
+ * pan, wheel to zoom (around the cursor), and the toolbar zooms / fits. The XML source stays one toggle away in
11
+ * the panel header.
12
+ *
13
+ * Text is sized deterministically (a CJK-aware per-char width estimate, no DOM measurement) so layout matches the
14
+ * rendered `<tspan>`s without a measure pass — SSR-safe and reflow-free.
15
+ */
16
+ type __VLS_Props = {
17
+ text?: string;
18
+ name: string;
19
+ map?: MindMap;
20
+ };
21
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: typeof __VLS_export;
23
+ export default _default;