@syncfusion/ej2-vue-pdfviewer 20.1.55 → 20.1.58
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 +56 -2
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -29
- package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +149 -220
- package/styles/bootstrap.css +151 -222
- package/styles/bootstrap4.css +149 -221
- package/styles/bootstrap5-dark.css +152 -227
- package/styles/bootstrap5.css +152 -227
- package/styles/fabric-dark.css +149 -223
- package/styles/fabric.css +152 -223
- package/styles/fluent-dark.css +155 -230
- package/styles/fluent.css +155 -230
- package/styles/highcontrast-light.css +170 -241
- package/styles/highcontrast.css +170 -241
- package/styles/material-dark.css +150 -220
- package/styles/material.css +156 -229
- package/styles/pdfviewer/bootstrap-dark.css +149 -220
- package/styles/pdfviewer/bootstrap.css +151 -222
- package/styles/pdfviewer/bootstrap4.css +149 -221
- package/styles/pdfviewer/bootstrap5-dark.css +152 -227
- package/styles/pdfviewer/bootstrap5.css +152 -227
- package/styles/pdfviewer/fabric-dark.css +149 -223
- package/styles/pdfviewer/fabric.css +152 -223
- package/styles/pdfviewer/fluent-dark.css +155 -230
- package/styles/pdfviewer/fluent.css +155 -230
- package/styles/pdfviewer/highcontrast-light.css +170 -241
- package/styles/pdfviewer/highcontrast.css +170 -241
- package/styles/pdfviewer/material-dark.css +150 -220
- package/styles/pdfviewer/material.css +156 -229
- package/styles/pdfviewer/tailwind-dark.css +152 -227
- package/styles/pdfviewer/tailwind.css +152 -227
- package/styles/tailwind-dark.css +152 -227
- package/styles/tailwind.css +152 -227
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,61 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- `#SF-377034`- Now, the existing form fields value can be retrieved using the `retrieveFormFields()` method.
|
|
10
|
+
- `#SF-367416`- The radio buttons on the iPad are displayed properly after zooming in and out.
|
|
11
|
+
- `#SF-374726`- Signatures will appear in the PDF viewer for the provided document.
|
|
12
|
+
|
|
13
|
+
## 20.1.57 (2022-05-24)
|
|
14
|
+
|
|
15
|
+
### PDF Viewer
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#SF-376240`- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
|
|
20
|
+
- `#F174506`- Improved the printing quality of the PDF viewer.
|
|
21
|
+
- `#SF-372853`- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.
|
|
22
|
+
|
|
23
|
+
## 20.1.56 (2022-05-17)
|
|
24
|
+
|
|
25
|
+
### PDF Viewer
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#SF-371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
|
|
30
|
+
|
|
31
|
+
## 20.1.55 (2022-05-12)
|
|
32
|
+
|
|
33
|
+
### PDF Viewer
|
|
34
|
+
|
|
35
|
+
#### New Features
|
|
36
|
+
|
|
37
|
+
- `#SF-368647`, `#SF-366041`- Exposed a method to focus form fields on a document.
|
|
38
|
+
- `#SF-362221`, `#SF-364814`, `#SF-368380`, `#SF-363379`- Provided the support for field Id and field Name for the Form Fields events.
|
|
39
|
+
- `#SF-353301`- Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
|
|
40
|
+
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- `#SF-372732`- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
|
|
44
|
+
- `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
|
|
45
|
+
- `#SF-367560`, `#SF-367313`- Improved the pinch-zoom in and out responsiveness in the mobile device.
|
|
46
|
+
- `#SF-368770`, `#SF-373344`, `#SF-372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
|
|
47
|
+
- `#SF-369002`- A signature will be downloaded in the correct position for rotated and scanned documents.
|
|
48
|
+
- `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
|
|
49
|
+
- `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
|
|
50
|
+
- `#SF-373137`- The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
|
|
51
|
+
- `#SF-375548`, `#SF-374826`, `#SF-375215`, `#SF-376171`, `#SF-376531`- The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
|
|
52
|
+
- `#SF-364871`- Now, the handwritten signature images and custom stamps will be resized proportionally.
|
|
53
|
+
- `#SF-368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
|
|
54
|
+
- `#SF-370140`- The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
|
|
55
|
+
- `#SF-370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
|
|
56
|
+
- `#SF-370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
|
|
57
|
+
- `#SF-377746`- The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
|
|
58
|
+
- `#SF-367878`- The Script error will no longer be thrown while clicking the form field for the second time.
|
|
59
|
+
- `#SF-373785`- The initial field will no longer be undefined after filling the field.
|
|
60
|
+
- `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
|
|
61
|
+
- `#SF-371825`- Now, the form fields will appear while scrolling through the different pages.
|
|
62
|
+
- `#SF-371838`- The Custom stamp annotation will be rendered correctly for the PDF document provided.
|
|
63
|
+
- `#SF-365736`, `#SF-366420`- In mobile devices, the Script error will no longer occur when adding the signature.
|
|
10
64
|
|
|
11
65
|
## 20.1.52 (2022-05-04)
|
|
12
66
|
|
|
@@ -14,7 +68,7 @@
|
|
|
14
68
|
|
|
15
69
|
#### Bug Fixes
|
|
16
70
|
|
|
17
|
-
-
|
|
71
|
+
- `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
|
|
18
72
|
|
|
19
73
|
## 20.1.51 (2022-04-26)
|
|
20
74
|
|
|
@@ -1,38 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.58
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
|
|
11
|
-
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
12
|
-
* version : 20.1.47
|
|
13
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
|
-
* Use of this code is subject to the terms of our license.
|
|
15
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
16
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
17
|
-
* applicable laws.
|
|
18
|
-
*/
|
|
19
|
-
/*!
|
|
20
|
-
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
21
|
-
* version : 19.4.38
|
|
22
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
23
|
-
* Use of this code is subject to the terms of our license.
|
|
24
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
25
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
26
|
-
* applicable laws.
|
|
27
|
-
*/
|
|
28
|
-
/*!
|
|
29
|
-
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
30
|
-
* version : 19.1.63
|
|
31
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
32
|
-
* Use of this code is subject to the terms of our license.
|
|
33
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
34
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
35
|
-
* applicable laws.
|
|
36
|
-
*/
|
|
37
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-pdfviewer"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-pdfviewer","@syncfusion/ej2-vue-base"],t):t(e.ej={},e.ej2Pdfviewer,e.ej2VueBase)}(this,function(e,t,n){"use strict";var o=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var i,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(r<3?i(a):r>3?i(t,n,a):i(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},r=["ajaxRequestSettings","annotationSelectorSettings","annotationSettings","annotations","areaSettings","arrowSettings","circleSettings","contextMenuOption","contextMenuSettings","currentPageNumber","customStamp","customStampSettings","dateTimeFormat","disableContextMenuItems","distanceSettings","documentPath","downloadFileName","drawingObject","enableAnnotation","enableAnnotationToolbar","enableAutoComplete","enableBookmark","enableBookmarkStyles","enableCommentPanel","enableDesktopMode","enableDownload","enableFormFields","enableFormFieldsValidation","enableFreeText","enableHandwrittenSignature","enableHyperlink","enableImportAnnotationMeasurement","enableInkAnnotation","enableMagnification","enableMeasureAnnotation","enableMultiLineOverlap","enableMultiPageAnnotation","enableNavigation","enableNavigationToolbar","enablePersistence","enablePinchZoom","enablePrint","enableRtl","enableShapeAnnotation","enableShapeLabel","enableStampAnnotations","enableStickyNotesAnnotation","enableTextMarkupAnnotation","enableTextMarkupResizer","enableTextSearch","enableTextSelection","enableThumbnail","enableToolbar","enableZoomOptimization","exportAnnotationFileName","formFieldCollections","freeTextSettings","handWrittenSignatureSettings","height","hideSaveSignature","highlightSettings","hyperlinkOpenState","inkAnnotationSettings","interactionMode","isAnnotationToolbarOpen","isAnnotationToolbarVisible","isBookmarkPanelOpen","isCommandPanelOpen","isDocumentEdited","isExtractText","isFormFieldDocument","isMaintainSelection","isSignatureEditable","isThumbnailViewOpen","isValidFreeText","lineSettings","locale","measurementSettings","pageCount","perimeterSettings","polygonSettings","printMode","radiusSettings","rectangleSettings","restrictZoomRequest","retryCount","scrollSettings","selectedItems","serverActionSettings","serviceUrl","shapeLabelSettings","showNotificationDialog","signatureFieldSettings","signatureFitMode","stampSettings","stickyNotesSettings","strikethroughSettings","textSearchColorSettings","tileRenderingSettings","toolbarSettings","underlineSettings","volumeSettings","width","zoomMode","zoomValue","addSignature","ajaxRequestFailed","ajaxRequestInitiate","annotationAdd","annotationDoubleClick","annotationMouseLeave","annotationMouseover","annotationMove","annotationPropertiesChange","annotationRemove","annotationResize","annotationSelect","annotationUnSelect","beforeAddFreeText","bookmarkClick","buttonFieldClick","commentAdd","commentDelete","commentEdit","commentSelect","commentStatusChanged","created","documentLoad","documentLoadFailed","documentUnload","downloadEnd","downloadStart","exportFailed","exportStart","exportSuccess","extractTextCompleted","formFieldClick","formFieldFocusOut","hyperlinkClick","hyperlinkMouseOver","importFailed","importStart","importSuccess","moveSignature","pageChange","pageClick","pageMouseover","printEnd","printStart","removeSignature","resizeSignature","signaturePropertiesChange","signatureSelect","textSearchComplete","textSearchHighlight","textSearchStart","textSelectionEnd","textSelectionStart","thumbnailClick","validateFormFields","zoomChange"],a=[],s=function(e){function s(){var n=e.call(this)||this;return n.propKeys=r,n.models=a,n.hasChildDirective=!1,n.hasInjectedModules=!0,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.PdfViewer({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return o(s,e),s.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},s.prototype.render=function(e){return e("div",this.$slots.default)},s.prototype.addAnnotation=function(e){return this.ej2Instances.addAnnotation(e)},s.prototype.clearFormFields=function(e){return this.ej2Instances.clearFormFields(e)},s.prototype.deleteAnnotations=function(){return this.ej2Instances.deleteAnnotations()},s.prototype.download=function(){return this.ej2Instances.download()},s.prototype.exportAnnotation=function(e){return this.ej2Instances.exportAnnotation(e)},s.prototype.exportAnnotationsAsObject=function(){return this.ej2Instances.exportAnnotationsAsObject()},s.prototype.exportFormFields=function(e){return this.ej2Instances.exportFormFields(e)},s.prototype.exportFormFieldsAsObject=function(){return this.ej2Instances.exportFormFieldsAsObject()},s.prototype.importAnnotation=function(e,t){return this.ej2Instances.importAnnotation(e,t)},s.prototype.importFormFields=function(e){return this.ej2Instances.importFormFields(e)},s.prototype.load=function(e,t){return this.ej2Instances.load(e,t)},s.prototype.redo=function(){return this.ej2Instances.redo()},s.prototype.requiredModules=function(){return this.ej2Instances.requiredModules()},s.prototype.resetFormFields=function(){return this.ej2Instances.resetFormFields()},s.prototype.retrieveFormFields=function(){return this.ej2Instances.retrieveFormFields()},s.prototype.saveAsBlob=function(){return this.ej2Instances.saveAsBlob()},s.prototype.setJsonData=function(e){return this.ej2Instances.setJsonData(e)},s.prototype.showNotificationPopup=function(e){return this.ej2Instances.showNotificationPopup(e)},s.prototype.undo=function(){return this.ej2Instances.undo()},s.prototype.unload=function(){return this.ej2Instances.unload()},s.prototype.updateFormFields=function(e){return this.ej2Instances.updateFormFields(e)},s.prototype.updateFormFieldsValue=function(e){return this.ej2Instances.updateFormFieldsValue(e)},s.prototype.updateViewerContainer=function(){return this.ej2Instances.updateViewerContainer()},s=i([n.EJComponentDecorator({props:r})],s)}(n.ComponentBase),l={name:"ejs-pdfviewer",install:function(e){e.component(l.name,s)}};e.PdfViewerComponent=s,e.PdfViewerPlugin=l,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-pdfviewer"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-pdfviewer","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Pdfviewer,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,o){"use strict";var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),r=function(e,t,n,o){var i,r=arguments.length,s=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(s=(r<3?i(s):r>3?i(t,n,s):i(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},s=["isLazyUpdate","DropdownFieldSettings","ajaxRequestSettings","annotationSelectorSettings","annotationSettings","annotations","areaSettings","arrowSettings","checkBoxFieldSettings","circleSettings","contextMenuOption","contextMenuSettings","currentPageNumber","customStamp","customStampSettings","dateTimeFormat","designerMode","disableContextMenuItems","distanceSettings","documentPath","downloadFileName","drawingObject","enableAnnotation","enableAnnotationToolbar","enableAutoComplete","enableBookmark","enableBookmarkStyles","enableCommentPanel","enableDesktopMode","enableDownload","enableFormDesigner","enableFormDesignerToolbar","enableFormFields","enableFormFieldsValidation","enableFreeText","enableHandwrittenSignature","enableHyperlink","enableImportAnnotationMeasurement","enableInkAnnotation","enableMagnification","enableMeasureAnnotation","enableMultiLineOverlap","enableMultiPageAnnotation","enableNavigation","enableNavigationToolbar","enablePersistence","enablePinchZoom","enablePrint","enablePrintRotation","enableRtl","enableShapeAnnotation","enableShapeLabel","enableStampAnnotations","enableStickyNotesAnnotation","enableTextMarkupAnnotation","enableTextMarkupResizer","enableTextSearch","enableTextSelection","enableThumbnail","enableToolbar","enableZoomOptimization","exportAnnotationFileName","formFieldCollections","formFields","freeTextSettings","handWrittenSignatureSettings","height","hideSaveSignature","highlightSettings","hyperlinkOpenState","initialDialogSettings","initialFieldSettings","inkAnnotationSettings","interactionMode","isAnnotationToolbarOpen","isAnnotationToolbarVisible","isBookmarkPanelOpen","isCommandPanelOpen","isDocumentEdited","isExtractText","isFormDesignerToolbarVisible","isFormFieldDocument","isInitialFieldToolbarSelection","isMaintainSelection","isSignatureEditable","isThumbnailViewOpen","isValidFreeText","lineSettings","listBoxFieldSettings","locale","measurementSettings","pageCount","passwordFieldSettings","perimeterSettings","polygonSettings","printMode","radioButtonFieldSettings","radiusSettings","rectangleSettings","restrictZoomRequest","retryCount","scrollSettings","selectedItems","serverActionSettings","serviceUrl","shapeLabelSettings","showNotificationDialog","signatureDialogSettings","signatureFieldSettings","signatureFitMode","stampSettings","stickyNotesSettings","strikethroughSettings","textFieldSettings","textSearchColorSettings","tileRenderingSettings","toolbarSettings","underlineSettings","volumeSettings","width","zoomMode","zoomValue","addSignature","ajaxRequestFailed","ajaxRequestInitiate","ajaxRequestSuccess","annotationAdd","annotationDoubleClick","annotationMouseLeave","annotationMouseover","annotationMove","annotationMoving","annotationPropertiesChange","annotationRemove","annotationResize","annotationSelect","annotationUnSelect","beforeAddFreeText","bookmarkClick","buttonFieldClick","commentAdd","commentDelete","commentEdit","commentSelect","commentStatusChanged","created","documentLoad","documentLoadFailed","documentUnload","downloadEnd","downloadStart","exportFailed","exportStart","exportSuccess","extractTextCompleted","formFieldAdd","formFieldClick","formFieldDoubleClick","formFieldFocusOut","formFieldMouseLeave","formFieldMouseover","formFieldMove","formFieldPropertiesChange","formFieldRemove","formFieldResize","formFieldSelect","formFieldUnselect","hyperlinkClick","hyperlinkMouseOver","importFailed","importStart","importSuccess","moveSignature","pageChange","pageClick","pageMouseover","printEnd","printStart","removeSignature","resizeSignature","signaturePropertiesChange","signatureSelect","textSearchComplete","textSearchHighlight","textSearchStart","textSelectionEnd","textSelectionStart","thumbnailClick","validateFormFields","zoomChange"],a=[],l=n.getProps({props:s}),c=(l[0],l[1]),u=Object.keys(c);u.push("modelchanged");for(var p=0,d=a;p<d.length;p++){var m=d[p];u.push("update:"+m)}var g=!n.gh,f=function(e){function l(){var n=e.call(this,arguments)||this;return n.propKeys=s,n.models=a,n.hasChildDirective=!1,n.hasInjectedModules=!0,n.tagMapper={},n.tagNameMapper={},n.isVue3=!g,n.ej2Instances=new t.PdfViewer({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return i(l,e),l.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var i=n[t],r=this.templateCollection[i];if(r&&r.length){for(var s=0,a=r;s<a.length;s++){var l=a[s];o.getValue("__vue__.$destroy",l)&&l.__vue__.$destroy(),l.innerHTML&&(l.innerHTML="")}delete this.templateCollection[i]}}},l.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},l.prototype.render=function(e){var t=n.gh||e,i=null;return o.isNullOrUndefined(this.$slots.default)||(i=n.gh?this.$slots.default():this.$slots.default),t("div",i)},l.prototype.custom=function(){this.updated()},l.prototype.addAnnotation=function(e){return this.ej2Instances.addAnnotation(e)},l.prototype.clearFormFields=function(e){return this.ej2Instances.clearFormFields(e)},l.prototype.convertClientPointToPagePoint=function(e,t){return this.ej2Instances.convertClientPointToPagePoint(e,t)},l.prototype.convertPagePointToClientPoint=function(e,t){return this.ej2Instances.convertPagePointToClientPoint(e,t)},l.prototype.convertPagePointToScrollingPoint=function(e,t){return this.ej2Instances.convertPagePointToScrollingPoint(e,t)},l.prototype.deleteAnnotations=function(){return this.ej2Instances.deleteAnnotations()},l.prototype.download=function(){return this.ej2Instances.download()},l.prototype.exportAnnotation=function(e){return this.ej2Instances.exportAnnotation(e)},l.prototype.exportAnnotationsAsBase64String=function(e){return this.ej2Instances.exportAnnotationsAsBase64String(e)},l.prototype.exportAnnotationsAsObject=function(){return this.ej2Instances.exportAnnotationsAsObject()},l.prototype.exportFormFields=function(e){return this.ej2Instances.exportFormFields(e)},l.prototype.exportFormFieldsAsObject=function(){return this.ej2Instances.exportFormFieldsAsObject()},l.prototype.focusFormField=function(e){return this.ej2Instances.focusFormField(e)},l.prototype.getPageNumberFromClientPoint=function(e){return this.ej2Instances.getPageNumberFromClientPoint(e)},l.prototype.importAnnotation=function(e,t){return this.ej2Instances.importAnnotation(e,t)},l.prototype.importFormFields=function(e){return this.ej2Instances.importFormFields(e)},l.prototype.load=function(e,t){return this.ej2Instances.load(e,t)},l.prototype.redo=function(){return this.ej2Instances.redo()},l.prototype.requiredModules=function(){return this.ej2Instances.requiredModules()},l.prototype.resetFormFields=function(){return this.ej2Instances.resetFormFields()},l.prototype.retrieveFormFields=function(){return this.ej2Instances.retrieveFormFields()},l.prototype.saveAsBlob=function(){return this.ej2Instances.saveAsBlob()},l.prototype.setJsonData=function(e){return this.ej2Instances.setJsonData(e)},l.prototype.showNotificationPopup=function(e){return this.ej2Instances.showNotificationPopup(e)},l.prototype.undo=function(){return this.ej2Instances.undo()},l.prototype.unload=function(){return this.ej2Instances.unload()},l.prototype.updateFormFields=function(e){return this.ej2Instances.updateFormFields(e)},l.prototype.updateFormFieldsValue=function(e){return this.ej2Instances.updateFormFieldsValue(e)},l.prototype.updateViewerContainer=function(){return this.ej2Instances.updateViewerContainer()},l.prototype.zoomToRect=function(e){return this.ej2Instances.zoomToRect(e)},l=r([n.EJComponentDecorator({props:s},g)],l)}(n.ComponentBase),h={name:"ejs-pdfviewer",install:function(e){e.component(h.name,f)}};e.PdfViewerComponent=f,e.PdfViewerPlugin=h,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
38
11
|
//# sourceMappingURL=ej2-vue-pdfviewer.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-pdfviewer.umd.min.js","sources":["../src/pdfviewer/pdfviewer.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nexport var properties = ['ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormFieldDocument', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'locale', 'measurementSettings', 'pageCount', 'perimeterSettings', 'polygonSettings', 'printMode', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldClick', 'formFieldFocusOut', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];\nexport var modelProps = [];\n/**\n * `ejs-pdfviewer` represents the VueJS PdfViewer Component.\n * ```vue\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\nvar PdfViewerComponent = /** @class */ (function (_super) {\n __extends(PdfViewerComponent, _super);\n function PdfViewerComponent() {\n var _this = _super.call(this) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = true;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.ej2Instances = new PdfViewer({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n return _this;\n }\n PdfViewerComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n PdfViewerComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n PdfViewerComponent.prototype.addAnnotation = function (annotation) {\n return this.ej2Instances.addAnnotation(annotation);\n };\n PdfViewerComponent.prototype.clearFormFields = function (formField) {\n return this.ej2Instances.clearFormFields(formField);\n };\n PdfViewerComponent.prototype.deleteAnnotations = function () {\n return this.ej2Instances.deleteAnnotations();\n };\n PdfViewerComponent.prototype.download = function () {\n return this.ej2Instances.download();\n };\n PdfViewerComponent.prototype.exportAnnotation = function (annotationDataFormat) {\n return this.ej2Instances.exportAnnotation(annotationDataFormat);\n };\n PdfViewerComponent.prototype.exportAnnotationsAsObject = function () {\n return this.ej2Instances.exportAnnotationsAsObject();\n };\n PdfViewerComponent.prototype.exportFormFields = function (path) {\n return this.ej2Instances.exportFormFields(path);\n };\n PdfViewerComponent.prototype.exportFormFieldsAsObject = function () {\n return this.ej2Instances.exportFormFieldsAsObject();\n };\n PdfViewerComponent.prototype.importAnnotation = function (importData, annotationDataFormat) {\n return this.ej2Instances.importAnnotation(importData, annotationDataFormat);\n };\n PdfViewerComponent.prototype.importFormFields = function (formFields) {\n return this.ej2Instances.importFormFields(formFields);\n };\n PdfViewerComponent.prototype.load = function (document, password) {\n return this.ej2Instances.load(document, password);\n };\n PdfViewerComponent.prototype.redo = function () {\n return this.ej2Instances.redo();\n };\n PdfViewerComponent.prototype.requiredModules = function () {\n return this.ej2Instances.requiredModules();\n };\n PdfViewerComponent.prototype.resetFormFields = function () {\n return this.ej2Instances.resetFormFields();\n };\n PdfViewerComponent.prototype.retrieveFormFields = function () {\n return this.ej2Instances.retrieveFormFields();\n };\n PdfViewerComponent.prototype.saveAsBlob = function () {\n return this.ej2Instances.saveAsBlob();\n };\n PdfViewerComponent.prototype.setJsonData = function (jsonData) {\n return this.ej2Instances.setJsonData(jsonData);\n };\n PdfViewerComponent.prototype.showNotificationPopup = function (errorString) {\n return this.ej2Instances.showNotificationPopup(errorString);\n };\n PdfViewerComponent.prototype.undo = function () {\n return this.ej2Instances.undo();\n };\n PdfViewerComponent.prototype.unload = function () {\n return this.ej2Instances.unload();\n };\n PdfViewerComponent.prototype.updateFormFields = function (formFields) {\n return this.ej2Instances.updateFormFields(formFields);\n };\n PdfViewerComponent.prototype.updateFormFieldsValue = function (fieldValue) {\n return this.ej2Instances.updateFormFieldsValue(fieldValue);\n };\n PdfViewerComponent.prototype.updateViewerContainer = function () {\n return this.ej2Instances.updateViewerContainer();\n };\n PdfViewerComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], PdfViewerComponent);\n return PdfViewerComponent;\n}(ComponentBase));\nexport { PdfViewerComponent };\nexport var PdfViewerPlugin = {\n name: 'ejs-pdfviewer',\n install: function (Vue) {\n Vue.component(PdfViewerPlugin.name, PdfViewerComponent);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","properties","modelProps","PdfViewerComponent","_super","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","ej2Instances","PdfViewer","bindProperties","_setProperties","setProperties","prop","muteOnChange","keys","map","model","test","$emit","render","createElement","$slots","default","addAnnotation","annotation","clearFormFields","formField","deleteAnnotations","download","exportAnnotation","annotationDataFormat","exportAnnotationsAsObject","exportFormFields","path","exportFormFieldsAsObject","importAnnotation","importData","importFormFields","formFields","load","document","password","redo","requiredModules","resetFormFields","retrieveFormFields","saveAsBlob","setJsonData","jsonData","showNotificationPopup","errorString","undo","unload","updateFormFields","updateFormFieldsValue","fieldValue","updateViewerContainer","EJComponentDecorator","props","ComponentBase","PdfViewerPlugin","name","install","Vue","component"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-pdfviewer.umd.min.js","sources":["../src/pdfviewer/pdfviewer.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n// {{VueImport}}\nexport var properties = ['isLazyUpdate', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0];\nexport var watch = testProp[1];\nexport var emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\nexport var isExecute = gh ? false : true;\n/**\n * `ejs-pdfviewer` represents the VueJS PdfViewer Component.\n * ```vue\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\nvar PdfViewerComponent = /** @class */ (function (_super) {\n __extends(PdfViewerComponent, _super);\n function PdfViewerComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = true;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.isVue3 = !isExecute;\n _this.ej2Instances = new PdfViewer({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n PdfViewerComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n PdfViewerComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n };\n PdfViewerComponent.prototype.render = function (createElement) {\n var h = gh || createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n };\n PdfViewerComponent.prototype.custom = function () {\n this.updated();\n };\n PdfViewerComponent.prototype.addAnnotation = function (annotation) {\n return this.ej2Instances.addAnnotation(annotation);\n };\n PdfViewerComponent.prototype.clearFormFields = function (formField) {\n return this.ej2Instances.clearFormFields(formField);\n };\n PdfViewerComponent.prototype.convertClientPointToPagePoint = function (clientPoint, pageNumber) {\n return this.ej2Instances.convertClientPointToPagePoint(clientPoint, pageNumber);\n };\n PdfViewerComponent.prototype.convertPagePointToClientPoint = function (pagePoint, pageNumber) {\n return this.ej2Instances.convertPagePointToClientPoint(pagePoint, pageNumber);\n };\n PdfViewerComponent.prototype.convertPagePointToScrollingPoint = function (pagePoint, pageNumber) {\n return this.ej2Instances.convertPagePointToScrollingPoint(pagePoint, pageNumber);\n };\n PdfViewerComponent.prototype.deleteAnnotations = function () {\n return this.ej2Instances.deleteAnnotations();\n };\n PdfViewerComponent.prototype.download = function () {\n return this.ej2Instances.download();\n };\n PdfViewerComponent.prototype.exportAnnotation = function (annotationDataFormat) {\n return this.ej2Instances.exportAnnotation(annotationDataFormat);\n };\n PdfViewerComponent.prototype.exportAnnotationsAsBase64String = function (annotationDataFormat) {\n return this.ej2Instances.exportAnnotationsAsBase64String(annotationDataFormat);\n };\n PdfViewerComponent.prototype.exportAnnotationsAsObject = function () {\n return this.ej2Instances.exportAnnotationsAsObject();\n };\n PdfViewerComponent.prototype.exportFormFields = function (path) {\n return this.ej2Instances.exportFormFields(path);\n };\n PdfViewerComponent.prototype.exportFormFieldsAsObject = function () {\n return this.ej2Instances.exportFormFieldsAsObject();\n };\n PdfViewerComponent.prototype.focusFormField = function (field) {\n return this.ej2Instances.focusFormField(field);\n };\n PdfViewerComponent.prototype.getPageNumberFromClientPoint = function (clientPoint) {\n return this.ej2Instances.getPageNumberFromClientPoint(clientPoint);\n };\n PdfViewerComponent.prototype.importAnnotation = function (importData, annotationDataFormat) {\n return this.ej2Instances.importAnnotation(importData, annotationDataFormat);\n };\n PdfViewerComponent.prototype.importFormFields = function (formFields) {\n return this.ej2Instances.importFormFields(formFields);\n };\n PdfViewerComponent.prototype.load = function (document, password) {\n return this.ej2Instances.load(document, password);\n };\n PdfViewerComponent.prototype.redo = function () {\n return this.ej2Instances.redo();\n };\n PdfViewerComponent.prototype.requiredModules = function () {\n return this.ej2Instances.requiredModules();\n };\n PdfViewerComponent.prototype.resetFormFields = function () {\n return this.ej2Instances.resetFormFields();\n };\n PdfViewerComponent.prototype.retrieveFormFields = function () {\n return this.ej2Instances.retrieveFormFields();\n };\n PdfViewerComponent.prototype.saveAsBlob = function () {\n return this.ej2Instances.saveAsBlob();\n };\n PdfViewerComponent.prototype.setJsonData = function (jsonData) {\n return this.ej2Instances.setJsonData(jsonData);\n };\n PdfViewerComponent.prototype.showNotificationPopup = function (errorString) {\n return this.ej2Instances.showNotificationPopup(errorString);\n };\n PdfViewerComponent.prototype.undo = function () {\n return this.ej2Instances.undo();\n };\n PdfViewerComponent.prototype.unload = function () {\n return this.ej2Instances.unload();\n };\n PdfViewerComponent.prototype.updateFormFields = function (formFields) {\n return this.ej2Instances.updateFormFields(formFields);\n };\n PdfViewerComponent.prototype.updateFormFieldsValue = function (fieldValue) {\n return this.ej2Instances.updateFormFieldsValue(fieldValue);\n };\n PdfViewerComponent.prototype.updateViewerContainer = function () {\n return this.ej2Instances.updateViewerContainer();\n };\n PdfViewerComponent.prototype.zoomToRect = function (rectangle) {\n return this.ej2Instances.zoomToRect(rectangle);\n };\n PdfViewerComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function provide() {\n return {\n custom: this.custom\n };\n }\n }) End */\n ], PdfViewerComponent);\n return PdfViewerComponent;\n}(ComponentBase));\nexport { PdfViewerComponent };\nexport var PdfViewerPlugin = {\n name: 'ejs-pdfviewer',\n install: function (Vue) {\n Vue.component(PdfViewerPlugin.name, PdfViewerComponent);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","properties","modelProps","testProp","getProps","props","watch","emitProbs","keys","push","_i","modelProps_1","props_1","isExecute","gh","PdfViewerComponent","_super","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","ej2Instances","PdfViewer","bindProperties","_setProperties","setProperties","clearTemplate","updated","templateNames","templateCollection","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","referModels","map","model","test","vueInstance","$emit","render","createElement","h","slots","isNullOrUndefined","$slots","default","custom","addAnnotation","annotation","clearFormFields","formField","convertClientPointToPagePoint","clientPoint","pageNumber","convertPagePointToClientPoint","pagePoint","convertPagePointToScrollingPoint","deleteAnnotations","download","exportAnnotation","annotationDataFormat","exportAnnotationsAsBase64String","exportAnnotationsAsObject","exportFormFields","path","exportFormFieldsAsObject","focusFormField","field","getPageNumberFromClientPoint","importAnnotation","importData","importFormFields","formFields","load","document","password","redo","requiredModules","resetFormFields","retrieveFormFields","saveAsBlob","setJsonData","jsonData","showNotificationPopup","errorString","undo","unload","updateFormFields","updateFormFieldsValue","fieldValue","updateViewerContainer","zoomToRect","rectangle","EJComponentDecorator","ComponentBase","PdfViewerPlugin","name","install","Vue","component"],"mappings":"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"}
|