@syncfusion/ej2-vue-pdfviewer 22.1.34 → 22.1.37
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/CHANGELOG.md +28 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es2015.js +2 -2
- package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js +2 -2
- package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +6 -6
- package/src/pdfviewer/pdfviewer.component.js +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pdfviewer@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@22.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-IIUaHLEowbL1Splw1uDU4sLSS3Im6x3dkbfl1sYOWdAfaZZhpm+phsjVCmkhbKP/fcqWZ9TZK/11vdhLE5P+3g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-22.1.36.tgz",
|
|
23
|
+
"_shasum": "b4acfaa625f82b89b5a032c7529d070cb3ad785f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "22.1.
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "22.1.37",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"ci-publish": "gulp ci-publish",
|
|
58
58
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
59
59
|
},
|
|
60
|
-
"version": "22.1.
|
|
60
|
+
"version": "22.1.37",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|
|
@@ -130,8 +130,8 @@ export var PdfViewerComponent = vueDefineComponent({
|
|
|
130
130
|
exportAnnotationsAsBase64String: function (annotationDataFormat) {
|
|
131
131
|
return this.ej2Instances.exportAnnotationsAsBase64String(annotationDataFormat);
|
|
132
132
|
},
|
|
133
|
-
exportAnnotationsAsObject: function () {
|
|
134
|
-
return this.ej2Instances.exportAnnotationsAsObject();
|
|
133
|
+
exportAnnotationsAsObject: function (annotationDataFormat) {
|
|
134
|
+
return this.ej2Instances.exportAnnotationsAsObject(annotationDataFormat);
|
|
135
135
|
},
|
|
136
136
|
exportFormFields: function (data, formFieldDataFormat) {
|
|
137
137
|
return this.ej2Instances.exportFormFields(data, formFieldDataFormat);
|