@syncfusion/ej2-vue-documenteditor 31.2.4 → 31.2.5
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/README.md +32 -25
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/package.json +4 -4
- package/src/document-editor/documenteditor.component.d.ts +1 -1
- package/src/document-editor/documenteditor.component.js +1 -1
package/README.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# Vue
|
|
1
|
+
# Vue DOCX Editor Component
|
|
2
2
|
|
|
3
|
-
The [Vue
|
|
3
|
+
The [Vue DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/vue-docx-editor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) component is a feature rich UI component with document editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. It provides all the common Word processing features including editing text, formatting content, resizing images and tables, finding and replacing text, bookmarks, tables of contents, track changes, commenting, restrict editing, printing, importing and exporting Word documents.
|
|
4
4
|
|
|
5
|
-
An example [
|
|
5
|
+
An example [DOCX Editor server-side Web API projects for ASP.NET MVC, ASP.NET Core, and Java is available in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) which contains all the mandatory Web APIs for opening Word documents, paste with formatting, restrict editing, spell-checking, and saving documents other than SFDT/DOCX format. Apart from these operations, all the user interactions and editing operations run purely in the client-side provides much faster editing experience to the users.
|
|
6
6
|
|
|
7
|
-
Syncfusion provides a predefined [
|
|
7
|
+
Syncfusion provides a predefined [DOCX Editor server docker image](https://hub.docker.com/r/syncfusion/word-processor-server?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) targeting ASP.NET Core 2.1 framework. You can directly pull this docker image and deploy it in server on the go. You can also create own docker image by customizing the existing [docker project from GitHub](https://github.com/SyncfusionExamples/Word-Processor-Server-Docker?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm).
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<a href="https://
|
|
11
|
-
<a href="https://
|
|
12
|
-
<a href="https://www.syncfusion.com/
|
|
10
|
+
<a href="https://help.syncfusion.com/document-processing/word/word-processor/vue/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm">Getting Started</a> .
|
|
11
|
+
<a href="https://document.syncfusion.com/demos/docx-editor/vue/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm#/tailwind3/document-editor/default.html">Online demos</a> .
|
|
12
|
+
<a href="https://www.syncfusion.com/docx-editor-sdk/vue-docx-editor?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm">Learn more</a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-word-processor.png" alt="Vue
|
|
16
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-word-processor.png" alt="Vue DOCX Editor Component">
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
<p align="center">
|
|
20
20
|
Trusted by the world's leading companies
|
|
21
21
|
<a href="https://www.syncfusion.com">
|
|
22
|
-
<img src="https://
|
|
22
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
23
23
|
</a>
|
|
24
24
|
</p>
|
|
25
25
|
|
|
@@ -37,7 +37,7 @@ npm run serve
|
|
|
37
37
|
```
|
|
38
38
|
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.
|
|
39
39
|
|
|
40
|
-
### Adding Syncfusion
|
|
40
|
+
### Adding Syncfusion DOCX Editor package
|
|
41
41
|
|
|
42
42
|
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue Document editor package, use the following command.
|
|
43
43
|
|
|
@@ -45,9 +45,9 @@ All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~
|
|
|
45
45
|
npm install @syncfusion/ej2-vue-documenteditor --save
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
### Registering
|
|
48
|
+
### Registering DOCX Editor component
|
|
49
49
|
|
|
50
|
-
You can register the
|
|
50
|
+
You can register the DOCX Editor (Document editor) component in your application by using the **Vue.use()**. Refer to the code example given below.
|
|
51
51
|
|
|
52
52
|
```typescript
|
|
53
53
|
import { DocumentEditorPlugin } from '@syncfusion/ej2-vue-documenteditor';
|
|
@@ -57,7 +57,7 @@ Vue.use(DocumentEditorPlugin);
|
|
|
57
57
|
|
|
58
58
|
> Registering **DocumentEditorContainerPlugin** in vue, will register the Document editor component along with its required child directives globally.
|
|
59
59
|
|
|
60
|
-
### Adding CSS references for
|
|
60
|
+
### Adding CSS references for DOCX Editor
|
|
61
61
|
|
|
62
62
|
Add CSS references needed for Document editor in **style** section of the **App.vue** file from **../node_modules/@syncfusion** package folder.
|
|
63
63
|
|
|
@@ -75,7 +75,7 @@ Add CSS references needed for Document editor in **style** section of the **App.
|
|
|
75
75
|
</style>
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
## Add
|
|
78
|
+
## Add DOCX Editor component
|
|
79
79
|
|
|
80
80
|
Add the Vue Document editor by using **ejs-documenteditorcontainer** selector in **template** section of the **App.vue** file.
|
|
81
81
|
|
|
@@ -93,7 +93,7 @@ Add the Vue Document editor by using **ejs-documenteditorcontainer** selector in
|
|
|
93
93
|
Vue.use(DocumentEditorContainerPlugin);
|
|
94
94
|
export default {
|
|
95
95
|
data(){
|
|
96
|
-
return { serviceUrl:'https://
|
|
96
|
+
return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }
|
|
97
97
|
},
|
|
98
98
|
provide: {
|
|
99
99
|
//Inject require modules.
|
|
@@ -114,28 +114,28 @@ Add the Vue Document editor by using **ejs-documenteditorcontainer** selector in
|
|
|
114
114
|
</style>
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
> The web API ('https://
|
|
118
|
-
> Refer the [Getting Started with Vue3](https://
|
|
117
|
+
> The web API ('https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/') is created specifically for our online demos. You should host web API on your side, refer the [web service documentation](https://help.syncfusion.com/document-processing/word/word-processor/vue/web-services/core?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) for more information.
|
|
118
|
+
> Refer the [Getting Started with Vue3](https://help.syncfusion.com/document-processing/word/word-processor/vue/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm) for using Syncfusion Vue components in Vue 3 applications.
|
|
119
119
|
|
|
120
120
|
## Supported frameworks
|
|
121
121
|
|
|
122
|
-
The Vue
|
|
122
|
+
The Vue DOCX Editor (Document Editor) component is also offered in the following list of frameworks.
|
|
123
123
|
|
|
124
|
-
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-
|
|
124
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/javascript-docx-editor?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/docx-editor-sdk/javascript-docx-editor?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/angular-new.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor?utm_medium=listing&utm_source=github)<br/> [Angular](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/asp-net-core-docx-editor?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/docx-editor-sdk/asp-net-core-docx-editor?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/asp-net-mvc-docx-editor?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/docx-editor-sdk/asp-net-mvc-docx-editor?utm_medium=listing&utm_source=github) |
|
|
125
125
|
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
126
126
|
|
|
127
127
|
## Key features
|
|
128
128
|
|
|
129
|
-
* [Document Authoring](https://
|
|
129
|
+
* [Document Authoring](https://document.syncfusion.com/demos/docx-editor/vue/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm#/tailwind3/document-editor/default.html ) - Allows to create a document with supported elements and formatting options.
|
|
130
130
|
* Supported elements - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, footnote and endnote, section, header, and footer.
|
|
131
131
|
* Styles - Supports character and paragraph styles.
|
|
132
132
|
* Editing - Supports all the common editing and formatting operations.
|
|
133
133
|
* History - Supports options to perform undo redo operations.
|
|
134
134
|
* Find and replace - Provides support to find and replace text within the document.
|
|
135
|
-
* [Track changes](https://
|
|
136
|
-
* [Commenting](https://
|
|
137
|
-
* [Form filling](https://
|
|
138
|
-
* [Restrict editng](https://
|
|
135
|
+
* [Track changes](https://document.syncfusion.com/demos/docx-editor/vue/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm#/tailwind3/document-editor/track-changes.html) - Suppports tracking the content insertion and deletion.
|
|
136
|
+
* [Commenting](https://document.syncfusion.com/demos/docx-editor/vue/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm#/tailwind3/document-editor/comments.html) - Supports adding a comment, replying to an existing comment or mark as resolved and more.
|
|
137
|
+
* [Form filling](https://document.syncfusion.com/demos/docx-editor/vue/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm#/tailwind3/document-editor/form-fields.html) - Supports designing fillable forms in Word document and fill the forms.
|
|
138
|
+
* [Restrict editng](https://document.syncfusion.com/demos/docx-editor/vue/?utm_source=npm&utm_medium=listing&utm_campaign=vue-word-processor-npm#/tailwind3/document-editor/document-protection.html) - Supports restricting edit permission for a region in Word document and control what type of changes can be made to the document.
|
|
139
139
|
* Export - Provides the options to export the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`. With server-side library, exporting as other formats can be achieved.
|
|
140
140
|
* Import - Provides the options to import the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side. With server-side library, importing other formats can be achieved.
|
|
141
141
|
* Print - Provides the options to print the documents.
|
|
@@ -145,6 +145,13 @@ The Vue Word Processor (Document Editor) component is also offered in the follow
|
|
|
145
145
|
* Dialog - Provides dialog for inserting elements such as hyperlink, table and formatting such as font, paragraph, list, style, table.
|
|
146
146
|
* Options pane - Provides options pane to perform find and replace operations.
|
|
147
147
|
|
|
148
|
+
## Resources
|
|
149
|
+
|
|
150
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
151
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/docx-editor-sdk?utm_medium=listing&utm_source=github)
|
|
152
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/docx-editor-sdk)
|
|
153
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
|
|
154
|
+
|
|
148
155
|
## Support
|
|
149
156
|
|
|
150
157
|
Product support is available through the following mediums.
|
|
@@ -161,7 +168,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
161
168
|
|
|
162
169
|
## License and copyright
|
|
163
170
|
|
|
164
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
171
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [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).
|
|
165
172
|
|
|
166
173
|
> 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.
|
|
167
174
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-documenteditor.umd.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.5
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-documenteditor"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-documenteditor","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t((e=e||self).ej={},e.ej2Documenteditor,e.ej2VueBase,e.ej2Base)}(this,function(t,n,s,a){"use strict";var e=["isLazyUpdate","plugins","acceptTab","autoResizeOnVisibilityChange","currentUser","defaultPasteOption","documentEditorSettings","documentName","documentSettings","enableAutoFocus","enableBookmarkDialog","enableBordersAndShadingDialog","enableCollaborativeEditing","enableColumnsDialog","enableComment","enableContextMenu","enableCursorOnReadOnly","enableEditor","enableEditorHistory","enableFontDialog","enableFootnoteAndEndnoteDialog","enableFormField","enableHyperlinkDialog","enableImageResizer","enableLayout","enableListDialog","enableLocalPaste","enableLockAndEdit","enableOptionsPane","enablePageSetupDialog","enableParagraphDialog","enablePersistence","enablePrint","enableRtl","enableSearch","enableSelection","enableSfdtExport","enableSpellCheck","enableStyleDialog","enableTableDialog","enableTableOfContentsDialog","enableTableOptionsDialog","enableTablePropertiesDialog","enableTextExport","enableTrackChanges","enableWordExport","headers","height","isReadOnly","layoutType","locale","pageGap","pageOutline","serverActionSettings","serviceUrl","showComments","showRevisions","useCtrlClickToFollowHyperlink","userColor","width","zIndex","zoomFactor","actionComplete","afterFormFieldFill","beforeAcceptRejectChanges","beforeCommentAction","beforeFileOpen","beforeFormFieldFill","beforePaneSwitch","beforePaste","commentBegin","commentDelete","commentEnd","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","keyDown","requestNavigate","searchResultsChange","selectionChange","serviceFailure","trackChange","viewChange","zoomFactorChange","beforeXmlHttpRequestSend","documentLoadFailed"],o=[],r=s.getProps({props:e}),i=r[0],r=r[1],c=Object.keys(r);c.push("modelchanged","update:modelValue");for(var u=0,l=o;u<l.length;u++)c.push("update:"+l[u]);var m=s.vueDefineComponent({name:"DocumentEditorComponent",mixins:[s.ComponentBase],props:i,watch:r,emits:c,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instance:new n.DocumentEditor({}),propKeys:e,models:o,hasChildDirective:!1,hasInjectedModules:!0,tagMapper:{},tagNameMapper:{},isVue3:!s.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(s.isExecute?e:s.gh)("div",t=a.isNullOrUndefined(this.$slots.default)?t:s.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 s=n[t],a=this.templateCollection[s];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var i=r[o];this.destroyPortals(i)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=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){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},enableAllModules:function(){return this.ej2Instances.enableAllModules()},exportAsImage:function(e,t){return this.ej2Instances.exportAsImage(e,t)},exportContentControlData:function(e){return this.ej2Instances.exportContentControlData(e)},exportFormData:function(){return this.ej2Instances.exportFormData()},fitPage:function(e){return this.ej2Instances.fitPage(e)},focusIn:function(){return this.ej2Instances.focusIn()},getBookmarks:function(){return this.ej2Instances.getBookmarks()},getComments:function(){return this.ej2Instances.getComments()},getDefaultCharacterFormat:function(){return this.ej2Instances.getDefaultCharacterFormat()},getDefaultParagraphFormat:function(){return this.ej2Instances.getDefaultParagraphFormat()},getDefaultSectionFormat:function(){return this.ej2Instances.getDefaultSectionFormat()},getDocumentCharacterFormat:function(){return this.ej2Instances.getDocumentCharacterFormat()},getDocumentParagraphFormat:function(){return this.ej2Instances.getDocumentParagraphFormat()},getFormFieldInfo:function(e){return this.ej2Instances.getFormFieldInfo(e)},getFormFieldNames:function(){return this.ej2Instances.getFormFieldNames()},getStyleNames:function(e){return this.ej2Instances.getStyleNames(e)},getStyles:function(e){return this.ej2Instances.getStyles(e)},importContentControlData:function(e){return this.ej2Instances.importContentControlData(e)},importFormData:function(e){return this.ej2Instances.importFormData(e)},open:function(e){return this.ej2Instances.open(e)},openAsync:function(e){return this.ej2Instances.openAsync(e)},openBlank:function(){return this.ej2Instances.openBlank()},print:function(e){return this.ej2Instances.print(e)},resetContentControlData:function(e){return this.ej2Instances.resetContentControlData(e)},resetFormFields:function(e){return this.ej2Instances.resetFormFields(e)},resize:function(e,t){return this.ej2Instances.resize(e,t)},save:function(e,t){return this.ej2Instances.save(e,t)},saveAsBlob:function(e){return this.ej2Instances.saveAsBlob(e)},scrollToPage:function(e){return this.ej2Instances.scrollToPage(e)},serialize:function(){return this.ej2Instances.serialize()},setCustomFonts:function(e){return this.ej2Instances.setCustomFonts(e)},setDefaultCharacterFormat:function(e){return this.ej2Instances.setDefaultCharacterFormat(e)},setDefaultParagraphFormat:function(e){return this.ej2Instances.setDefaultParagraphFormat(e)},setDefaultSectionFormat:function(e){return this.ej2Instances.setDefaultSectionFormat(e)},setDocumentCharacterFormat:function(e){return this.ej2Instances.setDocumentCharacterFormat(e)},setDocumentParagraphFormat:function(e){return this.ej2Instances.setDocumentParagraphFormat(e)},setFormFieldInfo:function(e,t){return this.ej2Instances.setFormFieldInfo(e,t)},showDialog:function(e){return this.ej2Instances.showDialog(e)},showOptionsPane:function(){return this.ej2Instances.showOptionsPane()},showRestrictEditingPane:function(e){return this.ej2Instances.showRestrictEditingPane(e)},showXmlPane:function(){return this.ej2Instances.showXmlPane()},updateFields:function(){return this.ej2Instances.updateFields()},verbalizeFromCursorLocation:function(){return this.ej2Instances.verbalizeFromCursorLocation()}}}),h={name:"ejs-documenteditor",install:function(e){e.component(h.name,m)}},d=["isLazyUpdate","plugins","autoResizeOnVisibilityChange","backstageMenu","currentUser","documentEditorSettings","documentSettings","enableAutoFocus","enableComment","enableCsp","enableLocalPaste","enableLockAndEdit","enablePersistence","enableRtl","enableSpellCheck","enableToolbar","enableTrackChanges","fileMenuItems","headers","height","layoutType","locale","restrictEditing","ribbonLayout","serverActionSettings","serviceUrl","showPropertiesPane","toolbarItems","toolbarMode","userColor","width","zIndex","beforeAcceptRejectChanges","beforeCommentAction","beforePaneSwitch","beforePaste","commentDelete","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","fileMenuItemClick","selectionChange","serviceFailure","toolbarClick","trackChange","beforeXmlHttpRequestSend"],f=[],i=s.getProps({props:d}),r=i[0],i=i[1],p=Object.keys(i);p.push("modelchanged","update:modelValue");for(var g=0,j=f;g<j.length;g++)p.push("update:"+j[g]);var C=s.vueDefineComponent({name:"DocumentEditorContainerComponent",mixins:[s.ComponentBase],props:r,watch:i,emits:p,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instance:new n.DocumentEditorContainer({}),propKeys:d,models:f,hasChildDirective:!1,hasInjectedModules:!0,tagMapper:{},tagNameMapper:{},isVue3:!s.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(s.isExecute?e:s.gh)("div",t=a.isNullOrUndefined(this.$slots.default)?t:s.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 s=n[t],a=this.templateCollection[s];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var i=r[o];this.destroyPortals(i)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=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){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},getDefaultCharacterFormat:function(){return this.ej2Instances.getDefaultCharacterFormat()},getDefaultParagraphFormat:function(){return this.ej2Instances.getDefaultParagraphFormat()},getDefaultSectionFormat:function(){return this.ej2Instances.getDefaultSectionFormat()},getDocumentCharacterFormat:function(){return this.ej2Instances.getDocumentCharacterFormat()},getDocumentParagraphFormat:function(){return this.ej2Instances.getDocumentParagraphFormat()},resize:function(e,t){return this.ej2Instances.resize(e,t)},setDefaultCharacterFormat:function(e){return this.ej2Instances.setDefaultCharacterFormat(e)},setDefaultParagraphFormat:function(e){return this.ej2Instances.setDefaultParagraphFormat(e)},setDefaultSectionFormat:function(e){return this.ej2Instances.setDefaultSectionFormat(e)},setDocumentCharacterFormat:function(e){return this.ej2Instances.setDocumentCharacterFormat(e)},setDocumentParagraphFormat:function(e){return this.ej2Instances.setDocumentParagraphFormat(e)}}}),b={name:"ejs-documenteditorcontainer",install:function(e){e.component(b.name,C)}};Object.keys(n).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return n[e]}})}),t.DocumentEditorComponent=m,t.DocumentEditorContainerComponent=C,t.DocumentEditorContainerPlugin=b,t.DocumentEditorPlugin=h,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-documenteditor"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-documenteditor","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t((e=e||self).ej={},e.ej2Documenteditor,e.ej2VueBase,e.ej2Base)}(this,function(t,n,s,a){"use strict";var e=["isLazyUpdate","plugins","acceptTab","autoResizeOnVisibilityChange","currentUser","defaultPasteOption","documentEditorSettings","documentName","documentSettings","enableAutoFocus","enableBookmarkDialog","enableBordersAndShadingDialog","enableCollaborativeEditing","enableColumnsDialog","enableComment","enableContextMenu","enableCursorOnReadOnly","enableEditor","enableEditorHistory","enableFontDialog","enableFootnoteAndEndnoteDialog","enableFormField","enableHyperlinkDialog","enableImageResizer","enableLayout","enableListDialog","enableLocalPaste","enableLockAndEdit","enableOptionsPane","enablePageSetupDialog","enableParagraphDialog","enablePersistence","enablePrint","enableRtl","enableSearch","enableSelection","enableSfdtExport","enableSpellCheck","enableStyleDialog","enableTableDialog","enableTableOfContentsDialog","enableTableOptionsDialog","enableTablePropertiesDialog","enableTextExport","enableTrackChanges","enableWordExport","headers","height","isClientCall","isReadOnly","layoutType","locale","pageGap","pageOutline","serverActionSettings","serviceUrl","showComments","showRevisions","useCtrlClickToFollowHyperlink","userColor","width","zIndex","zoomFactor","actionComplete","afterFormFieldFill","beforeAcceptRejectChanges","beforeCommentAction","beforeFileOpen","beforeFormFieldFill","beforePaneSwitch","beforePaste","commentBegin","commentDelete","commentEnd","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","keyDown","requestNavigate","searchResultsChange","selectionChange","serviceFailure","trackChange","viewChange","zoomFactorChange","beforeXmlHttpRequestSend","documentLoadFailed"],o=[],r=s.getProps({props:e}),i=r[0],r=r[1],c=Object.keys(r);c.push("modelchanged","update:modelValue");for(var u=0,l=o;u<l.length;u++)c.push("update:"+l[u]);var m=s.vueDefineComponent({name:"DocumentEditorComponent",mixins:[s.ComponentBase],props:i,watch:r,emits:c,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instance:new n.DocumentEditor({}),propKeys:e,models:o,hasChildDirective:!1,hasInjectedModules:!0,tagMapper:{},tagNameMapper:{},isVue3:!s.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(s.isExecute?e:s.gh)("div",t=a.isNullOrUndefined(this.$slots.default)?t:s.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 s=n[t],a=this.templateCollection[s];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var i=r[o];this.destroyPortals(i)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=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){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},enableAllModules:function(){return this.ej2Instances.enableAllModules()},exportAsImage:function(e,t){return this.ej2Instances.exportAsImage(e,t)},exportContentControlData:function(e){return this.ej2Instances.exportContentControlData(e)},exportFormData:function(){return this.ej2Instances.exportFormData()},fitPage:function(e){return this.ej2Instances.fitPage(e)},focusIn:function(){return this.ej2Instances.focusIn()},getBookmarks:function(){return this.ej2Instances.getBookmarks()},getComments:function(){return this.ej2Instances.getComments()},getDefaultCharacterFormat:function(){return this.ej2Instances.getDefaultCharacterFormat()},getDefaultParagraphFormat:function(){return this.ej2Instances.getDefaultParagraphFormat()},getDefaultSectionFormat:function(){return this.ej2Instances.getDefaultSectionFormat()},getDocumentCharacterFormat:function(){return this.ej2Instances.getDocumentCharacterFormat()},getDocumentParagraphFormat:function(){return this.ej2Instances.getDocumentParagraphFormat()},getFormFieldInfo:function(e){return this.ej2Instances.getFormFieldInfo(e)},getFormFieldNames:function(){return this.ej2Instances.getFormFieldNames()},getStyleNames:function(e){return this.ej2Instances.getStyleNames(e)},getStyles:function(e){return this.ej2Instances.getStyles(e)},importContentControlData:function(e){return this.ej2Instances.importContentControlData(e)},importFormData:function(e){return this.ej2Instances.importFormData(e)},open:function(e){return this.ej2Instances.open(e)},openAsync:function(e){return this.ej2Instances.openAsync(e)},openBlank:function(){return this.ej2Instances.openBlank()},print:function(e){return this.ej2Instances.print(e)},resetContentControlData:function(e){return this.ej2Instances.resetContentControlData(e)},resetFormFields:function(e){return this.ej2Instances.resetFormFields(e)},resize:function(e,t){return this.ej2Instances.resize(e,t)},save:function(e,t){return this.ej2Instances.save(e,t)},saveAsBlob:function(e){return this.ej2Instances.saveAsBlob(e)},scrollToPage:function(e){return this.ej2Instances.scrollToPage(e)},serialize:function(){return this.ej2Instances.serialize()},setCustomFonts:function(e){return this.ej2Instances.setCustomFonts(e)},setDefaultCharacterFormat:function(e){return this.ej2Instances.setDefaultCharacterFormat(e)},setDefaultParagraphFormat:function(e){return this.ej2Instances.setDefaultParagraphFormat(e)},setDefaultSectionFormat:function(e){return this.ej2Instances.setDefaultSectionFormat(e)},setDocumentCharacterFormat:function(e){return this.ej2Instances.setDocumentCharacterFormat(e)},setDocumentParagraphFormat:function(e){return this.ej2Instances.setDocumentParagraphFormat(e)},setFormFieldInfo:function(e,t){return this.ej2Instances.setFormFieldInfo(e,t)},showDialog:function(e){return this.ej2Instances.showDialog(e)},showOptionsPane:function(){return this.ej2Instances.showOptionsPane()},showRestrictEditingPane:function(e){return this.ej2Instances.showRestrictEditingPane(e)},showXmlPane:function(){return this.ej2Instances.showXmlPane()},updateFields:function(){return this.ej2Instances.updateFields()},verbalizeFromCursorLocation:function(){return this.ej2Instances.verbalizeFromCursorLocation()}}}),h={name:"ejs-documenteditor",install:function(e){e.component(h.name,m)}},d=["isLazyUpdate","plugins","autoResizeOnVisibilityChange","backstageMenu","currentUser","documentEditorSettings","documentSettings","enableAutoFocus","enableComment","enableCsp","enableLocalPaste","enableLockAndEdit","enablePersistence","enableRtl","enableSpellCheck","enableToolbar","enableTrackChanges","fileMenuItems","headers","height","layoutType","locale","restrictEditing","ribbonLayout","serverActionSettings","serviceUrl","showPropertiesPane","toolbarItems","toolbarMode","userColor","width","zIndex","beforeAcceptRejectChanges","beforeCommentAction","beforePaneSwitch","beforePaste","commentDelete","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","fileMenuItemClick","selectionChange","serviceFailure","toolbarClick","trackChange","beforeXmlHttpRequestSend"],f=[],i=s.getProps({props:d}),r=i[0],i=i[1],p=Object.keys(i);p.push("modelchanged","update:modelValue");for(var g=0,C=f;g<C.length;g++)p.push("update:"+C[g]);var j=s.vueDefineComponent({name:"DocumentEditorContainerComponent",mixins:[s.ComponentBase],props:r,watch:i,emits:p,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instance:new n.DocumentEditorContainer({}),propKeys:d,models:f,hasChildDirective:!1,hasInjectedModules:!0,tagMapper:{},tagNameMapper:{},isVue3:!s.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(s.isExecute?e:s.gh)("div",t=a.isNullOrUndefined(this.$slots.default)?t:s.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 s=n[t],a=this.templateCollection[s];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var i=r[o];this.destroyPortals(i)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=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){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},getDefaultCharacterFormat:function(){return this.ej2Instances.getDefaultCharacterFormat()},getDefaultParagraphFormat:function(){return this.ej2Instances.getDefaultParagraphFormat()},getDefaultSectionFormat:function(){return this.ej2Instances.getDefaultSectionFormat()},getDocumentCharacterFormat:function(){return this.ej2Instances.getDocumentCharacterFormat()},getDocumentParagraphFormat:function(){return this.ej2Instances.getDocumentParagraphFormat()},resize:function(e,t){return this.ej2Instances.resize(e,t)},setDefaultCharacterFormat:function(e){return this.ej2Instances.setDefaultCharacterFormat(e)},setDefaultParagraphFormat:function(e){return this.ej2Instances.setDefaultParagraphFormat(e)},setDefaultSectionFormat:function(e){return this.ej2Instances.setDefaultSectionFormat(e)},setDocumentCharacterFormat:function(e){return this.ej2Instances.setDocumentCharacterFormat(e)},setDocumentParagraphFormat:function(e){return this.ej2Instances.setDocumentParagraphFormat(e)}}}),b={name:"ejs-documenteditorcontainer",install:function(e){e.component(b.name,j)}};Object.keys(n).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return n[e]}})}),t.DocumentEditorComponent=m,t.DocumentEditorContainerComponent=j,t.DocumentEditorContainerPlugin=b,t.DocumentEditorPlugin=h,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
11
11
|
//# sourceMappingURL=ej2-vue-documenteditor.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-documenteditor.umd.min.js","sources":["../src/document-editor/documenteditor.component.js","../src/document-editor-container/documenteditorcontainer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];\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 * Represents the Essential JS 2 VueJS Document Editor Component\n * ```html\n * <ejs-documenteditor id='container'></ejs-documenteditor>\n * ```\n */\nexport var DocumentEditorComponent = vueDefineComponent({\n name: 'DocumentEditorComponent',\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 ej2Instance: new DocumentEditor({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n enableAllModules: function () {\n return this.ej2Instances.enableAllModules();\n },\n exportAsImage: function (pageNumber, format) {\n return this.ej2Instances.exportAsImage(pageNumber, format);\n },\n exportContentControlData: function (isExportRichTextData) {\n return this.ej2Instances.exportContentControlData(isExportRichTextData);\n },\n exportFormData: function () {\n return this.ej2Instances.exportFormData();\n },\n fitPage: function (pageFitType) {\n return this.ej2Instances.fitPage(pageFitType);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n getBookmarks: function () {\n return this.ej2Instances.getBookmarks();\n },\n getComments: function () {\n return this.ej2Instances.getComments();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n getFormFieldInfo: function (name) {\n return this.ej2Instances.getFormFieldInfo(name);\n },\n getFormFieldNames: function () {\n return this.ej2Instances.getFormFieldNames();\n },\n getStyleNames: function (styleType) {\n return this.ej2Instances.getStyleNames(styleType);\n },\n getStyles: function (styleType) {\n return this.ej2Instances.getStyles(styleType);\n },\n importContentControlData: function (contentControlInfo) {\n return this.ej2Instances.importContentControlData(contentControlInfo);\n },\n importFormData: function (formData) {\n return this.ej2Instances.importFormData(formData);\n },\n open: function (inputData) {\n return this.ej2Instances.open(inputData);\n },\n openAsync: function (inputData) {\n return this.ej2Instances.openAsync(inputData);\n },\n openBlank: function () {\n return this.ej2Instances.openBlank();\n },\n print: function (printWindow) {\n return this.ej2Instances.print(printWindow);\n },\n resetContentControlData: function (contentControInfo) {\n return this.ej2Instances.resetContentControlData(contentControInfo);\n },\n resetFormFields: function (name) {\n return this.ej2Instances.resetFormFields(name);\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n save: function (fileName, formatType) {\n return this.ej2Instances.save(fileName, formatType);\n },\n saveAsBlob: function (formatType) {\n return this.ej2Instances.saveAsBlob(formatType);\n },\n scrollToPage: function (pageNumber) {\n return this.ej2Instances.scrollToPage(pageNumber);\n },\n serialize: function () {\n return this.ej2Instances.serialize();\n },\n setCustomFonts: function (fonts) {\n return this.ej2Instances.setCustomFonts(fonts);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n setFormFieldInfo: function (name, formFieldInfo) {\n return this.ej2Instances.setFormFieldInfo(name, formFieldInfo);\n },\n showDialog: function (dialogType) {\n return this.ej2Instances.showDialog(dialogType);\n },\n showOptionsPane: function () {\n return this.ej2Instances.showOptionsPane();\n },\n showRestrictEditingPane: function (show) {\n return this.ej2Instances.showRestrictEditingPane(show);\n },\n showXmlPane: function () {\n return this.ej2Instances.showXmlPane();\n },\n updateFields: function () {\n return this.ej2Instances.updateFields();\n },\n verbalizeFromCursorLocation: function () {\n return this.ej2Instances.verbalizeFromCursorLocation();\n },\n }\n});\nexport var DocumentEditorPlugin = {\n name: 'ejs-documenteditor',\n install: function (Vue) {\n Vue.component(DocumentEditorPlugin.name, DocumentEditorComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'autoResizeOnVisibilityChange', 'backstageMenu', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'fileMenuItems', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'ribbonLayout', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'toolbarMode', 'userColor', 'width', 'zIndex', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforePaneSwitch', 'beforePaste', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'fileMenuItemClick', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];\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 * Represents the Essential JS 2 VueJS Document Editor Container\n * ```html\n * <ejs-documenteditor-container id='container'></ejs-documenteditor-container>\n * ```\n */\nexport var DocumentEditorContainerComponent = vueDefineComponent({\n name: 'DocumentEditorContainerComponent',\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 ej2Instance: new DocumentEditorContainer({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n }\n});\nexport var DocumentEditorContainerPlugin = {\n name: 'ejs-documenteditorcontainer',\n install: function (Vue) {\n Vue.component(DocumentEditorContainerPlugin.name, DocumentEditorContainerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","DocumentEditorComponent","vueDefineComponent","name","mixins","ComponentBase","emits","provide","custom","this","data","ej2Instance","DocumentEditor","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","isExecute","templateCollection","created","bindProperties","ej2Instances","_setProperties","setProperties","clearTemplate","updated","render","createElement","slots","gh","isNullOrUndefined","$slots","default","methods","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","destroyPortals","prop","muteOnChange","_this","referModels","map","key","model","test","vueInstance","$emit","destroy","enableAllModules","exportAsImage","pageNumber","format","exportContentControlData","isExportRichTextData","exportFormData","fitPage","pageFitType","focusIn","getBookmarks","getComments","getDefaultCharacterFormat","getDefaultParagraphFormat","getDefaultSectionFormat","getDocumentCharacterFormat","getDocumentParagraphFormat","getFormFieldInfo","getFormFieldNames","getStyleNames","styleType","getStyles","importContentControlData","contentControlInfo","importFormData","formData","open","inputData","openAsync","openBlank","print","printWindow","resetContentControlData","contentControInfo","resetFormFields","resize","width","height","save","fileName","formatType","saveAsBlob","scrollToPage","serialize","setCustomFonts","fonts","setDefaultCharacterFormat","characterFormat","setDefaultParagraphFormat","paragraphFormat","setDefaultSectionFormat","sectionFormat","setDocumentCharacterFormat","setDocumentParagraphFormat","setFormFieldInfo","formFieldInfo","showDialog","dialogType","showOptionsPane","showRestrictEditingPane","show","showXmlPane","updateFields","verbalizeFromCursorLocation","DocumentEditorPlugin","install","Vue","component","DocumentEditorContainerComponent","DocumentEditorContainer","DocumentEditorContainerPlugin"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-documenteditor.umd.min.js","sources":["../src/document-editor/documenteditor.component.js","../src/document-editor-container/documenteditorcontainer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isClientCall', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];\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 * Represents the Essential JS 2 VueJS Document Editor Component\n * ```html\n * <ejs-documenteditor id='container'></ejs-documenteditor>\n * ```\n */\nexport var DocumentEditorComponent = vueDefineComponent({\n name: 'DocumentEditorComponent',\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 ej2Instance: new DocumentEditor({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n enableAllModules: function () {\n return this.ej2Instances.enableAllModules();\n },\n exportAsImage: function (pageNumber, format) {\n return this.ej2Instances.exportAsImage(pageNumber, format);\n },\n exportContentControlData: function (isExportRichTextData) {\n return this.ej2Instances.exportContentControlData(isExportRichTextData);\n },\n exportFormData: function () {\n return this.ej2Instances.exportFormData();\n },\n fitPage: function (pageFitType) {\n return this.ej2Instances.fitPage(pageFitType);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n getBookmarks: function () {\n return this.ej2Instances.getBookmarks();\n },\n getComments: function () {\n return this.ej2Instances.getComments();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n getFormFieldInfo: function (name) {\n return this.ej2Instances.getFormFieldInfo(name);\n },\n getFormFieldNames: function () {\n return this.ej2Instances.getFormFieldNames();\n },\n getStyleNames: function (styleType) {\n return this.ej2Instances.getStyleNames(styleType);\n },\n getStyles: function (styleType) {\n return this.ej2Instances.getStyles(styleType);\n },\n importContentControlData: function (contentControlInfo) {\n return this.ej2Instances.importContentControlData(contentControlInfo);\n },\n importFormData: function (formData) {\n return this.ej2Instances.importFormData(formData);\n },\n open: function (inputData) {\n return this.ej2Instances.open(inputData);\n },\n openAsync: function (inputData) {\n return this.ej2Instances.openAsync(inputData);\n },\n openBlank: function () {\n return this.ej2Instances.openBlank();\n },\n print: function (printWindow) {\n return this.ej2Instances.print(printWindow);\n },\n resetContentControlData: function (contentControInfo) {\n return this.ej2Instances.resetContentControlData(contentControInfo);\n },\n resetFormFields: function (name) {\n return this.ej2Instances.resetFormFields(name);\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n save: function (fileName, formatType) {\n return this.ej2Instances.save(fileName, formatType);\n },\n saveAsBlob: function (formatType) {\n return this.ej2Instances.saveAsBlob(formatType);\n },\n scrollToPage: function (pageNumber) {\n return this.ej2Instances.scrollToPage(pageNumber);\n },\n serialize: function () {\n return this.ej2Instances.serialize();\n },\n setCustomFonts: function (fonts) {\n return this.ej2Instances.setCustomFonts(fonts);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n setFormFieldInfo: function (name, formFieldInfo) {\n return this.ej2Instances.setFormFieldInfo(name, formFieldInfo);\n },\n showDialog: function (dialogType) {\n return this.ej2Instances.showDialog(dialogType);\n },\n showOptionsPane: function () {\n return this.ej2Instances.showOptionsPane();\n },\n showRestrictEditingPane: function (show) {\n return this.ej2Instances.showRestrictEditingPane(show);\n },\n showXmlPane: function () {\n return this.ej2Instances.showXmlPane();\n },\n updateFields: function () {\n return this.ej2Instances.updateFields();\n },\n verbalizeFromCursorLocation: function () {\n return this.ej2Instances.verbalizeFromCursorLocation();\n },\n }\n});\nexport var DocumentEditorPlugin = {\n name: 'ejs-documenteditor',\n install: function (Vue) {\n Vue.component(DocumentEditorPlugin.name, DocumentEditorComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'autoResizeOnVisibilityChange', 'backstageMenu', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'fileMenuItems', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'ribbonLayout', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'toolbarMode', 'userColor', 'width', 'zIndex', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforePaneSwitch', 'beforePaste', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'fileMenuItemClick', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];\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 * Represents the Essential JS 2 VueJS Document Editor Container\n * ```html\n * <ejs-documenteditor-container id='container'></ejs-documenteditor-container>\n * ```\n */\nexport var DocumentEditorContainerComponent = vueDefineComponent({\n name: 'DocumentEditorContainerComponent',\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 ej2Instance: new DocumentEditorContainer({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n }\n});\nexport var DocumentEditorContainerPlugin = {\n name: 'ejs-documenteditorcontainer',\n install: function (Vue) {\n Vue.component(DocumentEditorContainerPlugin.name, DocumentEditorContainerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","DocumentEditorComponent","vueDefineComponent","name","mixins","ComponentBase","emits","provide","custom","this","data","ej2Instance","DocumentEditor","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","isExecute","templateCollection","created","bindProperties","ej2Instances","_setProperties","setProperties","clearTemplate","updated","render","createElement","slots","gh","isNullOrUndefined","$slots","default","methods","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","destroyPortals","prop","muteOnChange","_this","referModels","map","key","model","test","vueInstance","$emit","destroy","enableAllModules","exportAsImage","pageNumber","format","exportContentControlData","isExportRichTextData","exportFormData","fitPage","pageFitType","focusIn","getBookmarks","getComments","getDefaultCharacterFormat","getDefaultParagraphFormat","getDefaultSectionFormat","getDocumentCharacterFormat","getDocumentParagraphFormat","getFormFieldInfo","getFormFieldNames","getStyleNames","styleType","getStyles","importContentControlData","contentControlInfo","importFormData","formData","open","inputData","openAsync","openBlank","print","printWindow","resetContentControlData","contentControInfo","resetFormFields","resize","width","height","save","fileName","formatType","saveAsBlob","scrollToPage","serialize","setCustomFonts","fonts","setDefaultCharacterFormat","characterFormat","setDefaultParagraphFormat","paragraphFormat","setDefaultSectionFormat","sectionFormat","setDocumentCharacterFormat","setDocumentParagraphFormat","setFormFieldInfo","formFieldInfo","showDialog","dialogType","showOptionsPane","showRestrictEditingPane","show","showXmlPane","updateFields","verbalizeFromCursorLocation","DocumentEditorPlugin","install","Vue","component","DocumentEditorContainerComponent","DocumentEditorContainer","DocumentEditorContainerPlugin"],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ export * from '@syncfusion/ej2-documenteditor';
|
|
|
3
3
|
import { getProps, vueDefineComponent, ComponentBase, isExecute, gh } from '@syncfusion/ej2-vue-base';
|
|
4
4
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
5
5
|
|
|
6
|
-
const properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];
|
|
6
|
+
const properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isClientCall', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];
|
|
7
7
|
const modelProps = [];
|
|
8
8
|
const testProp = getProps({ props: properties });
|
|
9
9
|
const props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-documenteditor.es2015.js","sources":["../src/es6/document-editor/documenteditor.component.js","../src/es6/document-editor-container/documenteditorcontainer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\nexport const properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];\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 * Represents the Essential JS 2 VueJS Document Editor Component\n * ```html\n * <ejs-documenteditor id='container'></ejs-documenteditor>\n * ```\n */\nexport let DocumentEditorComponent = vueDefineComponent({\n name: 'DocumentEditorComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide() { return { custom: this.custom }; },\n data() {\n return {\n ej2Instance: new DocumentEditor({}),\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 this.destroyPortals(ele);\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 destroy() {\n return this.ej2Instances.destroy();\n },\n enableAllModules() {\n return this.ej2Instances.enableAllModules();\n },\n exportAsImage(pageNumber, format) {\n return this.ej2Instances.exportAsImage(pageNumber, format);\n },\n exportContentControlData(isExportRichTextData) {\n return this.ej2Instances.exportContentControlData(isExportRichTextData);\n },\n exportFormData() {\n return this.ej2Instances.exportFormData();\n },\n fitPage(pageFitType) {\n return this.ej2Instances.fitPage(pageFitType);\n },\n focusIn() {\n return this.ej2Instances.focusIn();\n },\n getBookmarks() {\n return this.ej2Instances.getBookmarks();\n },\n getComments() {\n return this.ej2Instances.getComments();\n },\n getDefaultCharacterFormat() {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat() {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat() {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat() {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat() {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n getFormFieldInfo(name) {\n return this.ej2Instances.getFormFieldInfo(name);\n },\n getFormFieldNames() {\n return this.ej2Instances.getFormFieldNames();\n },\n getStyleNames(styleType) {\n return this.ej2Instances.getStyleNames(styleType);\n },\n getStyles(styleType) {\n return this.ej2Instances.getStyles(styleType);\n },\n importContentControlData(contentControlInfo) {\n return this.ej2Instances.importContentControlData(contentControlInfo);\n },\n importFormData(formData) {\n return this.ej2Instances.importFormData(formData);\n },\n open(inputData) {\n return this.ej2Instances.open(inputData);\n },\n openAsync(inputData) {\n return this.ej2Instances.openAsync(inputData);\n },\n openBlank() {\n return this.ej2Instances.openBlank();\n },\n print(printWindow) {\n return this.ej2Instances.print(printWindow);\n },\n resetContentControlData(contentControInfo) {\n return this.ej2Instances.resetContentControlData(contentControInfo);\n },\n resetFormFields(name) {\n return this.ej2Instances.resetFormFields(name);\n },\n resize(width, height) {\n return this.ej2Instances.resize(width, height);\n },\n save(fileName, formatType) {\n return this.ej2Instances.save(fileName, formatType);\n },\n saveAsBlob(formatType) {\n return this.ej2Instances.saveAsBlob(formatType);\n },\n scrollToPage(pageNumber) {\n return this.ej2Instances.scrollToPage(pageNumber);\n },\n serialize() {\n return this.ej2Instances.serialize();\n },\n setCustomFonts(fonts) {\n return this.ej2Instances.setCustomFonts(fonts);\n },\n setDefaultCharacterFormat(characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat(sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat(characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n setFormFieldInfo(name, formFieldInfo) {\n return this.ej2Instances.setFormFieldInfo(name, formFieldInfo);\n },\n showDialog(dialogType) {\n return this.ej2Instances.showDialog(dialogType);\n },\n showOptionsPane() {\n return this.ej2Instances.showOptionsPane();\n },\n showRestrictEditingPane(show) {\n return this.ej2Instances.showRestrictEditingPane(show);\n },\n showXmlPane() {\n return this.ej2Instances.showXmlPane();\n },\n updateFields() {\n return this.ej2Instances.updateFields();\n },\n verbalizeFromCursorLocation() {\n return this.ej2Instances.verbalizeFromCursorLocation();\n },\n }\n});\nexport const DocumentEditorPlugin = {\n name: 'ejs-documenteditor',\n install(Vue) {\n Vue.component(DocumentEditorPlugin.name, DocumentEditorComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\nexport const properties = ['isLazyUpdate', 'plugins', 'autoResizeOnVisibilityChange', 'backstageMenu', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'fileMenuItems', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'ribbonLayout', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'toolbarMode', 'userColor', 'width', 'zIndex', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforePaneSwitch', 'beforePaste', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'fileMenuItemClick', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];\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 * Represents the Essential JS 2 VueJS Document Editor Container\n * ```html\n * <ejs-documenteditor-container id='container'></ejs-documenteditor-container>\n * ```\n */\nexport let DocumentEditorContainerComponent = vueDefineComponent({\n name: 'DocumentEditorContainerComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide() { return { custom: this.custom }; },\n data() {\n return {\n ej2Instance: new DocumentEditorContainer({}),\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 this.destroyPortals(ele);\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 destroy() {\n return this.ej2Instances.destroy();\n },\n getDefaultCharacterFormat() {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat() {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat() {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat() {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat() {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n resize(width, height) {\n return this.ej2Instances.resize(width, height);\n },\n setDefaultCharacterFormat(characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat(sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat(characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n }\n});\nexport const DocumentEditorContainerPlugin = {\n name: 'ejs-documenteditorcontainer',\n install(Vue) {\n Vue.component(DocumentEditorContainerPlugin.name, DocumentEditorContainerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","props","watch","emitProbs"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-documenteditor.es2015.js","sources":["../src/es6/document-editor/documenteditor.component.js","../src/es6/document-editor-container/documenteditorcontainer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\nexport const properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isClientCall', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];\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 * Represents the Essential JS 2 VueJS Document Editor Component\n * ```html\n * <ejs-documenteditor id='container'></ejs-documenteditor>\n * ```\n */\nexport let DocumentEditorComponent = vueDefineComponent({\n name: 'DocumentEditorComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide() { return { custom: this.custom }; },\n data() {\n return {\n ej2Instance: new DocumentEditor({}),\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 this.destroyPortals(ele);\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 destroy() {\n return this.ej2Instances.destroy();\n },\n enableAllModules() {\n return this.ej2Instances.enableAllModules();\n },\n exportAsImage(pageNumber, format) {\n return this.ej2Instances.exportAsImage(pageNumber, format);\n },\n exportContentControlData(isExportRichTextData) {\n return this.ej2Instances.exportContentControlData(isExportRichTextData);\n },\n exportFormData() {\n return this.ej2Instances.exportFormData();\n },\n fitPage(pageFitType) {\n return this.ej2Instances.fitPage(pageFitType);\n },\n focusIn() {\n return this.ej2Instances.focusIn();\n },\n getBookmarks() {\n return this.ej2Instances.getBookmarks();\n },\n getComments() {\n return this.ej2Instances.getComments();\n },\n getDefaultCharacterFormat() {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat() {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat() {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat() {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat() {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n getFormFieldInfo(name) {\n return this.ej2Instances.getFormFieldInfo(name);\n },\n getFormFieldNames() {\n return this.ej2Instances.getFormFieldNames();\n },\n getStyleNames(styleType) {\n return this.ej2Instances.getStyleNames(styleType);\n },\n getStyles(styleType) {\n return this.ej2Instances.getStyles(styleType);\n },\n importContentControlData(contentControlInfo) {\n return this.ej2Instances.importContentControlData(contentControlInfo);\n },\n importFormData(formData) {\n return this.ej2Instances.importFormData(formData);\n },\n open(inputData) {\n return this.ej2Instances.open(inputData);\n },\n openAsync(inputData) {\n return this.ej2Instances.openAsync(inputData);\n },\n openBlank() {\n return this.ej2Instances.openBlank();\n },\n print(printWindow) {\n return this.ej2Instances.print(printWindow);\n },\n resetContentControlData(contentControInfo) {\n return this.ej2Instances.resetContentControlData(contentControInfo);\n },\n resetFormFields(name) {\n return this.ej2Instances.resetFormFields(name);\n },\n resize(width, height) {\n return this.ej2Instances.resize(width, height);\n },\n save(fileName, formatType) {\n return this.ej2Instances.save(fileName, formatType);\n },\n saveAsBlob(formatType) {\n return this.ej2Instances.saveAsBlob(formatType);\n },\n scrollToPage(pageNumber) {\n return this.ej2Instances.scrollToPage(pageNumber);\n },\n serialize() {\n return this.ej2Instances.serialize();\n },\n setCustomFonts(fonts) {\n return this.ej2Instances.setCustomFonts(fonts);\n },\n setDefaultCharacterFormat(characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat(sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat(characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n setFormFieldInfo(name, formFieldInfo) {\n return this.ej2Instances.setFormFieldInfo(name, formFieldInfo);\n },\n showDialog(dialogType) {\n return this.ej2Instances.showDialog(dialogType);\n },\n showOptionsPane() {\n return this.ej2Instances.showOptionsPane();\n },\n showRestrictEditingPane(show) {\n return this.ej2Instances.showRestrictEditingPane(show);\n },\n showXmlPane() {\n return this.ej2Instances.showXmlPane();\n },\n updateFields() {\n return this.ej2Instances.updateFields();\n },\n verbalizeFromCursorLocation() {\n return this.ej2Instances.verbalizeFromCursorLocation();\n },\n }\n});\nexport const DocumentEditorPlugin = {\n name: 'ejs-documenteditor',\n install(Vue) {\n Vue.component(DocumentEditorPlugin.name, DocumentEditorComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\nexport const properties = ['isLazyUpdate', 'plugins', 'autoResizeOnVisibilityChange', 'backstageMenu', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'fileMenuItems', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'ribbonLayout', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'toolbarMode', 'userColor', 'width', 'zIndex', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforePaneSwitch', 'beforePaste', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'fileMenuItemClick', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];\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 * Represents the Essential JS 2 VueJS Document Editor Container\n * ```html\n * <ejs-documenteditor-container id='container'></ejs-documenteditor-container>\n * ```\n */\nexport let DocumentEditorContainerComponent = vueDefineComponent({\n name: 'DocumentEditorContainerComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide() { return { custom: this.custom }; },\n data() {\n return {\n ej2Instance: new DocumentEditorContainer({}),\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 this.destroyPortals(ele);\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 destroy() {\n return this.ej2Instances.destroy();\n },\n getDefaultCharacterFormat() {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat() {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat() {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat() {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat() {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n resize(width, height) {\n return this.ej2Instances.resize(width, height);\n },\n setDefaultCharacterFormat(characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat(sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat(characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat(paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n }\n});\nexport const DocumentEditorContainerPlugin = {\n name: 'ejs-documenteditorcontainer',\n install(Vue) {\n Vue.component(DocumentEditorContainerPlugin.name, DocumentEditorContainerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","props","watch","emitProbs"],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ export * from '@syncfusion/ej2-documenteditor';
|
|
|
3
3
|
import { getProps, vueDefineComponent, ComponentBase, isExecute, gh } from '@syncfusion/ej2-vue-base';
|
|
4
4
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
5
5
|
|
|
6
|
-
var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];
|
|
6
|
+
var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isClientCall', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];
|
|
7
7
|
var modelProps = [];
|
|
8
8
|
var testProp = getProps({ props: properties });
|
|
9
9
|
var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-documenteditor.es5.js","sources":["../../src/document-editor/documenteditor.component.js","../../src/document-editor-container/documenteditorcontainer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];\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 * Represents the Essential JS 2 VueJS Document Editor Component\n * ```html\n * <ejs-documenteditor id='container'></ejs-documenteditor>\n * ```\n */\nexport var DocumentEditorComponent = vueDefineComponent({\n name: 'DocumentEditorComponent',\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 ej2Instance: new DocumentEditor({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n enableAllModules: function () {\n return this.ej2Instances.enableAllModules();\n },\n exportAsImage: function (pageNumber, format) {\n return this.ej2Instances.exportAsImage(pageNumber, format);\n },\n exportContentControlData: function (isExportRichTextData) {\n return this.ej2Instances.exportContentControlData(isExportRichTextData);\n },\n exportFormData: function () {\n return this.ej2Instances.exportFormData();\n },\n fitPage: function (pageFitType) {\n return this.ej2Instances.fitPage(pageFitType);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n getBookmarks: function () {\n return this.ej2Instances.getBookmarks();\n },\n getComments: function () {\n return this.ej2Instances.getComments();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n getFormFieldInfo: function (name) {\n return this.ej2Instances.getFormFieldInfo(name);\n },\n getFormFieldNames: function () {\n return this.ej2Instances.getFormFieldNames();\n },\n getStyleNames: function (styleType) {\n return this.ej2Instances.getStyleNames(styleType);\n },\n getStyles: function (styleType) {\n return this.ej2Instances.getStyles(styleType);\n },\n importContentControlData: function (contentControlInfo) {\n return this.ej2Instances.importContentControlData(contentControlInfo);\n },\n importFormData: function (formData) {\n return this.ej2Instances.importFormData(formData);\n },\n open: function (inputData) {\n return this.ej2Instances.open(inputData);\n },\n openAsync: function (inputData) {\n return this.ej2Instances.openAsync(inputData);\n },\n openBlank: function () {\n return this.ej2Instances.openBlank();\n },\n print: function (printWindow) {\n return this.ej2Instances.print(printWindow);\n },\n resetContentControlData: function (contentControInfo) {\n return this.ej2Instances.resetContentControlData(contentControInfo);\n },\n resetFormFields: function (name) {\n return this.ej2Instances.resetFormFields(name);\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n save: function (fileName, formatType) {\n return this.ej2Instances.save(fileName, formatType);\n },\n saveAsBlob: function (formatType) {\n return this.ej2Instances.saveAsBlob(formatType);\n },\n scrollToPage: function (pageNumber) {\n return this.ej2Instances.scrollToPage(pageNumber);\n },\n serialize: function () {\n return this.ej2Instances.serialize();\n },\n setCustomFonts: function (fonts) {\n return this.ej2Instances.setCustomFonts(fonts);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n setFormFieldInfo: function (name, formFieldInfo) {\n return this.ej2Instances.setFormFieldInfo(name, formFieldInfo);\n },\n showDialog: function (dialogType) {\n return this.ej2Instances.showDialog(dialogType);\n },\n showOptionsPane: function () {\n return this.ej2Instances.showOptionsPane();\n },\n showRestrictEditingPane: function (show) {\n return this.ej2Instances.showRestrictEditingPane(show);\n },\n showXmlPane: function () {\n return this.ej2Instances.showXmlPane();\n },\n updateFields: function () {\n return this.ej2Instances.updateFields();\n },\n verbalizeFromCursorLocation: function () {\n return this.ej2Instances.verbalizeFromCursorLocation();\n },\n }\n});\nexport var DocumentEditorPlugin = {\n name: 'ejs-documenteditor',\n install: function (Vue) {\n Vue.component(DocumentEditorPlugin.name, DocumentEditorComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'autoResizeOnVisibilityChange', 'backstageMenu', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'fileMenuItems', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'ribbonLayout', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'toolbarMode', 'userColor', 'width', 'zIndex', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforePaneSwitch', 'beforePaste', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'fileMenuItemClick', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];\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 * Represents the Essential JS 2 VueJS Document Editor Container\n * ```html\n * <ejs-documenteditor-container id='container'></ejs-documenteditor-container>\n * ```\n */\nexport var DocumentEditorContainerComponent = vueDefineComponent({\n name: 'DocumentEditorContainerComponent',\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 ej2Instance: new DocumentEditorContainer({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n }\n});\nexport var DocumentEditorContainerPlugin = {\n name: 'ejs-documenteditorcontainer',\n install: function (Vue) {\n Vue.component(DocumentEditorContainerPlugin.name, DocumentEditorContainerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","props","watch","emitProbs","_i","modelProps_1","props_1"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-documenteditor.es5.js","sources":["../../src/document-editor/documenteditor.component.js","../../src/document-editor-container/documenteditorcontainer.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isClientCall', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];\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 * Represents the Essential JS 2 VueJS Document Editor Component\n * ```html\n * <ejs-documenteditor id='container'></ejs-documenteditor>\n * ```\n */\nexport var DocumentEditorComponent = vueDefineComponent({\n name: 'DocumentEditorComponent',\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 ej2Instance: new DocumentEditor({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n enableAllModules: function () {\n return this.ej2Instances.enableAllModules();\n },\n exportAsImage: function (pageNumber, format) {\n return this.ej2Instances.exportAsImage(pageNumber, format);\n },\n exportContentControlData: function (isExportRichTextData) {\n return this.ej2Instances.exportContentControlData(isExportRichTextData);\n },\n exportFormData: function () {\n return this.ej2Instances.exportFormData();\n },\n fitPage: function (pageFitType) {\n return this.ej2Instances.fitPage(pageFitType);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n getBookmarks: function () {\n return this.ej2Instances.getBookmarks();\n },\n getComments: function () {\n return this.ej2Instances.getComments();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n getFormFieldInfo: function (name) {\n return this.ej2Instances.getFormFieldInfo(name);\n },\n getFormFieldNames: function () {\n return this.ej2Instances.getFormFieldNames();\n },\n getStyleNames: function (styleType) {\n return this.ej2Instances.getStyleNames(styleType);\n },\n getStyles: function (styleType) {\n return this.ej2Instances.getStyles(styleType);\n },\n importContentControlData: function (contentControlInfo) {\n return this.ej2Instances.importContentControlData(contentControlInfo);\n },\n importFormData: function (formData) {\n return this.ej2Instances.importFormData(formData);\n },\n open: function (inputData) {\n return this.ej2Instances.open(inputData);\n },\n openAsync: function (inputData) {\n return this.ej2Instances.openAsync(inputData);\n },\n openBlank: function () {\n return this.ej2Instances.openBlank();\n },\n print: function (printWindow) {\n return this.ej2Instances.print(printWindow);\n },\n resetContentControlData: function (contentControInfo) {\n return this.ej2Instances.resetContentControlData(contentControInfo);\n },\n resetFormFields: function (name) {\n return this.ej2Instances.resetFormFields(name);\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n save: function (fileName, formatType) {\n return this.ej2Instances.save(fileName, formatType);\n },\n saveAsBlob: function (formatType) {\n return this.ej2Instances.saveAsBlob(formatType);\n },\n scrollToPage: function (pageNumber) {\n return this.ej2Instances.scrollToPage(pageNumber);\n },\n serialize: function () {\n return this.ej2Instances.serialize();\n },\n setCustomFonts: function (fonts) {\n return this.ej2Instances.setCustomFonts(fonts);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n setFormFieldInfo: function (name, formFieldInfo) {\n return this.ej2Instances.setFormFieldInfo(name, formFieldInfo);\n },\n showDialog: function (dialogType) {\n return this.ej2Instances.showDialog(dialogType);\n },\n showOptionsPane: function () {\n return this.ej2Instances.showOptionsPane();\n },\n showRestrictEditingPane: function (show) {\n return this.ej2Instances.showRestrictEditingPane(show);\n },\n showXmlPane: function () {\n return this.ej2Instances.showXmlPane();\n },\n updateFields: function () {\n return this.ej2Instances.updateFields();\n },\n verbalizeFromCursorLocation: function () {\n return this.ej2Instances.verbalizeFromCursorLocation();\n },\n }\n});\nexport var DocumentEditorPlugin = {\n name: 'ejs-documenteditor',\n install: function (Vue) {\n Vue.component(DocumentEditorPlugin.name, DocumentEditorComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'autoResizeOnVisibilityChange', 'backstageMenu', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'fileMenuItems', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'ribbonLayout', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'toolbarMode', 'userColor', 'width', 'zIndex', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforePaneSwitch', 'beforePaste', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'fileMenuItemClick', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];\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 * Represents the Essential JS 2 VueJS Document Editor Container\n * ```html\n * <ejs-documenteditor-container id='container'></ejs-documenteditor-container>\n * ```\n */\nexport var DocumentEditorContainerComponent = vueDefineComponent({\n name: 'DocumentEditorContainerComponent',\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 ej2Instance: new DocumentEditorContainer({}),\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 this.destroyPortals(ele);\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 destroy: function () {\n return this.ej2Instances.destroy();\n },\n getDefaultCharacterFormat: function () {\n return this.ej2Instances.getDefaultCharacterFormat();\n },\n getDefaultParagraphFormat: function () {\n return this.ej2Instances.getDefaultParagraphFormat();\n },\n getDefaultSectionFormat: function () {\n return this.ej2Instances.getDefaultSectionFormat();\n },\n getDocumentCharacterFormat: function () {\n return this.ej2Instances.getDocumentCharacterFormat();\n },\n getDocumentParagraphFormat: function () {\n return this.ej2Instances.getDocumentParagraphFormat();\n },\n resize: function (width, height) {\n return this.ej2Instances.resize(width, height);\n },\n setDefaultCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDefaultCharacterFormat(characterFormat);\n },\n setDefaultParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDefaultParagraphFormat(paragraphFormat);\n },\n setDefaultSectionFormat: function (sectionFormat) {\n return this.ej2Instances.setDefaultSectionFormat(sectionFormat);\n },\n setDocumentCharacterFormat: function (characterFormat) {\n return this.ej2Instances.setDocumentCharacterFormat(characterFormat);\n },\n setDocumentParagraphFormat: function (paragraphFormat) {\n return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);\n },\n }\n});\nexport var DocumentEditorContainerPlugin = {\n name: 'ejs-documenteditorcontainer',\n install: function (Vue) {\n Vue.component(DocumentEditorContainerPlugin.name, DocumentEditorContainerComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","props","watch","emitProbs","_i","modelProps_1","props_1"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-vue-documenteditor",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"es2015": "dist/es6/ej2-vue-documenteditor.es2015.js",
|
|
19
19
|
"readme": "ReadMe.md",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
22
|
-
"@syncfusion/ej2-vue-base": "~31.2.
|
|
23
|
-
"@syncfusion/ej2-documenteditor": "31.2.
|
|
21
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
22
|
+
"@syncfusion/ej2-vue-base": "~31.2.5",
|
|
23
|
+
"@syncfusion/ej2-documenteditor": "31.2.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {},
|
|
26
26
|
"scripts": {
|
|
@@ -48,7 +48,7 @@ export declare type DocumentEditorComponent = typeof ComponentBase & {
|
|
|
48
48
|
importContentControlData(contentControlInfo: Object[]): Object[];
|
|
49
49
|
importFormData(formData: Object[]): void;
|
|
50
50
|
open(inputData: string): void;
|
|
51
|
-
openAsync(inputData: string):
|
|
51
|
+
openAsync(inputData: string): Object;
|
|
52
52
|
openBlank(): void;
|
|
53
53
|
print(printWindow?: Object): void;
|
|
54
54
|
resetContentControlData(contentControInfo: Object[]): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
2
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
|
|
4
|
-
export var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];
|
|
4
|
+
export var properties = ['isLazyUpdate', 'plugins', 'acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableLayout', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isClientCall', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor', 'actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'beforePaste', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend', 'documentLoadFailed'];
|
|
5
5
|
export var modelProps = [];
|
|
6
6
|
export var testProp = getProps({ props: properties });
|
|
7
7
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|