@syncfusion/ej2-vue-pdfviewer 26.1.42 → 26.1.43-4568
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 +696 -0
- package/README.md +0 -152
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -10
- package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es2015.js +22 -62
- package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js +22 -62
- package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
- package/license +6 -6
- package/package.json +61 -61
- package/src/pdfviewer/pdfviewer.component.d.ts +7 -21
- package/src/pdfviewer/pdfviewer.component.js +16 -58
- package/styles/bootstrap-dark.css +0 -3724
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +0 -3733
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +0 -4076
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +0 -4090
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +0 -4090
- package/styles/bootstrap5.scss +0 -1
- package/styles/fabric-dark.css +0 -3732
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +0 -3747
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark.css +0 -4011
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +0 -4011
- package/styles/fluent.scss +0 -1
- package/styles/fluent2.css +0 -5098
- package/styles/fluent2.scss +0 -1
- package/styles/highcontrast-light.css +0 -3722
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +0 -3743
- package/styles/highcontrast.scss +0 -1
- package/styles/material-dark.css +0 -3725
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +0 -3732
- package/styles/material.scss +0 -1
- package/styles/material3-dark.css +0 -4013
- package/styles/material3-dark.scss +0 -2
- package/styles/material3.css +0 -4125
- package/styles/material3.scss +0 -2
- package/styles/pdfviewer/bootstrap-dark.css +0 -3724
- package/styles/pdfviewer/bootstrap-dark.scss +0 -1
- package/styles/pdfviewer/bootstrap.css +0 -3733
- package/styles/pdfviewer/bootstrap.scss +0 -1
- package/styles/pdfviewer/bootstrap4.css +0 -4076
- package/styles/pdfviewer/bootstrap4.scss +0 -1
- package/styles/pdfviewer/bootstrap5-dark.css +0 -4090
- package/styles/pdfviewer/bootstrap5-dark.scss +0 -1
- package/styles/pdfviewer/bootstrap5.css +0 -4090
- package/styles/pdfviewer/bootstrap5.scss +0 -1
- package/styles/pdfviewer/fabric-dark.css +0 -3732
- package/styles/pdfviewer/fabric-dark.scss +0 -1
- package/styles/pdfviewer/fabric.css +0 -3747
- package/styles/pdfviewer/fabric.scss +0 -1
- package/styles/pdfviewer/fluent-dark.css +0 -4011
- package/styles/pdfviewer/fluent-dark.scss +0 -1
- package/styles/pdfviewer/fluent.css +0 -4011
- package/styles/pdfviewer/fluent.scss +0 -1
- package/styles/pdfviewer/fluent2.css +0 -5098
- package/styles/pdfviewer/fluent2.scss +0 -1
- package/styles/pdfviewer/highcontrast-light.css +0 -3722
- package/styles/pdfviewer/highcontrast-light.scss +0 -1
- package/styles/pdfviewer/highcontrast.css +0 -3743
- package/styles/pdfviewer/highcontrast.scss +0 -1
- package/styles/pdfviewer/material-dark.css +0 -3725
- package/styles/pdfviewer/material-dark.scss +0 -1
- package/styles/pdfviewer/material.css +0 -3732
- package/styles/pdfviewer/material.scss +0 -1
- package/styles/pdfviewer/material3-dark.css +0 -4013
- package/styles/pdfviewer/material3-dark.scss +0 -2
- package/styles/pdfviewer/material3.css +0 -4125
- package/styles/pdfviewer/material3.scss +0 -2
- package/styles/pdfviewer/tailwind-dark.css +0 -3775
- package/styles/pdfviewer/tailwind-dark.scss +0 -1
- package/styles/pdfviewer/tailwind.css +0 -3776
- package/styles/pdfviewer/tailwind.scss +0 -1
- package/styles/tailwind-dark.css +0 -3775
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +0 -3776
- package/styles/tailwind.scss +0 -1
package/README.md
CHANGED
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
# Vue PDF Viewer Component
|
|
2
|
-
|
|
3
|
-
The [Vue PDF Viewer](https://www.syncfusion.com/Vue-ui-components/Vue-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm) component enables you to view, annotate, prepare and fill forms, and print PDF files from your web applications.
|
|
4
|
-
|
|
5
|
-
<p align="center">
|
|
6
|
-
<a href="https://ej2.syncfusion.com/Vue/documentation/pdfviewer/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm">Getting started</a> .
|
|
7
|
-
<a href="https://ej2.syncfusion.com/Vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm#/bootstrap5/pdfviewer/default">Online demos</a> .
|
|
8
|
-
<a href="https://www.syncfusion.com/Vue-components/Vue-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm">Learn more</a>
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<p align="center">
|
|
12
|
-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-pdf-viewer.png" alt="Vue PDF Viewer Component"/>
|
|
13
|
-
</p>
|
|
14
|
-
|
|
15
|
-
<p align="center">
|
|
16
|
-
Trusted by the world's leading companies
|
|
17
|
-
<a href="https://www.syncfusion.com">
|
|
18
|
-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
19
|
-
</a>
|
|
20
|
-
</p>
|
|
21
|
-
|
|
22
|
-
## Setup
|
|
23
|
-
|
|
24
|
-
### Create a Vue Application
|
|
25
|
-
|
|
26
|
-
You can use [`Vue CLI`](https://github.com/vuejs/vue-cli) to setup your Vue 2 applications.To install Vue CLI use the following commands.
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
npm install -g @vue/cli
|
|
30
|
-
npm install -g @vue/cli-init
|
|
31
|
-
vue init webpack-simple quickstart
|
|
32
|
-
cd quickstart
|
|
33
|
-
npm install
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option `Default ([Vue 2] babel, eslint)` from the menu.
|
|
37
|
-
|
|
38
|
-
### Adding Syncfusion PDF Viewer package
|
|
39
|
-
|
|
40
|
-
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue PDF Viewer package, use the following command.
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
npm install @syncfusion/ej2-vue-pdfviewer --save
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
### Registering PDF Viewer component
|
|
47
|
-
|
|
48
|
-
You can register the PDF Viewer component in your application by using the **Vue.use()**. Refer to the code example given below.
|
|
49
|
-
|
|
50
|
-
```typescript
|
|
51
|
-
import { PdfViewerPlugin } from '@syncfusion/ej2-vue-pdfviewer';
|
|
52
|
-
|
|
53
|
-
Vue.use(PdfViewerPlugin);
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
> Registering **PdfViewerPlugin** in Vue, will register the PDF Viewer component along with its required child directives globally.
|
|
57
|
-
|
|
58
|
-
### Adding CSS references for PDF Viewer
|
|
59
|
-
|
|
60
|
-
Add CSS references needed for PDF Viewer in **style** section of the **App.vue** file from **../node_modules/@syncfusion** package folder.
|
|
61
|
-
|
|
62
|
-
```html
|
|
63
|
-
<style>
|
|
64
|
-
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
|
|
65
|
-
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
|
|
66
|
-
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
|
|
67
|
-
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
|
|
68
|
-
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
|
|
69
|
-
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
|
|
70
|
-
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
|
|
71
|
-
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
|
|
72
|
-
@import '../node_modules/@syncfusion/ej2-notifications/styles/material.css';
|
|
73
|
-
@import "../node_modules/@syncfusion/ej2-vue-pdfviewer/styles/material.css";
|
|
74
|
-
</style>
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
## Add PDF Viewer component
|
|
78
|
-
|
|
79
|
-
Add the Vue PDF Viewer by using **ejs-pdfviewer** selector in **template** section of the **App.vue** file.
|
|
80
|
-
|
|
81
|
-
```html
|
|
82
|
-
<template>
|
|
83
|
-
<div id="app">
|
|
84
|
-
<ejs-pdfviewer id="pdfViewer" :serviceUrl="serviceUrl" :documentPath="documentPath"> </ejs-pdfviewer>
|
|
85
|
-
</div>
|
|
86
|
-
</template>
|
|
87
|
-
|
|
88
|
-
<script>
|
|
89
|
-
import Vue from 'vue';
|
|
90
|
-
import { PdfViewerPlugin, Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView, ThumbnailView, Print, TextSelection, TextSearch, Annotation, FormFields, FormDesigner } from '@syncfusion/ej2-vue-pdfviewer';
|
|
91
|
-
Vue.use(PdfViewerPlugin);
|
|
92
|
-
export default {
|
|
93
|
-
name: 'app',
|
|
94
|
-
data () {
|
|
95
|
-
return {
|
|
96
|
-
serviceUrl:"https://ej2services.syncfusion.com/production/web-services/api/pdfviewer",
|
|
97
|
-
documentPath:"PDF_Succinctly.pdf"
|
|
98
|
-
};
|
|
99
|
-
},
|
|
100
|
-
provide: {
|
|
101
|
-
PdfViewer: [Toolbar, Magnification, Navigation, LinkAnnotation, BookmarkView, ThumbnailView, Print, TextSelection, TextSearch, Annotation, FormFields, FormDesigner]
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
</script>
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/pdfviewer/getting-started-application/) for using Syncfusion Vue components in Vue 3 applications.
|
|
108
|
-
|
|
109
|
-
## Supported frameworks
|
|
110
|
-
|
|
111
|
-
PDF Viewer component is also offered in the following list of frameworks.
|
|
112
|
-
|
|
113
|
-
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/> [Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
114
|
-
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
115
|
-
|
|
116
|
-
## Key features
|
|
117
|
-
|
|
118
|
-
* [View PDF Document](https://ej2.syncfusion.com/vue/documentation/pdfviewer/getting-started/) - Open and display both the normal and the protected PDF files with AES and RC4 encryption.
|
|
119
|
-
* [Annotations](https://ej2.syncfusion.com/vue/documentation/pdfviewer/annotation/text-markup-annotation/) - Annotate with text markup, shapes, stamps, ink, and sticky notes.
|
|
120
|
-
* [Form Fields](https://ej2.syncfusion.com/vue/documentation/pdfviewer/form-designer/create-fillable-PDF-forms/create-programmatically/) - Form filling and form designing can be done.
|
|
121
|
-
* [Signature](https://ej2.syncfusion.com/angular/documentation/pdfviewer/handwritten-signature/) - Hand-written and digital signatures are allowed.
|
|
122
|
-
* [Toolbar](https://ej2.syncfusion.com/vue/documentation/pdfviewer/toolbar/) - Built-in-toolbar and custom toolbars to perform user interaction of PDF Viewer functionalities.
|
|
123
|
-
* [Navigation](https://ej2.syncfusion.com/vue/documentation/pdfviewer/navigation/) - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and table of contents.
|
|
124
|
-
* [Magnification](https://ej2.syncfusion.com/vue/documentation/pdfviewer/magnification/) - Fit to page, fit to width, and automatic (fits to the visible area).
|
|
125
|
-
* [Search](https://ej2.syncfusion.com/vue/documentation/pdfviewer/text-search/) - Search a text easily across the PDF document.
|
|
126
|
-
* [Core Interactions](https://ej2.syncfusion.com/vue/documentation/pdfviewer/interaction-mode/) - Allows scrolling, zooming, panning, selection, and page navigation.
|
|
127
|
-
* [Print](https://ej2.syncfusion.com/vue/documentation/pdfviewer/interaction-mode/) - Print the entire document or a specific page directly from the browser.
|
|
128
|
-
* [Globalization](https://ej2.syncfusion.com/vue/documentation/pdfviewer/globalization/) - Provides inherent support to localize the UI.
|
|
129
|
-
|
|
130
|
-
## Support
|
|
131
|
-
|
|
132
|
-
Product support is available through the following mediums.
|
|
133
|
-
|
|
134
|
-
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
135
|
-
* [Community forum](https://www.syncfusion.com/forums/Vue-js2?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm)
|
|
136
|
-
* [GitHub issues](https://github.com/syncfusion/ej2-Vue-ui-components/issues/new)
|
|
137
|
-
* [Request feature or report bug](https://www.syncfusion.com/feedback/Vue?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm)
|
|
138
|
-
* Live chat
|
|
139
|
-
|
|
140
|
-
## Changelog
|
|
141
|
-
|
|
142
|
-
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/pdfviewer/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
143
|
-
|
|
144
|
-
## License and copyright
|
|
145
|
-
|
|
146
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/Vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
147
|
-
|
|
148
|
-
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
149
|
-
|
|
150
|
-
See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=Vue-pdf-viewer-npm) for more info.
|
|
151
|
-
|
|
152
|
-
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,11 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
* filename: ej2-vue-pdfviewer.umd.min.js
|
|
3
|
-
* version : 26.1.42
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
|
-
* Use of this code is subject to the terms of our license.
|
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
-
* applicable laws.
|
|
9
|
-
*/
|
|
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=e||self).ej={},e.ej2Pdfviewer,e.ej2VueBase,e.ej2Base)}(this,function(t,n,i,l){"use strict";var e=["isLazyUpdate","plugins","DropdownFieldSettings","ajaxRequestSettings","annotationSelectorSettings","annotationSettings","annotations","areaSettings","arrowSettings","checkBoxFieldSettings","circleSettings","commandManager","contextMenuOption","contextMenuSettings","currentPageNumber","customContextMenuItems","customStamp","customStampSettings","dateTimeFormat","designerMode","disableContextMenuItems","disableDefaultContextMenu","distanceSettings","documentPath","downloadFileName","drawingObject","enableAccessibilityTags","enableAnnotation","enableAnnotationToolbar","enableAutoComplete","enableBookmark","enableBookmarkStyles","enableCommentPanel","enableDesktopMode","enableDownload","enableFormDesigner","enableFormDesignerToolbar","enableFormFields","enableFormFieldsValidation","enableFreeText","enableHandwrittenSignature","enableHtmlSanitizer","enableHyperlink","enableImportAnnotationMeasurement","enableInkAnnotation","enableMagnification","enableMeasureAnnotation","enableMultiLineOverlap","enableMultiPageAnnotation","enableNavigation","enableNavigationToolbar","enablePageOrganizer","enablePersistence","enablePinchZoom","enablePrint","enablePrintRotation","enableRtl","enableShapeAnnotation","enableShapeLabel","enableStampAnnotations","enableStickyNotesAnnotation","enableTextMarkupAnnotation","enableTextMarkupResizer","enableTextSearch","enableTextSelection","enableThumbnail","enableToolbar","enableZoomOptimization","exportAnnotationFileName","formFieldCollections","formFields","freeTextSettings","handWrittenSignatureSettings","height","hideEmptyDigitalSignatureFields","hideSaveSignature","highlightSettings","hyperlinkOpenState","initialDialogSettings","initialFieldSettings","initialRenderPages","inkAnnotationSettings","interactionMode","isAnnotationToolbarOpen","isAnnotationToolbarVisible","isBookmarkPanelOpen","isCommandPanelOpen","isDocumentEdited","isExtractText","isFormDesignerToolbarVisible","isFormFieldDocument","isInitialFieldToolbarSelection","isMaintainSelection","isPageOrganizerOpen","isSignatureEditable","isThumbnailViewOpen","isValidFreeText","lineSettings","listBoxFieldSettings","locale","maxZoom","measurementSettings","minZoom","pageCount","pageOrganizerSettings","passwordFieldSettings","perimeterSettings","polygonSettings","printMode","printScaleRatio","radioButtonFieldSettings","radiusSettings","rectangleSettings","resourceUrl","restrictZoomRequest","retryCount","retryStatusCodes","retryTimeout","scrollSettings","selectedItems","serverActionSettings","serviceUrl","shapeLabelSettings","showCustomContextMenuBottom","showDigitalSignatureAppearance","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","customContextMenuBeforeOpen","customContextMenuSelect","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","keyboardCustomCommands","moveSignature","pageChange","pageClick","pageMouseover","pageOrganizerSaveAs","pageRenderComplete","pageRenderInitiate","printEnd","printStart","removeSignature","resizeSignature","signaturePropertiesChange","signatureSelect","signatureUnselect","textSearchComplete","textSearchHighlight","textSearchStart","textSelectionEnd","textSelectionStart","thumbnailClick","toolbarClick","validateFormFields","zoomChange"],o=[],s=i.getProps({props:e}),a=s[0],s=s[1],r=Object.keys(s);r.push("modelchanged","update:modelValue");for(var u=0,c=o;u<c.length;u++)r.push("update:"+c[u]);var d=i.vueDefineComponent({name:"PdfViewerComponent",mixins:[i.ComponentBase],props:a,watch:s,emits:r,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new n.PdfViewer({}),propKeys:e,models:o,hasChildDirective:!1,hasInjectedModules:!0,tagMapper:{},tagNameMapper:{},isVue3:!i.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(i.isExecute?e:i.gh)("div",t=l.isNullOrUndefined(this.$slots.default)?t:i.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var i=n[t],o=this.templateCollection[i];if(o&&o.length){for(var s=0,a=o;s<a.length;s++){var r=a[s];l.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(n,e){var i=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(n,e),n&&this.models&&this.models.length&&Object.keys(n).map(function(t){i.models.map(function(e){t!==e||/datasource/i.test(t)||(i.isVue3?i.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(i.$emit("update:"+t,n[t]),i.$emit("modelchanged",n[t])))})})},custom:function(){this.updated()},addAnnotation:function(e){return this.ej2Instances.addAnnotation(e)},addCustomMenu:function(e,t,n){return this.ej2Instances.addCustomMenu(e,t,n)},clearFormFields:function(e){return this.ej2Instances.clearFormFields(e)},convertClientPointToPagePoint:function(e,t){return this.ej2Instances.convertClientPointToPagePoint(e,t)},convertPagePointToClientPoint:function(e,t){return this.ej2Instances.convertPagePointToClientPoint(e,t)},convertPagePointToScrollingPoint:function(e,t){return this.ej2Instances.convertPagePointToScrollingPoint(e,t)},deleteAnnotations:function(){return this.ej2Instances.deleteAnnotations()},download:function(){return this.ej2Instances.download()},exportAnnotation:function(e){return this.ej2Instances.exportAnnotation(e)},exportAnnotationsAsBase64String:function(e){return this.ej2Instances.exportAnnotationsAsBase64String(e)},exportAnnotationsAsObject:function(e){return this.ej2Instances.exportAnnotationsAsObject(e)},exportFormFields:function(e,t){return this.ej2Instances.exportFormFields(e,t)},exportFormFieldsAsObject:function(e){return this.ej2Instances.exportFormFieldsAsObject(e)},focusFormField:function(e){return this.ej2Instances.focusFormField(e)},getPageNumberFromClientPoint:function(e){return this.ej2Instances.getPageNumberFromClientPoint(e)},importAnnotation:function(e,t){return this.ej2Instances.importAnnotation(e,t)},importFormFields:function(e,t){return this.ej2Instances.importFormFields(e,t)},load:function(e,t){return this.ej2Instances.load(e,t)},redo:function(){return this.ej2Instances.redo()},requiredModules:function(){return this.ej2Instances.requiredModules()},resetFormFields:function(){return this.ej2Instances.resetFormFields()},retrieveFormFields:function(){return this.ej2Instances.retrieveFormFields()},saveAsBlob:function(){return this.ej2Instances.saveAsBlob()},setJsonData:function(e){return this.ej2Instances.setJsonData(e)},showNotificationPopup:function(e){return this.ej2Instances.showNotificationPopup(e)},undo:function(){return this.ej2Instances.undo()},unload:function(){return this.ej2Instances.unload()},updateFormFields:function(e){return this.ej2Instances.updateFormFields(e)},updateFormFieldsValue:function(e){return this.ej2Instances.updateFormFieldsValue(e)},updateViewerContainer:function(){return this.ej2Instances.updateViewerContainer()},zoomToRect:function(e){return this.ej2Instances.zoomToRect(e)}}}),m={name:"ejs-pdfviewer",install:function(e){e.component(m.name,d)}};Object.keys(n).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return n[e]}})}),t.PdfViewerComponent=d,t.PdfViewerPlugin=m,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
1
|
+
!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,i){"use strict";var s=["isLazyUpdate","plugins","ajaxRequestSettings","annotationSelectorSettings","annotationSettings","annotationToolbarSettings","annotations","areaSettings","arrowSettings","circleSettings","contextMenuOption","customStampItems","customStampSettings","distanceSettings","documentPath","downloadFileName","drawingObject","enableAnnotation","enableAnnotationToolbar","enableBookmark","enableCommentPanel","enableDownload","enableFormFields","enableFormFieldsValidation","enableFreeText","enableHandwrittenSignature","enableHyperlink","enableMagnification","enableMeasureAnnotation","enableMultiLineOverlap","enableMultiPageAnnotation","enableNavigation","enableNavigationToolbar","enablePersistence","enablePinchZoom","enablePrint","enableRtl","enableShapeAnnotation","enableShapeLabel","enableStampAnnotations","enableStickyNotesAnnotation","enableTaggedPDF","enableTextMarkupAnnotation","enableTextMarkupResizer","enableTextSearch","enableTextSelection","enableThumbnail","enableToolbar","enableZoomOptimization","freeTextSettings","handWrittenSignatureSettings","height","highlightSettings","httpResponseType","hyperlinkOpenState","interactionMode","isCommandPanelOpen","isExtractText","isSignatureEditable","isThumbnailViewOpen","lineSettings","locale","measurementSettings","perimeterSettings","polygonSettings","printMode","radiusSettings","rectangleSettings","restrictZoomRequest","retryCount","retryStatusCodes","retryTimeout","scrollSettings","selectedItems","serverActionSettings","serviceUrl","shapeLabelSettings","showNotificationDialog","stampSettings","stickyNotesSettings","strikethroughSettings","textSearchColorSettings","tileRenderingSettings","toolbarSettings","underlineSettings","volumeSettings","width","zoomMode","zoomValue","addSignature","ajaxRequestFailed","ajaxRequestInitiate","ajaxRequestSuccess","annotationAdd","annotationDoubleClick","annotationMouseover","annotationMove","annotationPropertiesChange","annotationRemove","annotationResize","annotationSelect","beforeRenderPdfPage","documentLoad","documentLoadFailed","documentUnload","downloadEnd","downloadStart","exportFailed","exportStart","exportSuccess","extractTextCompleted","hyperlinkClick","hyperlinkMouseOver","importFailed","importStart","importSuccess","moveSignature","pageChange","pageClick","pageMouseover","removeSignature","resizeSignature","signaturePropertiesChange","textSelectionEnd","textSelectionStart","thumbnailClick","validateFormFields","zoomChange"],o=[],a=n.getProps({props:s}),r=a[0],l=a[1],u=Object.keys(l);u.push("modelchanged","update:modelValue");for(var c=0,d=o;c<d.length;c++){var p=d[c];u.push("update:"+p)}var m=n.vueDefineComponent({name:"PdfViewerComponent",mixins:[n.ComponentBase],props:r,watch:l,emits:u,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.PdfViewer({}),propKeys:s,models:o,hasChildDirective:!1,hasInjectedModules:!0,tagMapper:{},tagNameMapper:{},isVue3:!n.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=n.isExecute?e:n.gh,s=null;return i.isNullOrUndefined(this.$slots.default)||(s=n.isExecute?this.$slots.default:this.$slots.default()),t("div",s)},methods:{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 s=n[t],o=this.templateCollection[s];if(o&&o.length){for(var a=0,r=o;a<r.length;a++){var l=r[a];i.getValue("__vue__.$destroy",l)&&l.__vue__.$destroy(),l.innerHTML&&(l.innerHTML="")}delete this.templateCollection[s]}}},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(i){t!==i||/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])))})})},custom:function(){this.updated()},deleteAnnotations:function(){return this.ej2Instances.deleteAnnotations()},download:function(){return this.ej2Instances.download()},exportAnnotations:function(){return this.ej2Instances.exportAnnotations()},exportAnnotationsAsObject:function(){return this.ej2Instances.exportAnnotationsAsObject()},exportFormFields:function(e){return this.ej2Instances.exportFormFields(e)},exportFormFieldsAsObject:function(){return this.ej2Instances.exportFormFieldsAsObject()},importAnnotations:function(e){return this.ej2Instances.importAnnotations(e)},importFormFields:function(e){return this.ej2Instances.importFormFields(e)},load:function(e,t){return this.ej2Instances.load(e,t)},redo:function(){return this.ej2Instances.redo()},renderPdfPages:function(e){return this.ej2Instances.renderPdfPages(e)},requiredModules:function(){return this.ej2Instances.requiredModules()},saveAsBlob:function(){return this.ej2Instances.saveAsBlob()},setJsonData:function(e){return this.ej2Instances.setJsonData(e)},undo:function(){return this.ej2Instances.undo()},unload:function(){return this.ej2Instances.unload()},updateViewerContainer:function(){return this.ej2Instances.updateViewerContainer()}}}),h={name:"ejs-pdfviewer",install:function(e){e.component(h.name,m)}};e.PdfViewerComponent=m,e.PdfViewerPlugin=h,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
2
|
//# 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":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nexport var properties = ['isLazyUpdate', 'plugins', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', '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', 'customContextMenuBeforeOpen', 'customContextMenuSelect', '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', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\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}\n/**\n * `ejs-pdfviewer` represents the VueJS PdfViewer Component.\n * ```vue\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\nexport var PdfViewerComponent = vueDefineComponent({\n name: 'PdfViewerComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instances: new PdfViewer({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\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 },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n 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 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 custom: function () {\n this.updated();\n },\n addAnnotation: function (annotation) {\n return this.ej2Instances.addAnnotation(annotation);\n },\n addCustomMenu: function (menuItems, disableDefaultItems, appendToEnd) {\n return this.ej2Instances.addCustomMenu(menuItems, disableDefaultItems, appendToEnd);\n },\n clearFormFields: function (formField) {\n return this.ej2Instances.clearFormFields(formField);\n },\n convertClientPointToPagePoint: function (clientPoint, pageNumber) {\n return this.ej2Instances.convertClientPointToPagePoint(clientPoint, pageNumber);\n },\n convertPagePointToClientPoint: function (pagePoint, pageNumber) {\n return this.ej2Instances.convertPagePointToClientPoint(pagePoint, pageNumber);\n },\n convertPagePointToScrollingPoint: function (pagePoint, pageNumber) {\n return this.ej2Instances.convertPagePointToScrollingPoint(pagePoint, pageNumber);\n },\n deleteAnnotations: function () {\n return this.ej2Instances.deleteAnnotations();\n },\n download: function () {\n return this.ej2Instances.download();\n },\n exportAnnotation: function (annotationDataFormat) {\n return this.ej2Instances.exportAnnotation(annotationDataFormat);\n },\n exportAnnotationsAsBase64String: function (annotationDataFormat) {\n return this.ej2Instances.exportAnnotationsAsBase64String(annotationDataFormat);\n },\n exportAnnotationsAsObject: function (annotationDataFormat) {\n return this.ej2Instances.exportAnnotationsAsObject(annotationDataFormat);\n },\n exportFormFields: function (data, formFieldDataFormat) {\n return this.ej2Instances.exportFormFields(data, formFieldDataFormat);\n },\n exportFormFieldsAsObject: function (formFieldDataFormat) {\n return this.ej2Instances.exportFormFieldsAsObject(formFieldDataFormat);\n },\n focusFormField: function (field) {\n return this.ej2Instances.focusFormField(field);\n },\n getPageNumberFromClientPoint: function (clientPoint) {\n return this.ej2Instances.getPageNumberFromClientPoint(clientPoint);\n },\n importAnnotation: function (importData, annotationDataFormat) {\n return this.ej2Instances.importAnnotation(importData, annotationDataFormat);\n },\n importFormFields: function (data, formFieldDataFormat) {\n return this.ej2Instances.importFormFields(data, formFieldDataFormat);\n },\n load: function (document, password) {\n return this.ej2Instances.load(document, password);\n },\n redo: function () {\n return this.ej2Instances.redo();\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n resetFormFields: function () {\n return this.ej2Instances.resetFormFields();\n },\n retrieveFormFields: function () {\n return this.ej2Instances.retrieveFormFields();\n },\n saveAsBlob: function () {\n return this.ej2Instances.saveAsBlob();\n },\n setJsonData: function (jsonData) {\n return this.ej2Instances.setJsonData(jsonData);\n },\n showNotificationPopup: function (errorString) {\n return this.ej2Instances.showNotificationPopup(errorString);\n },\n undo: function () {\n return this.ej2Instances.undo();\n },\n unload: function () {\n return this.ej2Instances.unload();\n },\n updateFormFields: function (formFields) {\n return this.ej2Instances.updateFormFields(formFields);\n },\n updateFormFieldsValue: function (fieldValue) {\n return this.ej2Instances.updateFormFieldsValue(fieldValue);\n },\n updateViewerContainer: function () {\n return this.ej2Instances.updateViewerContainer();\n },\n zoomToRect: function (rectangle) {\n return this.ej2Instances.zoomToRect(rectangle);\n },\n }\n});\nexport var PdfViewerPlugin = {\n name: 'ejs-pdfviewer',\n install: function (Vue) {\n Vue.component(PdfViewerPlugin.name, PdfViewerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","PdfViewerComponent","vueDefineComponent","name","mixins","ComponentBase","emits","provide","custom","this","data","ej2Instances","PdfViewer","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","isExecute","templateCollection","created","bindProperties","_setProperties","setProperties","clearTemplate","updated","render","createElement","slots","gh","isNullOrUndefined","$slots","default","methods","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","_this","referModels","map","key","model","test","vueInstance","$emit","addAnnotation","annotation","addCustomMenu","menuItems","disableDefaultItems","appendToEnd","clearFormFields","formField","convertClientPointToPagePoint","clientPoint","pageNumber","convertPagePointToClientPoint","pagePoint","convertPagePointToScrollingPoint","deleteAnnotations","download","exportAnnotation","annotationDataFormat","exportAnnotationsAsBase64String","exportAnnotationsAsObject","exportFormFields","formFieldDataFormat","exportFormFieldsAsObject","focusFormField","field","getPageNumberFromClientPoint","importAnnotation","importData","importFormFields","load","document","password","redo","requiredModules","resetFormFields","retrieveFormFields","saveAsBlob","setJsonData","jsonData","showNotificationPopup","errorString","undo","unload","updateFormFields","formFields","updateFormFieldsValue","fieldValue","updateViewerContainer","zoomToRect","rectangle","PdfViewerPlugin","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":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nexport var properties = ['isLazyUpdate', 'plugins', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotationToolbarSettings', 'annotations', 'areaSettings', 'arrowSettings', 'circleSettings', 'contextMenuOption', 'customStampItems', 'customStampSettings', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableBookmark', 'enableCommentPanel', 'enableDownload', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTaggedPDF', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'highlightSettings', 'httpResponseType', 'hyperlinkOpenState', 'interactionMode', 'isCommandPanelOpen', 'isExtractText', 'isSignatureEditable', 'isThumbnailViewOpen', 'lineSettings', 'locale', 'measurementSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseover', 'annotationMove', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'beforeRenderPdfPage', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\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}\n/**\n * `ejs-pdfviewer` represents the VueJS PdfViewer Component.\n * ```vue\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\nexport var PdfViewerComponent = vueDefineComponent({\n name: 'PdfViewerComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instances: new PdfViewer({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\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 },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n 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 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 custom: function () {\n this.updated();\n },\n deleteAnnotations: function () {\n return this.ej2Instances.deleteAnnotations();\n },\n download: function () {\n return this.ej2Instances.download();\n },\n exportAnnotations: function () {\n return this.ej2Instances.exportAnnotations();\n },\n exportAnnotationsAsObject: function () {\n return this.ej2Instances.exportAnnotationsAsObject();\n },\n exportFormFields: function (path) {\n return this.ej2Instances.exportFormFields(path);\n },\n exportFormFieldsAsObject: function () {\n return this.ej2Instances.exportFormFieldsAsObject();\n },\n importAnnotations: function (importData) {\n return this.ej2Instances.importAnnotations(importData);\n },\n importFormFields: function (formFields) {\n return this.ej2Instances.importFormFields(formFields);\n },\n load: function (document, password) {\n return this.ej2Instances.load(document, password);\n },\n redo: function () {\n return this.ej2Instances.redo();\n },\n renderPdfPages: function (jsonData) {\n return this.ej2Instances.renderPdfPages(jsonData);\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n saveAsBlob: function () {\n return this.ej2Instances.saveAsBlob();\n },\n setJsonData: function (jsonData) {\n return this.ej2Instances.setJsonData(jsonData);\n },\n undo: function () {\n return this.ej2Instances.undo();\n },\n unload: function () {\n return this.ej2Instances.unload();\n },\n updateViewerContainer: function () {\n return this.ej2Instances.updateViewerContainer();\n },\n }\n});\nexport var PdfViewerPlugin = {\n name: 'ejs-pdfviewer',\n install: function (Vue) {\n Vue.component(PdfViewerPlugin.name, PdfViewerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","props_1","PdfViewerComponent","vueDefineComponent","name","mixins","ComponentBase","emits","provide","custom","this","data","ej2Instances","PdfViewer","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","isExecute","templateCollection","created","bindProperties","_setProperties","setProperties","clearTemplate","updated","render","createElement","h","gh","slots","isNullOrUndefined","$slots","default","methods","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","_this","referModels","map","key","model","test","vueInstance","$emit","deleteAnnotations","download","exportAnnotations","exportAnnotationsAsObject","exportFormFields","path","exportFormFieldsAsObject","importAnnotations","importData","importFormFields","formFields","load","document","password","redo","renderPdfPages","jsonData","requiredModules","saveAsBlob","setJsonData","undo","unload","updateViewerContainer","PdfViewerPlugin","install","Vue","component"],"mappings":"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"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
2
|
+
import { ComponentBase, getProps, gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
3
|
+
import { getValue, isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
5
4
|
|
|
6
|
-
const properties = ['isLazyUpdate', 'plugins', '
|
|
5
|
+
const properties = ['isLazyUpdate', 'plugins', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotationToolbarSettings', 'annotations', 'areaSettings', 'arrowSettings', 'circleSettings', 'contextMenuOption', 'customStampItems', 'customStampSettings', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableBookmark', 'enableCommentPanel', 'enableDownload', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTaggedPDF', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'highlightSettings', 'httpResponseType', 'hyperlinkOpenState', 'interactionMode', 'isCommandPanelOpen', 'isExtractText', 'isSignatureEditable', 'isThumbnailViewOpen', 'lineSettings', 'locale', 'measurementSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseover', 'annotationMove', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'beforeRenderPdfPage', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];
|
|
7
6
|
const modelProps = [];
|
|
8
7
|
const testProp = getProps({ props: properties });
|
|
9
|
-
const props = testProp[0]
|
|
8
|
+
const props = testProp[0];
|
|
9
|
+
const watch = testProp[1];
|
|
10
|
+
const emitProbs = Object.keys(watch);
|
|
10
11
|
emitProbs.push('modelchanged', 'update:modelValue');
|
|
11
12
|
for (let props of modelProps) {
|
|
12
13
|
emitProbs.push('update:' + props);
|
|
@@ -101,56 +102,29 @@ let PdfViewerComponent = vueDefineComponent({
|
|
|
101
102
|
custom() {
|
|
102
103
|
this.updated();
|
|
103
104
|
},
|
|
104
|
-
addAnnotation(annotation) {
|
|
105
|
-
return this.ej2Instances.addAnnotation(annotation);
|
|
106
|
-
},
|
|
107
|
-
addCustomMenu(menuItems, disableDefaultItems, appendToEnd) {
|
|
108
|
-
return this.ej2Instances.addCustomMenu(menuItems, disableDefaultItems, appendToEnd);
|
|
109
|
-
},
|
|
110
|
-
clearFormFields(formField) {
|
|
111
|
-
return this.ej2Instances.clearFormFields(formField);
|
|
112
|
-
},
|
|
113
|
-
convertClientPointToPagePoint(clientPoint, pageNumber) {
|
|
114
|
-
return this.ej2Instances.convertClientPointToPagePoint(clientPoint, pageNumber);
|
|
115
|
-
},
|
|
116
|
-
convertPagePointToClientPoint(pagePoint, pageNumber) {
|
|
117
|
-
return this.ej2Instances.convertPagePointToClientPoint(pagePoint, pageNumber);
|
|
118
|
-
},
|
|
119
|
-
convertPagePointToScrollingPoint(pagePoint, pageNumber) {
|
|
120
|
-
return this.ej2Instances.convertPagePointToScrollingPoint(pagePoint, pageNumber);
|
|
121
|
-
},
|
|
122
105
|
deleteAnnotations() {
|
|
123
106
|
return this.ej2Instances.deleteAnnotations();
|
|
124
107
|
},
|
|
125
108
|
download() {
|
|
126
109
|
return this.ej2Instances.download();
|
|
127
110
|
},
|
|
128
|
-
|
|
129
|
-
return this.ej2Instances.
|
|
130
|
-
},
|
|
131
|
-
exportAnnotationsAsBase64String(annotationDataFormat) {
|
|
132
|
-
return this.ej2Instances.exportAnnotationsAsBase64String(annotationDataFormat);
|
|
133
|
-
},
|
|
134
|
-
exportAnnotationsAsObject(annotationDataFormat) {
|
|
135
|
-
return this.ej2Instances.exportAnnotationsAsObject(annotationDataFormat);
|
|
111
|
+
exportAnnotations() {
|
|
112
|
+
return this.ej2Instances.exportAnnotations();
|
|
136
113
|
},
|
|
137
|
-
|
|
138
|
-
return this.ej2Instances.
|
|
114
|
+
exportAnnotationsAsObject() {
|
|
115
|
+
return this.ej2Instances.exportAnnotationsAsObject();
|
|
139
116
|
},
|
|
140
|
-
|
|
141
|
-
return this.ej2Instances.
|
|
117
|
+
exportFormFields(path) {
|
|
118
|
+
return this.ej2Instances.exportFormFields(path);
|
|
142
119
|
},
|
|
143
|
-
|
|
144
|
-
return this.ej2Instances.
|
|
120
|
+
exportFormFieldsAsObject() {
|
|
121
|
+
return this.ej2Instances.exportFormFieldsAsObject();
|
|
145
122
|
},
|
|
146
|
-
|
|
147
|
-
return this.ej2Instances.
|
|
123
|
+
importAnnotations(importData) {
|
|
124
|
+
return this.ej2Instances.importAnnotations(importData);
|
|
148
125
|
},
|
|
149
|
-
|
|
150
|
-
return this.ej2Instances.
|
|
151
|
-
},
|
|
152
|
-
importFormFields(data, formFieldDataFormat) {
|
|
153
|
-
return this.ej2Instances.importFormFields(data, formFieldDataFormat);
|
|
126
|
+
importFormFields(formFields) {
|
|
127
|
+
return this.ej2Instances.importFormFields(formFields);
|
|
154
128
|
},
|
|
155
129
|
load(document, password) {
|
|
156
130
|
return this.ej2Instances.load(document, password);
|
|
@@ -158,42 +132,27 @@ let PdfViewerComponent = vueDefineComponent({
|
|
|
158
132
|
redo() {
|
|
159
133
|
return this.ej2Instances.redo();
|
|
160
134
|
},
|
|
135
|
+
renderPdfPages(jsonData) {
|
|
136
|
+
return this.ej2Instances.renderPdfPages(jsonData);
|
|
137
|
+
},
|
|
161
138
|
requiredModules() {
|
|
162
139
|
return this.ej2Instances.requiredModules();
|
|
163
140
|
},
|
|
164
|
-
resetFormFields() {
|
|
165
|
-
return this.ej2Instances.resetFormFields();
|
|
166
|
-
},
|
|
167
|
-
retrieveFormFields() {
|
|
168
|
-
return this.ej2Instances.retrieveFormFields();
|
|
169
|
-
},
|
|
170
141
|
saveAsBlob() {
|
|
171
142
|
return this.ej2Instances.saveAsBlob();
|
|
172
143
|
},
|
|
173
144
|
setJsonData(jsonData) {
|
|
174
145
|
return this.ej2Instances.setJsonData(jsonData);
|
|
175
146
|
},
|
|
176
|
-
showNotificationPopup(errorString) {
|
|
177
|
-
return this.ej2Instances.showNotificationPopup(errorString);
|
|
178
|
-
},
|
|
179
147
|
undo() {
|
|
180
148
|
return this.ej2Instances.undo();
|
|
181
149
|
},
|
|
182
150
|
unload() {
|
|
183
151
|
return this.ej2Instances.unload();
|
|
184
152
|
},
|
|
185
|
-
updateFormFields(formFields) {
|
|
186
|
-
return this.ej2Instances.updateFormFields(formFields);
|
|
187
|
-
},
|
|
188
|
-
updateFormFieldsValue(fieldValue) {
|
|
189
|
-
return this.ej2Instances.updateFormFieldsValue(fieldValue);
|
|
190
|
-
},
|
|
191
153
|
updateViewerContainer() {
|
|
192
154
|
return this.ej2Instances.updateViewerContainer();
|
|
193
155
|
},
|
|
194
|
-
zoomToRect(rectangle) {
|
|
195
|
-
return this.ej2Instances.zoomToRect(rectangle);
|
|
196
|
-
},
|
|
197
156
|
}
|
|
198
157
|
});
|
|
199
158
|
const PdfViewerPlugin = {
|
|
@@ -204,4 +163,5 @@ const PdfViewerPlugin = {
|
|
|
204
163
|
};
|
|
205
164
|
|
|
206
165
|
export { PdfViewerComponent, PdfViewerPlugin };
|
|
166
|
+
export * from '@syncfusion/ej2-pdfviewer';
|
|
207
167
|
//# sourceMappingURL=ej2-vue-pdfviewer.es2015.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-pdfviewer.es2015.js","sources":["../src/es6/pdfviewer/pdfviewer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nexport const properties = ['isLazyUpdate', 'plugins', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleRatio', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', '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', 'customContextMenuBeforeOpen', 'customContextMenuSelect', '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', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange'];\nexport const modelProps = [];\nexport const testProp = getProps({ props: properties });\nexport const props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (let props of modelProps) {\n emitProbs.push('update:' + props);\n}\n/**\n * `ejs-pdfviewer` represents the VueJS PdfViewer Component.\n * ```vue\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\nexport let PdfViewerComponent = vueDefineComponent({\n name: 'PdfViewerComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide() { return { custom: this.custom }; },\n data() {\n return {\n ej2Instances: new PdfViewer({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created() {\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 },\n render(createElement) {\n let h = !isExecute ? gh : createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n clearTemplate(templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (let tempName of templateNames) {\n let elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (let ele of elementCollection) {\n let 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 setProperties(prop, muteOnChange) {\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((key) => {\n this.models.map((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 custom() {\n this.updated();\n },\n addAnnotation(annotation) {\n return this.ej2Instances.addAnnotation(annotation);\n },\n addCustomMenu(menuItems, disableDefaultItems, appendToEnd) {\n return this.ej2Instances.addCustomMenu(menuItems, disableDefaultItems, appendToEnd);\n },\n clearFormFields(formField) {\n return this.ej2Instances.clearFormFields(formField);\n },\n convertClientPointToPagePoint(clientPoint, pageNumber) {\n return this.ej2Instances.convertClientPointToPagePoint(clientPoint, pageNumber);\n },\n convertPagePointToClientPoint(pagePoint, pageNumber) {\n return this.ej2Instances.convertPagePointToClientPoint(pagePoint, pageNumber);\n },\n convertPagePointToScrollingPoint(pagePoint, pageNumber) {\n return this.ej2Instances.convertPagePointToScrollingPoint(pagePoint, pageNumber);\n },\n deleteAnnotations() {\n return this.ej2Instances.deleteAnnotations();\n },\n download() {\n return this.ej2Instances.download();\n },\n exportAnnotation(annotationDataFormat) {\n return this.ej2Instances.exportAnnotation(annotationDataFormat);\n },\n exportAnnotationsAsBase64String(annotationDataFormat) {\n return this.ej2Instances.exportAnnotationsAsBase64String(annotationDataFormat);\n },\n exportAnnotationsAsObject(annotationDataFormat) {\n return this.ej2Instances.exportAnnotationsAsObject(annotationDataFormat);\n },\n exportFormFields(data, formFieldDataFormat) {\n return this.ej2Instances.exportFormFields(data, formFieldDataFormat);\n },\n exportFormFieldsAsObject(formFieldDataFormat) {\n return this.ej2Instances.exportFormFieldsAsObject(formFieldDataFormat);\n },\n focusFormField(field) {\n return this.ej2Instances.focusFormField(field);\n },\n getPageNumberFromClientPoint(clientPoint) {\n return this.ej2Instances.getPageNumberFromClientPoint(clientPoint);\n },\n importAnnotation(importData, annotationDataFormat) {\n return this.ej2Instances.importAnnotation(importData, annotationDataFormat);\n },\n importFormFields(data, formFieldDataFormat) {\n return this.ej2Instances.importFormFields(data, formFieldDataFormat);\n },\n load(document, password) {\n return this.ej2Instances.load(document, password);\n },\n redo() {\n return this.ej2Instances.redo();\n },\n requiredModules() {\n return this.ej2Instances.requiredModules();\n },\n resetFormFields() {\n return this.ej2Instances.resetFormFields();\n },\n retrieveFormFields() {\n return this.ej2Instances.retrieveFormFields();\n },\n saveAsBlob() {\n return this.ej2Instances.saveAsBlob();\n },\n setJsonData(jsonData) {\n return this.ej2Instances.setJsonData(jsonData);\n },\n showNotificationPopup(errorString) {\n return this.ej2Instances.showNotificationPopup(errorString);\n },\n undo() {\n return this.ej2Instances.undo();\n },\n unload() {\n return this.ej2Instances.unload();\n },\n updateFormFields(formFields) {\n return this.ej2Instances.updateFormFields(formFields);\n },\n updateFormFieldsValue(fieldValue) {\n return this.ej2Instances.updateFormFieldsValue(fieldValue);\n },\n updateViewerContainer() {\n return this.ej2Instances.updateViewerContainer();\n },\n zoomToRect(rectangle) {\n return this.ej2Instances.zoomToRect(rectangle);\n },\n }\n});\nexport const PdfViewerPlugin = {\n name: 'ejs-pdfviewer',\n install(Vue) {\n Vue.component(PdfViewerPlugin.name, PdfViewerComponent);\n }\n};\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-pdfviewer.es2015.js","sources":["../src/es6/pdfviewer/pdfviewer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nexport const properties = ['isLazyUpdate', 'plugins', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotationToolbarSettings', 'annotations', 'areaSettings', 'arrowSettings', 'circleSettings', 'contextMenuOption', 'customStampItems', 'customStampSettings', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableBookmark', 'enableCommentPanel', 'enableDownload', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTaggedPDF', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'highlightSettings', 'httpResponseType', 'hyperlinkOpenState', 'interactionMode', 'isCommandPanelOpen', 'isExtractText', 'isSignatureEditable', 'isThumbnailViewOpen', 'lineSettings', 'locale', 'measurementSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseover', 'annotationMove', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'beforeRenderPdfPage', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];\nexport const modelProps = [];\nexport const testProp = getProps({ props: properties });\nexport const props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (let props of modelProps) {\n emitProbs.push('update:' + props);\n}\n/**\n * `ejs-pdfviewer` represents the VueJS PdfViewer Component.\n * ```vue\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\nexport let PdfViewerComponent = vueDefineComponent({\n name: 'PdfViewerComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide() { return { custom: this.custom }; },\n data() {\n return {\n ej2Instances: new PdfViewer({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created() {\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 },\n render(createElement) {\n let h = !isExecute ? gh : createElement;\n let slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n clearTemplate(templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (let tempName of templateNames) {\n let elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (let ele of elementCollection) {\n let 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 setProperties(prop, muteOnChange) {\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((key) => {\n this.models.map((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 custom() {\n this.updated();\n },\n deleteAnnotations() {\n return this.ej2Instances.deleteAnnotations();\n },\n download() {\n return this.ej2Instances.download();\n },\n exportAnnotations() {\n return this.ej2Instances.exportAnnotations();\n },\n exportAnnotationsAsObject() {\n return this.ej2Instances.exportAnnotationsAsObject();\n },\n exportFormFields(path) {\n return this.ej2Instances.exportFormFields(path);\n },\n exportFormFieldsAsObject() {\n return this.ej2Instances.exportFormFieldsAsObject();\n },\n importAnnotations(importData) {\n return this.ej2Instances.importAnnotations(importData);\n },\n importFormFields(formFields) {\n return this.ej2Instances.importFormFields(formFields);\n },\n load(document, password) {\n return this.ej2Instances.load(document, password);\n },\n redo() {\n return this.ej2Instances.redo();\n },\n renderPdfPages(jsonData) {\n return this.ej2Instances.renderPdfPages(jsonData);\n },\n requiredModules() {\n return this.ej2Instances.requiredModules();\n },\n saveAsBlob() {\n return this.ej2Instances.saveAsBlob();\n },\n setJsonData(jsonData) {\n return this.ej2Instances.setJsonData(jsonData);\n },\n undo() {\n return this.ej2Instances.undo();\n },\n unload() {\n return this.ej2Instances.unload();\n },\n updateViewerContainer() {\n return this.ej2Instances.updateViewerContainer();\n },\n }\n});\nexport const PdfViewerPlugin = {\n name: 'ejs-pdfviewer',\n install(Vue) {\n Vue.component(PdfViewerPlugin.name, PdfViewerComponent);\n }\n};\n"],"names":[],"mappings":"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"}
|