@ckeditor/ckeditor5-import-word 40.0.0 → 40.1.0

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/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 import from Word feature** (https://ckeditor.com/ckeditor-5/)<br>
5
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  CKEditor&nbsp;5 import from Word feature is licensed under a commercial license and is protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
@@ -15,4 +15,4 @@ Where not otherwise indicated, all CKEditor&nbsp;5 import from Word feature cont
15
15
  Trademarks
16
16
  ----------
17
17
 
18
- **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
18
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={945:(t,e,r)=>{t.exports=r(79)("./src/clipboard.js")},704:(t,e,r)=>{t.exports=r(79)("./src/core.js")},492:(t,e,r)=>{t.exports=r(79)("./src/engine.js")},273:(t,e,r)=>{t.exports=r(79)("./src/ui.js")},448:(t,e,r)=>{t.exports=r(79)("./src/upload.js")},209:(t,e,r)=>{t.exports=r(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function r(o){var i=e[o];if(void 0!==i)return i.exports;var n=e[o]={exports:{}};return t[o](n,n.exports,r),n.exports}r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";r.r(o),r.d(o,{ImportWord:()=>b,ImportWordEditing:()=>m,ImportWordUI:()=>n});var t=r(704),e=r(273),i=r(448);class n extends t.Plugin{static get pluginName(){return"ImportWordUI"}init(){const t=this.editor,r=t.t;t.ui.componentFactory.add("importWord",(o=>{const n=t.commands.get("importWord"),s=new i.FileDialogButtonView(o),a=new e.SpinnerView;return s.set({acceptedType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template"}),s.buttonView.set({label:r("Import from Word"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"/></svg>\n',tooltip:!0}),s.buttonView.bind("isOn","isEnabled").to(n,"isBusy","isEnabled"),a.bind("isVisible").to(n,"isBusy"),s.buttonView.iconView.bind("isVisible").to(n,"isBusy",(t=>!t)),s.buttonView.children.add(a),s.on("done",((e,r)=>{t.execute("importWord",r[0],{}),t.editing.view.focus()})),s}))}}var s=r(945),a=r(492),l=r(209);class d extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this._importMarker=null,this._undoStepBatch=null,this._abortController=null,this.on("dataInsert",((e,r)=>{const o=new DataTransfer;o.setData("text/html",r.html);const i=this._importMarker.getRange();this.editor.model.enqueueChange(this._undoStepBatch,(e=>{this._importMarker.stopListening(),e.setSelection(i),t.editing.view.document.fire("clipboardInput",{dataTransfer:o})}))}),{priority:"low"})}refresh(){this.isEnabled=this._checkEnabled()}execute(t,e={}){if(this.isBusy)return Promise.resolve();const r=this.editor.config.get("importWord"),o={url:r.converterUrl,file:t,serviceConfig:{...e,default_styles:r.defaultStyles}};return this._prepareForImport(),this._sendImportRequest(o).then(this._handleImportResponse.bind(this)).catch(this._handleImportFailure.bind(this)).finally(this._cleanUpAfterImport.bind(this))}_checkEnabled(){if(this.isBusy)return!1;const t=this.editor.model,e=t.schema,r=t.document.selection,o=(0,l.first)(r.getSelectedBlocks());return!!o&&e.checkChild(o.parent,"paragraph")}_prepareForImport(){const t=this.editor,e=t.model,r=e.document.selection;this._abortController=new AbortController,this._undoStepBatch=t.model.createBatch({isUndoable:!0}),e.enqueueChange(this._undoStepBatch,(t=>{r.isCollapsed||e.deleteContent(r,{leaveUnmerged:!0});const o=r.getFirstPosition(),i=(0,l.first)(r.getSelectedBlocks());let n;n=i.is("element","paragraph")&&i.isEmpty?o:o.isAtStart?e.createPositionBefore(i):o.isAtEnd?e.createPositionAfter(i):t.split(o).position,this._importMarker=t.addMarker("importWord:"+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new a.Range(n)}),this._importMarker.on("change:range",(()=>{"$graveyard"===this._importMarker.getRange().root.rootName&&this._abortController.abort()}))})),this.isBusy=!0,this.refresh()}_cleanUpAfterImport(){const t=this.editor.model;t.markers.has(this._importMarker)&&t.enqueueChange(this._undoStepBatch,(t=>{t.removeMarker(this._importMarker)})),this._importMarker=null,this._undoStepBatch=null,this._abortController=null,this.isBusy=!1,this.refresh()}_sendImportRequest({url:t,file:e,serviceConfig:r}){const o=this.editor.plugins.get("ImportWordEditing").getToken(),i=new FormData;i.set("config",JSON.stringify(r)),i.set("file",e);const n={method:"POST",headers:{},body:i,signal:this._abortController.signal};return o&&(n.headers.Authorization=o.value),fetch(t,n)}_handleImportResponse(t){return t.ok?t.json().then((t=>{this.editor.model.markers.has(this._importMarker)&&"$graveyard"!==this._importMarker.getRange().root.rootName&&this.fire("dataInsert",t)})):Promise.reject()}_handleImportFailure(){if(this._abortController.signal.aborted)return void(0,l.logWarning)("import-word-plugin-import-cancelled");const t=this.editor,e=(0,t.t)("An error occurred while importing the Word file.");t.plugins.get("Notification").showWarning(e),(0,l.logError)("import-word-plugin-conversion-failed")}}const c=["CloudServices","ImportWordEditing","registerTokenUrl","pluginName","tokenUrl","token","get","add","_token","plugins","cloudServices","importWord","getToken","config","requires","init"];var p,h;p=c,h=145,function(t){for(;--t;)p.push(p.shift())}(++h);const u=function(t,e){return c[t-=0]};class m extends t.Plugin{static get[u("0x2")](){return u("0x0")}static get[u("0xd")](){return[e.Notification,s.ClipboardPipeline,u("0xf")]}constructor(t){super(t),this[u("0x7")]=null}async[u("0xe")](){const t=this.editor;t[u("0xc")].define(u("0xa"),{converterUrl:"https://docx-converter.cke-cs.com/v2/convert/docx-html",tokenUrl:(t.config[u("0x5")]("cloudServices")||{})[u("0x3")],defaultStyles:!1}),t.commands[u("0x6")](u("0xa"),new d(t));const{tokenUrl:e}=t[u("0xc")][u("0x5")](u("0xa"));if(e){const{tokenUrl:r}=t[u("0xc")].get(u("0x9"))||{};this[u("0x7")]=e===r?t[u("0x8")].get(u("0xf"))[u("0x4")]:await t[u("0x8")][u("0x5")](u("0xf"))[u("0x1")](e)}}[u("0xb")](){return this[u("0x7")]}}var g,f,x=["pluginName","requires","ImportWord"];g=x,f=283,function(t){for(;--t;)g.push(g.shift())}(++f);var v=function(t,e){return x[t-=0]};class b extends t.Plugin{static get[v("0x2")](){return v("0x1")}static get[v("0x0")](){return[m,n]}}})(),(window.CKEditor5=window.CKEditor5||{}).importWord=o})();
5
+ */(()=>{var t={945:(t,e,r)=>{t.exports=r(79)("./src/clipboard.js")},704:(t,e,r)=>{t.exports=r(79)("./src/core.js")},492:(t,e,r)=>{t.exports=r(79)("./src/engine.js")},273:(t,e,r)=>{t.exports=r(79)("./src/ui.js")},448:(t,e,r)=>{t.exports=r(79)("./src/upload.js")},209:(t,e,r)=>{t.exports=r(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function r(o){var i=e[o];if(void 0!==i)return i.exports;var n=e[o]={exports:{}};return t[o](n,n.exports,r),n.exports}r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";r.r(o),r.d(o,{ImportWord:()=>b,ImportWordEditing:()=>m,ImportWordUI:()=>n});var t=r(704),e=r(273),i=r(448);class n extends t.Plugin{static get pluginName(){return"ImportWordUI"}init(){const t=this.editor,r=t.t;t.ui.componentFactory.add("importWord",(o=>{const n=t.commands.get("importWord"),s=new i.FileDialogButtonView(o),a=new e.SpinnerView;return s.set({acceptedType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template"}),s.buttonView.set({label:r("Import from Word"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"/></svg>\n',tooltip:!0}),s.buttonView.bind("isOn","isEnabled").to(n,"isBusy","isEnabled"),a.bind("isVisible").to(n,"isBusy"),s.buttonView.iconView.bind("isVisible").to(n,"isBusy",(t=>!t)),s.buttonView.children.add(a),s.on("done",((e,r)=>{t.execute("importWord",r[0],{}),t.editing.view.focus()})),s}))}}var s=r(945),a=r(492),l=r(209);class d extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this._importMarker=null,this._undoStepBatch=null,this._abortController=null,this.on("dataInsert",((e,r)=>{const o=new DataTransfer;o.setData("text/html",r.html);const i=this._importMarker.getRange();this.editor.model.enqueueChange(this._undoStepBatch,(e=>{this._importMarker.stopListening(),e.setSelection(i),t.editing.view.document.fire("clipboardInput",{dataTransfer:o})}))}),{priority:"low"})}refresh(){this.isEnabled=this._checkEnabled()}execute(t,e={}){if(this.isBusy)return Promise.resolve();const r=this.editor.config.get("importWord"),o={url:r.converterUrl,file:t,serviceConfig:{...e,formatting:r.formatting}};return this._prepareForImport(),this._sendImportRequest(o).then(this._handleImportResponse.bind(this)).catch(this._handleImportFailure.bind(this)).finally(this._cleanUpAfterImport.bind(this))}_checkEnabled(){if(this.isBusy)return!1;const t=this.editor.model,e=t.schema,r=t.document.selection,o=(0,l.first)(r.getSelectedBlocks());return!!o&&e.checkChild(o.parent,"paragraph")}_prepareForImport(){const t=this.editor,e=t.model,r=e.document.selection;this._abortController=new AbortController,this._undoStepBatch=t.model.createBatch({isUndoable:!0}),e.enqueueChange(this._undoStepBatch,(t=>{r.isCollapsed||e.deleteContent(r,{leaveUnmerged:!0});const o=r.getFirstPosition(),i=(0,l.first)(r.getSelectedBlocks());let n;n=i.is("element","paragraph")&&i.isEmpty?o:o.isAtStart?e.createPositionBefore(i):o.isAtEnd?e.createPositionAfter(i):t.split(o).position,this._importMarker=t.addMarker("importWord:"+(0,l.uid)(),{usingOperation:!1,affectsData:!1,range:new a.Range(n)}),this._importMarker.on("change:range",(()=>{"$graveyard"===this._importMarker.getRange().root.rootName&&this._abortController.abort()}))})),this.isBusy=!0,this.refresh()}_cleanUpAfterImport(){const t=this.editor.model;t.markers.has(this._importMarker)&&t.enqueueChange(this._undoStepBatch,(t=>{t.removeMarker(this._importMarker)})),this._importMarker=null,this._undoStepBatch=null,this._abortController=null,this.isBusy=!1,this.refresh()}_sendImportRequest({url:t,file:e,serviceConfig:r}){const o=this.editor.plugins.get("ImportWordEditing").getToken(),i=new FormData;i.set("config",JSON.stringify(r)),i.set("file",e);const n={method:"POST",headers:{},body:i,signal:this._abortController.signal};return o&&(n.headers.Authorization=o.value),fetch(t,n)}_handleImportResponse(t){return t.ok?t.json().then((t=>{this.editor.model.markers.has(this._importMarker)&&"$graveyard"!==this._importMarker.getRange().root.rootName&&this.fire("dataInsert",t)})):Promise.reject()}_handleImportFailure(){if(this._abortController.signal.aborted)return void(0,l.logWarning)("import-word-plugin-import-cancelled");const t=this.editor,e=(0,t.t)("An error occurred while importing the Word file.");t.plugins.get("Notification").showWarning(e),(0,l.logError)("import-word-plugin-conversion-failed")}}const c=["tokenUrl","requires","init","add","commands","editor","plugins","inline","https://docx-converter.cke-cs.com/v2/convert/docx-html","none","cloudServices","getToken","config","_token","CloudServices","get","pluginName","importWord"];var p,h;p=c,h=132,function(t){for(;--t;)p.push(p.shift())}(++h);const u=function(t,e){return c[t-=0]};class m extends t.Plugin{static get[u("0xa")](){return"ImportWordEditing"}static get[u("0xd")](){return[e.Notification,s.ClipboardPipeline,u("0x8")]}constructor(t){super(t),this._token=null}async[u("0xe")](){const t=this[u("0x11")];t[u("0x6")].define(u("0xb"),{converterUrl:u("0x2"),tokenUrl:(t.config[u("0x9")](u("0x4"))||{})[u("0xc")],formatting:{resets:u("0x3"),defaults:u("0x3"),styles:u("0x1")}}),t[u("0x10")][u("0xf")](u("0xb"),new d(t));const{tokenUrl:e}=t[u("0x6")][u("0x9")](u("0xb"));if(e){const{tokenUrl:r}=t[u("0x6")][u("0x9")]("cloudServices")||{};this[u("0x7")]=e===r?t[u("0x0")][u("0x9")](u("0x8")).token:await t[u("0x0")][u("0x9")]("CloudServices").registerTokenUrl(e)}}[u("0x5")](){return this[u("0x7")]}}var g,f,x=["requires","ImportWord","pluginName"];g=x,f=486,function(t){for(;--t;)g.push(g.shift())}(++f);var v=function(t,e){return x[t-=0]};class b extends t.Plugin{static get[v("0x2")](){return v("0x1")}static get[v("0x0")](){return[m,n]}}})(),(window.CKEditor5=window.CKEditor5||{}).importWord=o})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-import-word",
3
- "version": "40.0.0",
3
+ "version": "40.1.0",
4
4
  "description": "Import from Word feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "main": "src/index.js",
31
31
  "dependencies": {
32
- "ckeditor5": "40.0.0"
32
+ "ckeditor5": "40.1.0"
33
33
  },
34
34
  "license": "SEE LICENSE IN LICENSE.md",
35
35
  "author": "CKSource (https://cksource.com/)",
@@ -1,23 +1,23 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- import type { ImportWordConfig, ImportWord, ImportWordEditing, ImportWordUI, ImportWordCommand } from './index';
6
- declare module '@ckeditor/ckeditor5-core' {
7
- interface EditorConfig {
8
- /**
9
- * The configuration of the {@link module:import-word/importword~ImportWord import from Word feature}.
10
- *
11
- * Read more in {@link module:import-word/importword~ImportWordConfig}.
12
- */
13
- importWord?: ImportWordConfig;
14
- }
15
- interface PluginsMap {
16
- [ImportWord.pluginName]: ImportWord;
17
- [ImportWordEditing.pluginName]: ImportWordEditing;
18
- [ImportWordUI.pluginName]: ImportWordUI;
19
- }
20
- interface CommandsMap {
21
- importWord: ImportWordCommand;
22
- }
23
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ import type { ImportWordConfig, ImportWord, ImportWordEditing, ImportWordUI, ImportWordCommand } from './index';
6
+ declare module '@ckeditor/ckeditor5-core' {
7
+ interface EditorConfig {
8
+ /**
9
+ * The configuration of the {@link module:import-word/importword~ImportWord import from Word feature}.
10
+ *
11
+ * Read more in {@link module:import-word/importword~ImportWordConfig}.
12
+ */
13
+ importWord?: ImportWordConfig;
14
+ }
15
+ interface PluginsMap {
16
+ [ImportWord.pluginName]: ImportWord;
17
+ [ImportWordEditing.pluginName]: ImportWordEditing;
18
+ [ImportWordUI.pluginName]: ImportWordUI;
19
+ }
20
+ interface CommandsMap {
21
+ importWord: ImportWordCommand;
22
+ }
23
+ }
@@ -1,99 +1,124 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module import-word/importword
7
- * @publicApi
8
- */
9
- import { Plugin } from 'ckeditor5/src/core';
10
- import type { TokenUrl } from '@ckeditor/ckeditor5-cloud-services';
11
- import ImportWordUI from './importwordui';
12
- import ImportWordEditing from './importwordediting';
13
- /**
14
- * The import from Word feature.
15
- *
16
- * It allows importing content from a Word file directly into CKEditor 5.
17
- *
18
- * This is a "glue" plugin which enables:
19
- *
20
- * * {@link module:import-word/importwordediting~ImportWordEditing},
21
- * * {@link module:import-word/importwordui~ImportWordUI},
22
- *
23
- * For a detailed overview, check the {@glink features/converters/import-word/import-word import from Word} feature documentation.
24
- */
25
- export default class ImportWord extends Plugin {
26
- /**
27
- * @inheritDoc
28
- */
29
- static get pluginName(): "ImportWord";
30
- /**
31
- * @inheritDoc
32
- */
33
- static get requires(): readonly [typeof ImportWordEditing, typeof ImportWordUI];
34
- }
35
- /**
36
- * The configuration of the {@link module:import-word/importword~ImportWord import from Word feature}.
37
- *
38
- * The configuration for the import from Word feature requires providing the
39
- * {@link module:import-word/importword~ImportWordConfig#tokenUrl `config.importWord.tokenUrl`}:
40
- *
41
- * ```ts
42
- * ClassicEditor
43
- * .create( editorElement, {
44
- * importWord: {
45
- * tokenUrl: 'https://example.com/cs-token-endpoint'
46
- * }
47
- * } )
48
- * .then( ... )
49
- * .catch( ... );
50
- * ```
51
- *
52
- * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
53
- */
54
- export interface ImportWordConfig {
55
- /**
56
- * A URL to the Docx converter.
57
- *
58
- * ```ts
59
- * const importWordConfig = {
60
- * converterUrl: 'https://myconverter.com/v1/'
61
- * }
62
- * ```
63
- *
64
- * **Note:** The plugin uses the default Word to HTML converter delivered by CKEditor Cloud Services.
65
- * You can provide a URL to an on-premises converter instead.
66
- *
67
- * @default 'https://docx-converter.cke-cs.com/v2/convert/docx-html'
68
- */
69
- converterUrl?: string;
70
- /**
71
- * A token URL or a token request function. This field is optional and should be used only when a different `tokenUrl`
72
- * is required for the Import from Word feature.
73
- *
74
- * **Note:** The token can be disabled with the `false` value provided.
75
- *
76
- * See: {@link module:cloud-services/cloudservicesconfig~CloudServicesConfig#tokenUrl}
77
- */
78
- tokenUrl?: TokenUrl;
79
- /**
80
- * If `true`, the converter service preserves the default styles and formatting of the imported Word document.
81
- *
82
- * @default false
83
- */
84
- defaultStyles?: boolean;
85
- /**
86
- * Defines which formatting styles should be kept for the imported comments text.
87
- *
88
- * Possible values are:
89
- *
90
- * * `'basic'` - basic styles are kept (bold, italic, underline, strikethrough and links),
91
- * * `'none'` - comment text is imported without any styling,
92
- * * `'full'` - all styles are kept (not recommended).
93
- *
94
- * **Note:** Please remember that importing comments requires installing the {@link module:comments/comments~Comments} feature.
95
- *
96
- * @default 'basic'
97
- */
98
- commentsStyles?: 'basic' | 'none' | 'full';
99
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module import-word/importword
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core';
10
+ import type { TokenUrl } from '@ckeditor/ckeditor5-cloud-services';
11
+ import ImportWordUI from './importwordui';
12
+ import ImportWordEditing from './importwordediting';
13
+ /**
14
+ * The import from Word feature.
15
+ *
16
+ * It allows importing content from a Word file directly into CKEditor 5.
17
+ *
18
+ * This is a "glue" plugin which enables:
19
+ *
20
+ * * {@link module:import-word/importwordediting~ImportWordEditing},
21
+ * * {@link module:import-word/importwordui~ImportWordUI},
22
+ *
23
+ * For a detailed overview, check the {@glink features/converters/import-word/import-word import from Word} feature documentation.
24
+ */
25
+ export default class ImportWord extends Plugin {
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get pluginName(): "ImportWord";
30
+ /**
31
+ * @inheritDoc
32
+ */
33
+ static get requires(): readonly [typeof ImportWordEditing, typeof ImportWordUI];
34
+ }
35
+ /**
36
+ * The configuration of the {@link module:import-word/importword~ImportWord import from Word feature}.
37
+ *
38
+ * The configuration for the import from Word feature requires providing the
39
+ * {@link module:import-word/importword~ImportWordConfig#tokenUrl `config.importWord.tokenUrl`}:
40
+ *
41
+ * ```ts
42
+ * ClassicEditor
43
+ * .create( editorElement, {
44
+ * importWord: {
45
+ * tokenUrl: 'https://example.com/cs-token-endpoint'
46
+ * }
47
+ * } )
48
+ * .then( ... )
49
+ * .catch( ... );
50
+ * ```
51
+ *
52
+ * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
53
+ */
54
+ export interface ImportWordConfig {
55
+ /**
56
+ * A URL to the Docx converter.
57
+ *
58
+ * ```ts
59
+ * const importWordConfig = {
60
+ * converterUrl: 'https://myconverter.com/v1/'
61
+ * }
62
+ * ```
63
+ *
64
+ * **Note:** The plugin uses the default Word to HTML converter delivered by CKEditor Cloud Services.
65
+ * You can provide a URL to an on-premises converter instead.
66
+ *
67
+ * @default 'https://docx-converter.cke-cs.com/v2/convert/docx-html'
68
+ */
69
+ converterUrl?: string;
70
+ /**
71
+ * A token URL or a token request function. This field is optional and should be used only when a different `tokenUrl`
72
+ * is required for the Import from Word feature.
73
+ *
74
+ * **Note:** The token can be disabled with the `false` value provided.
75
+ *
76
+ * See: {@link module:cloud-services/cloudservicesconfig~CloudServicesConfig#tokenUrl}
77
+ */
78
+ tokenUrl?: TokenUrl;
79
+ formatting: FormattingOptions;
80
+ }
81
+ export interface FormattingOptions {
82
+ /**
83
+ * Controls whether the additional formatting dedicated to minimizing differences between default Word styles
84
+ * and default HTML formatting should be included in the generated document.
85
+ *
86
+ * If `inline`, the converter service preserves the formatting to be consistent with Word ones.
87
+ * For example, in Word headings are not bold by default, whereas in HTML, they are. Enabling this option
88
+ * appends font-weight: normal to all headings.
89
+ *
90
+ * @default false
91
+ */
92
+ resets?: 'none' | 'inline';
93
+ /**
94
+ * Controls whether formatting set by default (like the default font size or default font family)
95
+ * should be included in the generated document.
96
+ *
97
+ * If `inline`, the converter service preserves the default formatting of the imported Word document.
98
+ *
99
+ * @default 'none'
100
+ */
101
+ defaults?: 'none' | 'inline';
102
+ /**
103
+ * Controls whether Word styles should be included in the generated document.
104
+ *
105
+ * If `inline`, the converter service preserves the default styles of the imported Word document.
106
+ *
107
+ * @default 'inline'
108
+ */
109
+ styles?: 'none' | 'inline';
110
+ /**
111
+ * Defines which formatting styles should be kept for the imported comments text.
112
+ *
113
+ * Possible values are:
114
+ *
115
+ * * `'basic'` - basic styles are kept (bold, italic, underline, strikethrough and links),
116
+ * * `'none'` - comment text is imported without any styling,
117
+ * * `'full'` - all styles are kept (not recommended).
118
+ *
119
+ * **Note:** Please remember that importing comments requires installing the {@link module:comments/comments~Comments} feature.
120
+ *
121
+ * @default 'basic'
122
+ */
123
+ comments?: 'basic' | 'none' | 'full';
124
+ }
package/src/importword.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xd4e6=['pluginName','requires','ImportWord'];(function(_0x2b9ce1,_0xd4e6a3){var _0x53e959=function(_0x2e9bd6){while(--_0x2e9bd6){_0x2b9ce1['push'](_0x2b9ce1['shift']());}};_0x53e959(++_0xd4e6a3);}(_0xd4e6,0x11b));var _0x53e9=function(_0x2b9ce1,_0xd4e6a3){_0x2b9ce1=_0x2b9ce1-0x0;var _0x53e959=_0xd4e6[_0x2b9ce1];return _0x53e959;};import{Plugin as _0x4cd818}from'ckeditor5/src/core';import _0x13522d from'./importwordui';import _0x20fbd2 from'./importwordediting';export default class i extends _0x4cd818{static get[_0x53e9('0x2')](){return _0x53e9('0x1');}static get[_0x53e9('0x0')](){return[_0x20fbd2,_0x13522d];}}
23
+ var _0x5cd7=['requires','ImportWord','pluginName'];(function(_0x5bdca6,_0x5cd7f5){var _0x13ab0c=function(_0x59e08b){while(--_0x59e08b){_0x5bdca6['push'](_0x5bdca6['shift']());}};_0x13ab0c(++_0x5cd7f5);}(_0x5cd7,0x1e6));var _0x13ab=function(_0x5bdca6,_0x5cd7f5){_0x5bdca6=_0x5bdca6-0x0;var _0x13ab0c=_0x5cd7[_0x5bdca6];return _0x13ab0c;};import{Plugin as _0x55b789}from'ckeditor5/src/core';import _0x3de12d from'./importwordui';import _0x4d356d from'./importwordediting';export default class i extends _0x55b789{static get[_0x13ab('0x2')](){return _0x13ab('0x1');}static get[_0x13ab('0x0')](){return[_0x4d356d,_0x3de12d];}}
@@ -1,54 +1,54 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module import-word/importwordcommand
7
- * @publicApi
8
- */
9
- import { Command, type Editor } from 'ckeditor5/src/core';
10
- /**
11
- * The import from Word command.
12
- *
13
- * It sends the Word file to the converter endpoint and inserts its content into the editor.
14
- */
15
- export default class ImportWordCommand extends Command {
16
- /**
17
- * A command state that indicates if the command is currently executing.
18
- *
19
- * @observable
20
- */
21
- isBusy: boolean;
22
- /**
23
- * @inheritDoc
24
- */
25
- constructor(editor: Editor);
26
- /**
27
- * @inheritDoc
28
- */
29
- refresh(): void;
30
- /**
31
- * Executes the command. Sends the provided file instance to the converter service endpoint and inserts the result into the model.
32
- *
33
- * @fires execute
34
- * @param file The Word file instance to be uploaded for conversion.
35
- * @param [serviceConfig] Additional options to pass to the converter service.
36
- */
37
- execute(file: File, serviceConfig?: Record<string, unknown>): Promise<unknown>;
38
- }
39
- /**
40
- * Fired when the converter service returned the HTML content that will be inserted into the editor.
41
- *
42
- * @eventName ~ImportWordCommand#dataInsert
43
- */
44
- export type DataInsertEvent = {
45
- name: 'dataInsert';
46
- args: [data: DataInsertEventData];
47
- };
48
- interface DataInsertEventData {
49
- /**
50
- * The HTML content to insertion.
51
- */
52
- html: string;
53
- }
54
- export {};
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module import-word/importwordcommand
7
+ * @publicApi
8
+ */
9
+ import { Command, type Editor } from 'ckeditor5/src/core';
10
+ /**
11
+ * The import from Word command.
12
+ *
13
+ * It sends the Word file to the converter endpoint and inserts its content into the editor.
14
+ */
15
+ export default class ImportWordCommand extends Command {
16
+ /**
17
+ * A command state that indicates if the command is currently executing.
18
+ *
19
+ * @observable
20
+ */
21
+ isBusy: boolean;
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ constructor(editor: Editor);
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ refresh(): void;
30
+ /**
31
+ * Executes the command. Sends the provided file instance to the converter service endpoint and inserts the result into the model.
32
+ *
33
+ * @fires execute
34
+ * @param file The Word file instance to be uploaded for conversion.
35
+ * @param [serviceConfig] Additional options to pass to the converter service.
36
+ */
37
+ execute(file: File, serviceConfig?: Record<string, unknown>): Promise<unknown>;
38
+ }
39
+ /**
40
+ * Fired when the converter service returned the HTML content that will be inserted into the editor.
41
+ *
42
+ * @eventName ~ImportWordCommand#dataInsert
43
+ */
44
+ export type DataInsertEvent = {
45
+ name: 'dataInsert';
46
+ args: [data: DataInsertEventData];
47
+ };
48
+ interface DataInsertEventData {
49
+ /**
50
+ * The HTML content to insertion.
51
+ */
52
+ html: string;
53
+ }
54
+ export {};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x5aa408}from'ckeditor5/src/core';import{Range as _0x4dbb0f}from'ckeditor5/src/engine';import{logWarning as _0x249d6e,logError as _0x344400,first as _0x36cb45,uid as _0x234ec1}from'ckeditor5/src/utils';export default class d extends _0x5aa408{constructor(_0x1b36c2){super(_0x1b36c2),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x230c96,_0x31b19d)=>{const _0x26f210=new DataTransfer();_0x26f210['setData']('text/html',_0x31b19d['html']);const _0x5e30d7=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x935035=>{this['_importMarker']['stopListening'](),_0x935035['setSelection'](_0x5e30d7),_0x1b36c2['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x26f210});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x4fdcdd,_0x5c588e={}){if(this['isBusy'])return Promise['resolve']();const _0x20af96=this['editor']['config']['get']('importWord'),_0x1747e6={'url':_0x20af96['converterUrl'],'file':_0x4fdcdd,'serviceConfig':{..._0x5c588e,'default_styles':_0x20af96['defaultStyles']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x1747e6)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x52ee31=this['editor']['model'],_0x1a24ef=_0x52ee31['schema'],_0x2d59ad=_0x52ee31['document']['selection'],_0x37e871=_0x36cb45(_0x2d59ad['getSelectedBlocks']());return!!_0x37e871&&_0x1a24ef['checkChild'](_0x37e871['parent'],'paragraph');}['_prepareForImport'](){const _0x59c439=this['editor'],_0x224dcd=_0x59c439['model'],_0x19e1d4=_0x224dcd['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x59c439['model']['createBatch']({'isUndoable':!0x0}),_0x224dcd['enqueueChange'](this['_undoStepBatch'],_0x34563c=>{_0x19e1d4['isCollapsed']||_0x224dcd['deleteContent'](_0x19e1d4,{'leaveUnmerged':!0x0});const _0x5eac91=_0x19e1d4['getFirstPosition'](),_0x37aa3c=_0x36cb45(_0x19e1d4['getSelectedBlocks']());let _0x3b4f01;_0x3b4f01=_0x37aa3c['is']('element','paragraph')&&_0x37aa3c['isEmpty']?_0x5eac91:_0x5eac91['isAtStart']?_0x224dcd['createPositionBefore'](_0x37aa3c):_0x5eac91['isAtEnd']?_0x224dcd['createPositionAfter'](_0x37aa3c):_0x34563c['split'](_0x5eac91)['position'],this['_importMarker']=_0x34563c['addMarker']('importWord:'+_0x234ec1(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x4dbb0f(_0x3b4f01)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x55b1dd=this['editor']['model'];_0x55b1dd['markers']['has'](this['_importMarker'])&&_0x55b1dd['enqueueChange'](this['_undoStepBatch'],_0x889fe1=>{_0x889fe1['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x316d19,file:_0x1905eb,serviceConfig:_0x2b3e33}){const _0x43f40f=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x2d4f35=new FormData();_0x2d4f35['set']('config',JSON['stringify'](_0x2b3e33)),_0x2d4f35['set']('file',_0x1905eb);const _0x12b529={'method':'POST','headers':{},'body':_0x2d4f35,'signal':this['_abortController']['signal']};return _0x43f40f&&(_0x12b529['headers']['Authorization']=_0x43f40f['value']),fetch(_0x316d19,_0x12b529);}['_handleImportResponse'](_0x32732c){return _0x32732c['ok']?_0x32732c['json']()['then'](_0x41bfe7=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x41bfe7);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x249d6e('import-word-plugin-import-cancelled');const _0x50b97e=this['editor'],_0xf013aa=(0x0,_0x50b97e['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x50b97e['plugins']['get']('Notification')['showWarning'](_0xf013aa),_0x344400('import-word-plugin-conversion-failed');}}
23
+ import{Command as _0x485cfc}from'ckeditor5/src/core';import{Range as _0x8a4ce2}from'ckeditor5/src/engine';import{logWarning as _0x1bcdc0,logError as _0x11eabc,first as _0x19a28a,uid as _0x4f4813}from'ckeditor5/src/utils';export default class d extends _0x485cfc{constructor(_0x1054f7){super(_0x1054f7),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x4d96bd,_0x56cdfc)=>{const _0x14541f=new DataTransfer();_0x14541f['setData']('text/html',_0x56cdfc['html']);const _0x256572=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x114efa=>{this['_importMarker']['stopListening'](),_0x114efa['setSelection'](_0x256572),_0x1054f7['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x14541f});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x30275e,_0x1387f9={}){if(this['isBusy'])return Promise['resolve']();const _0x4224ff=this['editor']['config']['get']('importWord'),_0x13b502={'url':_0x4224ff['converterUrl'],'file':_0x30275e,'serviceConfig':{..._0x1387f9,'formatting':_0x4224ff['formatting']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x13b502)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x472dec=this['editor']['model'],_0x3d9d79=_0x472dec['schema'],_0x2c928f=_0x472dec['document']['selection'],_0x19af9c=_0x19a28a(_0x2c928f['getSelectedBlocks']());return!!_0x19af9c&&_0x3d9d79['checkChild'](_0x19af9c['parent'],'paragraph');}['_prepareForImport'](){const _0x2a4372=this['editor'],_0x422512=_0x2a4372['model'],_0x4fcc60=_0x422512['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x2a4372['model']['createBatch']({'isUndoable':!0x0}),_0x422512['enqueueChange'](this['_undoStepBatch'],_0x5c0f59=>{_0x4fcc60['isCollapsed']||_0x422512['deleteContent'](_0x4fcc60,{'leaveUnmerged':!0x0});const _0x5adb18=_0x4fcc60['getFirstPosition'](),_0x4fc9ba=_0x19a28a(_0x4fcc60['getSelectedBlocks']());let _0x314866;_0x314866=_0x4fc9ba['is']('element','paragraph')&&_0x4fc9ba['isEmpty']?_0x5adb18:_0x5adb18['isAtStart']?_0x422512['createPositionBefore'](_0x4fc9ba):_0x5adb18['isAtEnd']?_0x422512['createPositionAfter'](_0x4fc9ba):_0x5c0f59['split'](_0x5adb18)['position'],this['_importMarker']=_0x5c0f59['addMarker']('importWord:'+_0x4f4813(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x8a4ce2(_0x314866)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x30e3a3=this['editor']['model'];_0x30e3a3['markers']['has'](this['_importMarker'])&&_0x30e3a3['enqueueChange'](this['_undoStepBatch'],_0x3847a3=>{_0x3847a3['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x5e645b,file:_0x6297d3,serviceConfig:_0x49dcc8}){const _0x3d23da=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x2e424f=new FormData();_0x2e424f['set']('config',JSON['stringify'](_0x49dcc8)),_0x2e424f['set']('file',_0x6297d3);const _0x3a1c8e={'method':'POST','headers':{},'body':_0x2e424f,'signal':this['_abortController']['signal']};return _0x3d23da&&(_0x3a1c8e['headers']['Authorization']=_0x3d23da['value']),fetch(_0x5e645b,_0x3a1c8e);}['_handleImportResponse'](_0x1cd08e){return _0x1cd08e['ok']?_0x1cd08e['json']()['then'](_0x5ab6a3=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x5ab6a3);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x1bcdc0('import-word-plugin-import-cancelled');const _0x2b75f4=this['editor'],_0x599e3a=(0x0,_0x2b75f4['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x2b75f4['plugins']['get']('Notification')['showWarning'](_0x599e3a),_0x11eabc('import-word-plugin-conversion-failed');}}
@@ -1,39 +1,39 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module import-word/importwordediting
7
- * @publicApi
8
- */
9
- import { Plugin, type Editor } from 'ckeditor5/src/core';
10
- import { Notification } from 'ckeditor5/src/ui';
11
- import { ClipboardPipeline } from 'ckeditor5/src/clipboard';
12
- import type { InitializedToken } from '@ckeditor/ckeditor5-cloud-services';
13
- /**
14
- * The editing part of the import from Word feature.
15
- *
16
- * It registers the {@link module:import-word/importwordcommand~ImportWordCommand `'importWord'` command}.
17
- */
18
- export default class ImportWordEditing extends Plugin {
19
- /**
20
- * @inheritDoc
21
- */
22
- static get pluginName(): "ImportWordEditing";
23
- /**
24
- * @inheritDoc
25
- */
26
- static get requires(): readonly [typeof Notification, typeof ClipboardPipeline, "CloudServices"];
27
- /**
28
- * @inheritDoc
29
- */
30
- constructor(editor: Editor);
31
- /**
32
- * @inheritDoc
33
- */
34
- init(): Promise<void>;
35
- /**
36
- * Returns a token used by the import from Word plugin for communication with the Cloud Services.
37
- */
38
- getToken(): InitializedToken | null;
39
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module import-word/importwordediting
7
+ * @publicApi
8
+ */
9
+ import { Plugin, type Editor } from 'ckeditor5/src/core';
10
+ import { Notification } from 'ckeditor5/src/ui';
11
+ import { ClipboardPipeline } from 'ckeditor5/src/clipboard';
12
+ import type { InitializedToken } from '@ckeditor/ckeditor5-cloud-services';
13
+ /**
14
+ * The editing part of the import from Word feature.
15
+ *
16
+ * It registers the {@link module:import-word/importwordcommand~ImportWordCommand `'importWord'` command}.
17
+ */
18
+ export default class ImportWordEditing extends Plugin {
19
+ /**
20
+ * @inheritDoc
21
+ */
22
+ static get pluginName(): "ImportWordEditing";
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get requires(): readonly [typeof Notification, typeof ClipboardPipeline, "CloudServices"];
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ constructor(editor: Editor);
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ init(): Promise<void>;
35
+ /**
36
+ * Returns a token used by the import from Word plugin for communication with the Cloud Services.
37
+ */
38
+ getToken(): InitializedToken | null;
39
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xf7a7=['CloudServices','ImportWordEditing','registerTokenUrl','pluginName','tokenUrl','token','get','add','_token','plugins','cloudServices','importWord','getToken','config','requires','init'];(function(_0xaed653,_0xf7a7d7){const _0x37fd0f=function(_0x1b19af){while(--_0x1b19af){_0xaed653['push'](_0xaed653['shift']());}};_0x37fd0f(++_0xf7a7d7);}(_0xf7a7,0x91));const _0x37fd=function(_0xaed653,_0xf7a7d7){_0xaed653=_0xaed653-0x0;let _0x37fd0f=_0xf7a7[_0xaed653];return _0x37fd0f;};import{Plugin as _0x30fbbb}from'ckeditor5/src/core';import{Notification as _0x45f508}from'ckeditor5/src/ui';import{ClipboardPipeline as _0x46ae2f}from'ckeditor5/src/clipboard';import _0x1a8c52 from'./importwordcommand';export default class e extends _0x30fbbb{static get[_0x37fd('0x2')](){return _0x37fd('0x0');}static get[_0x37fd('0xd')](){return[_0x45f508,_0x46ae2f,_0x37fd('0xf')];}constructor(_0x1865e5){super(_0x1865e5),this[_0x37fd('0x7')]=null;}async[_0x37fd('0xe')](){const _0x4e2c49=this['editor'];_0x4e2c49[_0x37fd('0xc')]['define'](_0x37fd('0xa'),{'converterUrl':'https://docx-converter.cke-cs.com/v2/convert/docx-html','tokenUrl':(_0x4e2c49['config'][_0x37fd('0x5')]('cloudServices')||{})[_0x37fd('0x3')],'defaultStyles':!0x1}),_0x4e2c49['commands'][_0x37fd('0x6')](_0x37fd('0xa'),new _0x1a8c52(_0x4e2c49));const {tokenUrl:_0x2f8888}=_0x4e2c49[_0x37fd('0xc')][_0x37fd('0x5')](_0x37fd('0xa'));if(_0x2f8888){const {tokenUrl:_0x1ecb87}=_0x4e2c49[_0x37fd('0xc')]['get'](_0x37fd('0x9'))||{};this[_0x37fd('0x7')]=_0x2f8888===_0x1ecb87?_0x4e2c49[_0x37fd('0x8')]['get'](_0x37fd('0xf'))[_0x37fd('0x4')]:await _0x4e2c49[_0x37fd('0x8')][_0x37fd('0x5')](_0x37fd('0xf'))[_0x37fd('0x1')](_0x2f8888);}}[_0x37fd('0xb')](){return this[_0x37fd('0x7')];}}
23
+ const _0x134b=['tokenUrl','requires','init','add','commands','editor','plugins','inline','https://docx-converter.cke-cs.com/v2/convert/docx-html','none','cloudServices','getToken','config','_token','CloudServices','get','pluginName','importWord'];(function(_0x7bd355,_0x134b17){const _0x3321b0=function(_0x29f09a){while(--_0x29f09a){_0x7bd355['push'](_0x7bd355['shift']());}};_0x3321b0(++_0x134b17);}(_0x134b,0x84));const _0x3321=function(_0x7bd355,_0x134b17){_0x7bd355=_0x7bd355-0x0;let _0x3321b0=_0x134b[_0x7bd355];return _0x3321b0;};import{Plugin as _0x57c10a}from'ckeditor5/src/core';import{Notification as _0x2ef94f}from'ckeditor5/src/ui';import{ClipboardPipeline as _0x1d3ae4}from'ckeditor5/src/clipboard';import _0x157bc0 from'./importwordcommand';export default class e extends _0x57c10a{static get[_0x3321('0xa')](){return'ImportWordEditing';}static get[_0x3321('0xd')](){return[_0x2ef94f,_0x1d3ae4,_0x3321('0x8')];}constructor(_0x51c64e){super(_0x51c64e),this['_token']=null;}async[_0x3321('0xe')](){const _0x4427a0=this[_0x3321('0x11')];_0x4427a0[_0x3321('0x6')]['define'](_0x3321('0xb'),{'converterUrl':_0x3321('0x2'),'tokenUrl':(_0x4427a0['config'][_0x3321('0x9')](_0x3321('0x4'))||{})[_0x3321('0xc')],'formatting':{'resets':_0x3321('0x3'),'defaults':_0x3321('0x3'),'styles':_0x3321('0x1')}}),_0x4427a0[_0x3321('0x10')][_0x3321('0xf')](_0x3321('0xb'),new _0x157bc0(_0x4427a0));const {tokenUrl:_0x864684}=_0x4427a0[_0x3321('0x6')][_0x3321('0x9')](_0x3321('0xb'));if(_0x864684){const {tokenUrl:_0x547dad}=_0x4427a0[_0x3321('0x6')][_0x3321('0x9')]('cloudServices')||{};this[_0x3321('0x7')]=_0x864684===_0x547dad?_0x4427a0[_0x3321('0x0')][_0x3321('0x9')](_0x3321('0x8'))['token']:await _0x4427a0[_0x3321('0x0')][_0x3321('0x9')]('CloudServices')['registerTokenUrl'](_0x864684);}}[_0x3321('0x5')](){return this[_0x3321('0x7')];}}
@@ -1,22 +1,22 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module import-word/importwordui
7
- * @publicApi
8
- */
9
- import { Plugin } from 'ckeditor5/src/core';
10
- /**
11
- * The ImportWordUI plugin. It introduces the `'importWord'` toolbar button.
12
- */
13
- export default class ImportWordUI extends Plugin {
14
- /**
15
- * @inheritDoc
16
- */
17
- static get pluginName(): "ImportWordUI";
18
- /**
19
- * @inheritDoc
20
- */
21
- init(): void;
22
- }
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module import-word/importwordui
7
+ * @publicApi
8
+ */
9
+ import { Plugin } from 'ckeditor5/src/core';
10
+ /**
11
+ * The ImportWordUI plugin. It introduces the `'importWord'` toolbar button.
12
+ */
13
+ export default class ImportWordUI extends Plugin {
14
+ /**
15
+ * @inheritDoc
16
+ */
17
+ static get pluginName(): "ImportWordUI";
18
+ /**
19
+ * @inheritDoc
20
+ */
21
+ init(): void;
22
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x5a844c}from'ckeditor5/src/core';import{SpinnerView as _0x42a443}from'ckeditor5/src/ui';import{FileDialogButtonView as _0x4f08f6}from'ckeditor5/src/upload';import _0x5f12ee from'../theme/icons/importword.svg';export default class o extends _0x5a844c{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x3f3f46=this['editor'],t=_0x3f3f46['t'];_0x3f3f46['ui']['componentFactory']['add']('importWord',_0x4bad53=>{const _0x37fbf5=_0x3f3f46['commands']['get']('importWord'),_0x5f5037=new _0x4f08f6(_0x4bad53),_0x2c31e3=new _0x42a443();return _0x5f5037['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x5f5037['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0x5f12ee,'tooltip':!0x0}),_0x5f5037['buttonView']['bind']('isOn','isEnabled')['to'](_0x37fbf5,'isBusy','isEnabled'),_0x2c31e3['bind']('isVisible')['to'](_0x37fbf5,'isBusy'),_0x5f5037['buttonView']['iconView']['bind']('isVisible')['to'](_0x37fbf5,'isBusy',_0x49e3bc=>!_0x49e3bc),_0x5f5037['buttonView']['children']['add'](_0x2c31e3),_0x5f5037['on']('done',(_0x1df9ef,_0x7aefdf)=>{_0x3f3f46['execute']('importWord',_0x7aefdf[0x0],{}),_0x3f3f46['editing']['view']['focus']();}),_0x5f5037;});}}
23
+ import{Plugin as _0x5337a0}from'ckeditor5/src/core';import{SpinnerView as _0x57d3ae}from'ckeditor5/src/ui';import{FileDialogButtonView as _0x27675a}from'ckeditor5/src/upload';import _0xaa54ee from'../theme/icons/importword.svg';export default class o extends _0x5337a0{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x2a2eed=this['editor'],t=_0x2a2eed['t'];_0x2a2eed['ui']['componentFactory']['add']('importWord',_0x27a013=>{const _0x3fd345=_0x2a2eed['commands']['get']('importWord'),_0x3585e6=new _0x27675a(_0x27a013),_0x98dd16=new _0x57d3ae();return _0x3585e6['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x3585e6['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0xaa54ee,'tooltip':!0x0}),_0x3585e6['buttonView']['bind']('isOn','isEnabled')['to'](_0x3fd345,'isBusy','isEnabled'),_0x98dd16['bind']('isVisible')['to'](_0x3fd345,'isBusy'),_0x3585e6['buttonView']['iconView']['bind']('isVisible')['to'](_0x3fd345,'isBusy',_0x5c59bb=>!_0x5c59bb),_0x3585e6['buttonView']['children']['add'](_0x98dd16),_0x3585e6['on']('done',(_0x202a12,_0x34227d)=>{_0x2a2eed['execute']('importWord',_0x34227d[0x0],{}),_0x2a2eed['editing']['view']['focus']();}),_0x3585e6;});}}
package/src/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
- /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
- */
5
- /**
6
- * @module import-word
7
- */
8
- export { default as ImportWord, type ImportWordConfig } from './importword';
9
- export { default as ImportWordEditing } from './importwordediting';
10
- export { default as ImportWordUI } from './importwordui';
11
- export type { default as ImportWordCommand } from './importwordcommand';
12
- import './augmentation';
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @module import-word
7
+ */
8
+ export { default as ImportWord, type ImportWordConfig } from './importword';
9
+ export { default as ImportWordEditing } from './importwordediting';
10
+ export { default as ImportWordUI } from './importwordui';
11
+ export type { default as ImportWordCommand } from './importwordcommand';
12
+ import './augmentation';