fix(PDF Signature Checker): fix reading problem

Update pdf-signature-reader to latest version (recently updated with some changes of pdf-signature-reader-jpc)
Updated View PEM to a better display with copy
Fix #937
This commit is contained in:
sharevb 2024-04-02 09:09:48 +02:00 committed by ShareVB
parent d3b32cc14e
commit 172c617b2f
4 changed files with 14 additions and 14 deletions

1
components.d.ts vendored
View file

@ -159,6 +159,7 @@ declare module '@vue/runtime-core' {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
RsaKeyPairGenerator: typeof import('./src/tools/rsa-key-pair-generator/rsa-key-pair-generator.vue')['default']
SafelinkDecoder: typeof import('./src/tools/safelink-decoder/safelink-decoder.vue')['default']
SlugifyString: typeof import('./src/tools/slugify-string/slugify-string.vue')['default']
SpanCopyable: typeof import('./src/components/SpanCopyable.vue')['default']
SqlPrettify: typeof import('./src/tools/sql-prettify/sql-prettify.vue')['default']