ofd-view 0.2.16 → 0.2.18

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 (35) hide show
  1. package/README.md +116 -116
  2. package/lib/images/annotation-check.svg +11 -11
  3. package/lib/images/annotation-comment.svg +16 -16
  4. package/lib/images/annotation-help.svg +26 -26
  5. package/lib/images/annotation-insert.svg +10 -10
  6. package/lib/images/annotation-key.svg +11 -11
  7. package/lib/images/annotation-newparagraph.svg +11 -11
  8. package/lib/images/annotation-noicon.svg +7 -7
  9. package/lib/images/annotation-note.svg +42 -42
  10. package/lib/images/annotation-paragraph.svg +16 -16
  11. package/lib/images/findbarButton-next.svg +3 -3
  12. package/lib/images/findbarButton-previous.svg +3 -3
  13. package/lib/images/loading-dark.svg +23 -23
  14. package/lib/images/secondaryToolbarButton-documentProperties.svg +14 -14
  15. package/lib/images/secondaryToolbarButton-rotateCw.svg +3 -3
  16. package/lib/images/secondaryToolbarButton-selectTool.svg +3 -3
  17. package/lib/images/toolbarButton-download.svg +3 -3
  18. package/lib/images/toolbarButton-openFile.svg +3 -3
  19. package/lib/images/toolbarButton-pageDown.svg +6 -6
  20. package/lib/images/toolbarButton-pageUp.svg +11 -11
  21. package/lib/images/toolbarButton-print.svg +3 -3
  22. package/lib/images/toolbarButton-search.svg +3 -3
  23. package/lib/images/toolbarButton-secondaryToolbarToggle.svg +3 -3
  24. package/lib/images/toolbarButton-sidebarToggle.svg +3 -3
  25. package/lib/images/toolbarButton-viewThumbnail.svg +3 -3
  26. package/lib/images/toolbarButton-zoomIn.svg +3 -3
  27. package/lib/images/toolbarButton-zoomOut.svg +3 -3
  28. package/lib/ofd-view.common.js +1 -1
  29. package/lib/ofd-view.common.js.map +1 -1
  30. package/lib/ofd-view.umd.js +1 -1
  31. package/lib/ofd-view.umd.js.map +1 -1
  32. package/lib/ofd-view.umd.min.js +1 -1
  33. package/lib/ofd-view.umd.min.js.map +1 -1
  34. package/lib/viewer.css +3284 -3284
  35. package/package.json +34 -34
package/package.json CHANGED
@@ -1,34 +1,34 @@
1
- {
2
- "name": "ofd-view",
3
- "version": "0.2.16",
4
- "main": "lib/ofd-view.umd.js",
5
- "files": [
6
- "lib/*",
7
- "img.png"
8
- ],
9
- "scripts": {
10
- "serve": "vue-cli-service serve",
11
- "build": "vue-cli-service build",
12
- "lint": "vue-cli-service lint",
13
- "ofdlib": "vue-cli-service build --target lib --name ofd-view --dest lib packages/index.js",
14
- "pdflib": "vue-cli-service build --target lib --name pdf-view --dest lib packages/index.js",
15
- "mpdflib": "vue-cli-service build --target lib --name mupdf-view --dest lib packages/index.js"
16
- },
17
- "dependencies": {
18
- "core-js": "^3.6.5",
19
- "vue": "^2.6.11"
20
- },
21
- "devDependencies": {
22
- "@babel/core": "^7.12.16",
23
- "@babel/eslint-parser": "^7.12.16",
24
- "@vue/cli-plugin-babel": "~5.0.0",
25
- "@vue/cli-service": "~5.0.0",
26
- "terser-webpack-plugin": "^4.2.0"
27
- },
28
- "browserslist": [
29
- "> 1%",
30
- "last 2 versions",
31
- "not dead",
32
- "not ie 11"
33
- ]
34
- }
1
+ {
2
+ "name": "ofd-view",
3
+ "version": "0.2.18",
4
+ "main": "lib/ofd-view.umd.js",
5
+ "files": [
6
+ "lib/*",
7
+ "img.png"
8
+ ],
9
+ "scripts": {
10
+ "serve": "vue-cli-service serve",
11
+ "build": "vue-cli-service build",
12
+ "lint": "vue-cli-service lint",
13
+ "ofdlib": "vue-cli-service build --target lib --name ofd-view --dest lib packages/index.js",
14
+ "pdflib": "vue-cli-service build --target lib --name pdf-view --dest lib packages/index.js",
15
+ "mpdflib": "vue-cli-service build --target lib --name mupdf-view --dest lib packages/index.js"
16
+ },
17
+ "dependencies": {
18
+ "core-js": "^3.6.5",
19
+ "vue": "^2.6.11"
20
+ },
21
+ "devDependencies": {
22
+ "@babel/core": "^7.12.16",
23
+ "@babel/eslint-parser": "^7.12.16",
24
+ "@vue/cli-plugin-babel": "~5.0.0",
25
+ "@vue/cli-service": "~5.0.0",
26
+ "terser-webpack-plugin": "^4.2.0"
27
+ },
28
+ "browserslist": [
29
+ "> 1%",
30
+ "last 2 versions",
31
+ "not dead",
32
+ "not ie 11"
33
+ ]
34
+ }