@embedpdf/snippet 1.0.0 → 2.0.0-next.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.
- package/dist/components/annotation-sidebar/registry.d.ts +2 -1
- package/dist/components/annotation-sidebar/registry.d.ts.map +1 -1
- package/dist/components/annotation-sidebar/text-markup-sidebar.d.ts.map +1 -1
- package/dist/components/annotation-sidebar.d.ts.map +1 -1
- package/dist/components/app.d.ts +45 -25
- package/dist/components/app.d.ts.map +1 -1
- package/dist/config/commands.d.ts.map +1 -1
- package/dist/config/theme.d.ts +14 -12
- package/dist/config/theme.d.ts.map +1 -1
- package/dist/config/translations.d.ts +1 -0
- package/dist/config/translations.d.ts.map +1 -1
- package/dist/config/ui-schema.d.ts.map +1 -1
- package/dist/{direct-engine-ce9b01ae.js → direct-engine-ff281f8f.js} +1 -1
- package/dist/embedpdf-0dd7839b.js +3 -0
- package/dist/embedpdf.d.ts +37 -25
- package/dist/embedpdf.d.ts.map +1 -1
- package/dist/embedpdf.js +1 -1
- package/dist/web-components/container.d.ts +3 -1
- package/dist/web-components/container.d.ts.map +1 -1
- package/dist/{worker-engine-892a0577.js → worker-engine-31e8e286.js} +1 -1
- package/package.json +31 -30
- package/dist/embedpdf-9ae31302.js +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/snippet",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-next.2",
|
|
4
4
|
"main": "dist/embedpdf.js",
|
|
5
5
|
"types": "dist/embedpdf.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,35 +12,35 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"preact": "^10.17.0",
|
|
14
14
|
"tailwind-merge": "^3.4.0",
|
|
15
|
-
"@embedpdf/
|
|
16
|
-
"@embedpdf/
|
|
17
|
-
"@embedpdf/plugin-annotation": "2.0.0-next.
|
|
18
|
-
"@embedpdf/
|
|
19
|
-
"@embedpdf/
|
|
20
|
-
"@embedpdf/
|
|
21
|
-
"@embedpdf/plugin-
|
|
22
|
-
"@embedpdf/plugin-capture": "2.0.0-next.
|
|
23
|
-
"@embedpdf/plugin-commands": "2.0.0-next.
|
|
24
|
-
"@embedpdf/plugin-
|
|
25
|
-
"@embedpdf/plugin-
|
|
26
|
-
"@embedpdf/plugin-
|
|
27
|
-
"@embedpdf/plugin-
|
|
28
|
-
"@embedpdf/plugin-
|
|
29
|
-
"@embedpdf/plugin-
|
|
30
|
-
"@embedpdf/plugin-pan": "2.0.0-next.
|
|
31
|
-
"@embedpdf/plugin-
|
|
32
|
-
"@embedpdf/plugin-
|
|
33
|
-
"@embedpdf/plugin-render": "2.0.0-next.
|
|
34
|
-
"@embedpdf/plugin-rotate": "2.0.0-next.
|
|
35
|
-
"@embedpdf/plugin-scroll": "2.0.0-next.
|
|
36
|
-
"@embedpdf/plugin-search": "2.0.0-next.
|
|
37
|
-
"@embedpdf/plugin-
|
|
38
|
-
"@embedpdf/plugin-
|
|
39
|
-
"@embedpdf/plugin-
|
|
40
|
-
"@embedpdf/plugin-tiling": "2.0.0-next.
|
|
41
|
-
"@embedpdf/plugin-viewport": "2.0.0-next.
|
|
42
|
-
"@embedpdf/plugin-
|
|
43
|
-
"@embedpdf/plugin-
|
|
15
|
+
"@embedpdf/core": "2.0.0-next.2",
|
|
16
|
+
"@embedpdf/engines": "2.0.0-next.2",
|
|
17
|
+
"@embedpdf/plugin-annotation": "2.0.0-next.2",
|
|
18
|
+
"@embedpdf/pdfium": "2.0.0-next.2",
|
|
19
|
+
"@embedpdf/models": "2.0.0-next.2",
|
|
20
|
+
"@embedpdf/plugin-attachment": "2.0.0-next.2",
|
|
21
|
+
"@embedpdf/plugin-bookmark": "2.0.0-next.2",
|
|
22
|
+
"@embedpdf/plugin-capture": "2.0.0-next.2",
|
|
23
|
+
"@embedpdf/plugin-commands": "2.0.0-next.2",
|
|
24
|
+
"@embedpdf/plugin-document-manager": "2.0.0-next.2",
|
|
25
|
+
"@embedpdf/plugin-fullscreen": "2.0.0-next.2",
|
|
26
|
+
"@embedpdf/plugin-export": "2.0.0-next.2",
|
|
27
|
+
"@embedpdf/plugin-history": "2.0.0-next.2",
|
|
28
|
+
"@embedpdf/plugin-i18n": "2.0.0-next.2",
|
|
29
|
+
"@embedpdf/plugin-interaction-manager": "2.0.0-next.2",
|
|
30
|
+
"@embedpdf/plugin-pan": "2.0.0-next.2",
|
|
31
|
+
"@embedpdf/plugin-print": "2.0.0-next.2",
|
|
32
|
+
"@embedpdf/plugin-redaction": "2.0.0-next.2",
|
|
33
|
+
"@embedpdf/plugin-render": "2.0.0-next.2",
|
|
34
|
+
"@embedpdf/plugin-rotate": "2.0.0-next.2",
|
|
35
|
+
"@embedpdf/plugin-scroll": "2.0.0-next.2",
|
|
36
|
+
"@embedpdf/plugin-search": "2.0.0-next.2",
|
|
37
|
+
"@embedpdf/plugin-selection": "2.0.0-next.2",
|
|
38
|
+
"@embedpdf/plugin-spread": "2.0.0-next.2",
|
|
39
|
+
"@embedpdf/plugin-ui": "2.0.0-next.2",
|
|
40
|
+
"@embedpdf/plugin-tiling": "2.0.0-next.2",
|
|
41
|
+
"@embedpdf/plugin-viewport": "2.0.0-next.2",
|
|
42
|
+
"@embedpdf/plugin-zoom": "2.0.0-next.2",
|
|
43
|
+
"@embedpdf/plugin-thumbnail": "2.0.0-next.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/core": "^7.22.10",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"@rollup/plugin-babel": "^6.0.3",
|
|
53
53
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
54
54
|
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
55
|
+
"@rollup/plugin-replace": "^5.0.5",
|
|
55
56
|
"@rollup/plugin-terser": "^0.4.3",
|
|
56
57
|
"@rollup/plugin-typescript": "^11.1.2",
|
|
57
58
|
"@rollup/plugin-url": "^8.0.1",
|