@ckeditor/ckeditor5-import-word 41.1.0 → 41.2.1

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.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={976:(t,e,r)=>{t.exports=r(672)("./src/clipboard.js")},968:(t,e,r)=>{t.exports=r(672)("./src/core.js")},684:(t,e,r)=>{t.exports=r(672)("./src/engine.js")},348:(t,e,r)=>{t.exports=r(672)("./src/ui.js")},748:(t,e,r)=>{t.exports=r(672)("./src/upload.js")},316:(t,e,r)=>{t.exports=r(672)("./src/utils.js")},672: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:()=>v,ImportWordEditing:()=>m,ImportWordUI:()=>n});var t=r(968),e=r(348),i=r(748);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(976),a=r(684),l=r(316);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=["config","cloudServices","pluginName","getToken","CloudServices","_token","https://docx-converter.cke-cs.com/v2/convert/docx-html","add","requires","tokenUrl","importWord","define","commands","plugins","editor","init","registerTokenUrl","get","none"];var p,h;p=c,h=310,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("0xf")](){return"ImportWordEditing"}static get[u("0x2")](){return[e.Notification,s.ClipboardPipeline,u("0x11")]}constructor(t){super(t),this[u("0x12")]=null}async[u("0x9")](){const t=this[u("0x8")];t[u("0xd")][u("0x5")](u("0x4"),{converterUrl:u("0x0"),tokenUrl:(t.config[u("0xb")](u("0xe"))||{})[u("0x3")],formatting:{resets:u("0xc"),defaults:u("0xc"),styles:"inline"}}),t[u("0x6")][u("0x1")]("importWord",new d(t));const{tokenUrl:e}=t[u("0xd")].get(u("0x4"));if(e){const{tokenUrl:r}=t.config[u("0xb")]("cloudServices")||{};this[u("0x12")]=e===r?t[u("0x7")][u("0xb")](u("0x11")).token:await t[u("0x7")][u("0xb")](u("0x11"))[u("0xa")](e)}}[u("0x10")](){return this._token}}var g,f,x=["pluginName"];g=x,f=399,function(t){for(;--t;)g.push(g.shift())}(++f);class v extends t.Plugin{static get[function(t,e){return x[t-=0]}("0x0")](){return"ImportWord"}static get requires(){return[m,n]}}})(),(window.CKEditor5=window.CKEditor5||{}).importWord=o})();
5
+ */(()=>{var t={331:(t,e,r)=>{t.exports=r(237)("./src/clipboard.js")},782:(t,e,r)=>{t.exports=r(237)("./src/core.js")},783:(t,e,r)=>{t.exports=r(237)("./src/engine.js")},311:(t,e,r)=>{t.exports=r(237)("./src/ui.js")},260:(t,e,r)=>{t.exports=r(237)("./src/upload.js")},584:(t,e,r)=>{t.exports=r(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function r(o){var n=e[o];if(void 0!==n)return n.exports;var i=e[o]={exports:{}};return t[o](i,i.exports,r),i.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:()=>I,ImportWordEditing:()=>h,ImportWordUI:()=>i});var t=r(782),e=r(311),n=r(260);class i extends t.Plugin{static get pluginName(){return"ImportWordUI"}init(){const t=this.editor,r=t.t;t.ui.componentFactory.add("importWord",(o=>{const i=t.commands.get("importWord"),s=new n.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(i,"isBusy","isEnabled"),a.bind("isVisible").to(i,"isBusy"),s.buttonView.iconView.bind("isVisible").to(i,"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(331),a=r(783),c=r(584);class l 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 n=this._importMarker.getRange();this.editor.model.enqueueChange(this._undoStepBatch,(e=>{this._importMarker.stopListening(),e.setSelection(n),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,c.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(),n=(0,c.first)(r.getSelectedBlocks());let i;i=n.is("element","paragraph")&&n.isEmpty?o:o.isAtStart?e.createPositionBefore(n):o.isAtEnd?e.createPositionAfter(n):t.split(o).position,this._importMarker=t.addMarker("importWord:"+(0,c.uid)(),{usingOperation:!1,affectsData:!1,range:new a.Range(i)}),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(),n=new FormData;n.set("config",JSON.stringify(r)),n.set("file",e);const i={method:"POST",headers:{},body:n,signal:this._abortController.signal};return o&&(i.headers.Authorization=o.value),fetch(t,i)}_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,c.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,c.logError)("import-word-plugin-conversion-failed")}}const p=d;function d(t,e){const r=u();return(d=function(t,e){return r[t-=201]})(t,e)}function u(){const t=["get","45zDrrIL","requires","tokenUrl","config","registerTokenUrl","token","add","pluginName","cloudServices","CloudServices","734130XVBmyy","define","1546041DepdFy","1521735QlxRpx","editor","inline","8rNKPaf","4346993tUrTBJ","122077hFsjav","8VUVTqZ","23270010JxSXvE","_token","importWord","ImportWordEditing","1254664OFcVvA","init","https://docx-converter.cke-cs.com/v2/convert/docx-html","plugins","commands","none","getToken"];return(u=function(){return t})()}!function(t,e){const r=d,o=t();for(;;)try{if(408459===parseInt(r(229))/1*(parseInt(r(230))/2)+-parseInt(r(223))/3+-parseInt(r(227))/4*(parseInt(r(224))/5)+parseInt(r(221))/6+-parseInt(r(228))/7+parseInt(r(203))/8*(-parseInt(r(211))/9)+parseInt(r(231))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(u);class h extends t.Plugin{static get[p(218)](){return p(202)}static get[p(212)](){const t=p;return[e.Notification,s.ClipboardPipeline,t(220)]}constructor(t){const e=p;super(t),this[e(232)]=null}async[p(204)](){const t=p,e=this[t(225)];e[t(214)][t(222)](t(201),{converterUrl:t(205),tokenUrl:(e[t(214)][t(210)](t(219))||{})[t(213)],formatting:{resets:t(208),defaults:t(208),styles:t(226)}}),e[t(207)][t(217)](t(201),new l(e));const{tokenUrl:r}=e[t(214)][t(210)](t(201));if(r){const{tokenUrl:o}=e[t(214)][t(210)](t(219))||{};this[t(232)]=r===o?e[t(206)][t(210)](t(220))[t(216)]:await e[t(206)][t(210)](t(220))[t(215)](r)}}[p(209)](){return this[p(232)]}}function m(){var t=["132558jVFnqo","51504qcEbtA","496773umHtQX","108690OmnEtv","1480710GsCRha","pluginName","40VMfwhN","ImportWord","1359408AZanCe","1552MYheLU","requires","232XxrXJQ"];return(m=function(){return t})()}var f=g;function g(t,e){var r=m();return(g=function(t,e){return r[t-=122]})(t,e)}!function(t,e){for(var r=g,o=t();;)try{if(116239===-parseInt(r(124))/1*(parseInt(r(126))/2)+parseInt(r(127))/3+parseInt(r(128))/4+-parseInt(r(130))/5+-parseInt(r(123))/6+parseInt(r(131))/7+-parseInt(r(133))/8*(-parseInt(r(129))/9))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(m);class I extends t.Plugin{static get[f(132)](){return f(122)}static get[f(125)](){return[h,i]}}function v(){var t=["119568XQSHbQ","7765cfrEQl","155360koaHYX","8760555wWgsuZ","2514CwbUKQ","7556eoIckb","60080wHwPVx","1848tOUBhh","156UXeJOG","522746rWLulG","64mlBBgT"];return(v=function(){return t})()}function b(t,e){var r=v();return(b=function(t,e){return r[t-=400]})(t,e)}!function(t,e){for(var r=b,o=t();;)try{if(695728===parseInt(r(410))/1*(-parseInt(r(402))/2)+parseInt(r(405))/3+-parseInt(r(407))/4+parseInt(r(406))/5*(parseInt(r(409))/6)+parseInt(r(403))/7*(parseInt(r(404))/8)+-parseInt(r(408))/9+parseInt(r(400))/10*(parseInt(r(401))/11))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(v)})(),(window.CKEditor5=window.CKEditor5||{}).importWord=o})();
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
16
16
  "Language: he\n"
17
- "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
 
20
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-import-word",
3
- "version": "41.1.0",
3
+ "version": "41.2.1",
4
4
  "description": "Import from Word feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -30,7 +30,7 @@
30
30
  "type": "module",
31
31
  "main": "src/index.js",
32
32
  "dependencies": {
33
- "ckeditor5": "41.1.0"
33
+ "ckeditor5": "41.2.1"
34
34
  },
35
35
  "license": "SEE LICENSE IN LICENSE.md",
36
36
  "author": "CKSource (https://cksource.com/)",
package/src/importword.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3e33=['pluginName'];(function(_0x47443f,_0x3e3366){var _0x44a9d4=function(_0x35ccd3){while(--_0x35ccd3){_0x47443f['push'](_0x47443f['shift']());}};_0x44a9d4(++_0x3e3366);}(_0x3e33,0x18f));var _0x44a9=function(_0x47443f,_0x3e3366){_0x47443f=_0x47443f-0x0;var _0x44a9d4=_0x3e33[_0x47443f];return _0x44a9d4;};import{Plugin as _0x1e46f3}from'ckeditor5/src/core.js';import _0x1e1dbf from'./importwordui.js';import _0x2a4ac8 from'./importwordediting.js';export default class i extends _0x1e46f3{static get[_0x44a9('0x0')](){return'ImportWord';}static get['requires'](){return[_0x2a4ac8,_0x1e1dbf];}}
23
+ function _0x5c84(){var _0x3aa24b=['132558jVFnqo','51504qcEbtA','496773umHtQX','108690OmnEtv','1480710GsCRha','pluginName','40VMfwhN','ImportWord','1359408AZanCe','1552MYheLU','requires','232XxrXJQ'];_0x5c84=function(){return _0x3aa24b;};return _0x5c84();}var _0xdf0ade=_0x5292;(function(_0x35ef51,_0x568a4c){var _0x2af2cf=_0x5292,_0x4d5d62=_0x35ef51();while(!![]){try{var _0x2c81de=-parseInt(_0x2af2cf(0x7c))/0x1*(parseInt(_0x2af2cf(0x7e))/0x2)+parseInt(_0x2af2cf(0x7f))/0x3+parseInt(_0x2af2cf(0x80))/0x4+-parseInt(_0x2af2cf(0x82))/0x5+-parseInt(_0x2af2cf(0x7b))/0x6+parseInt(_0x2af2cf(0x83))/0x7+-parseInt(_0x2af2cf(0x85))/0x8*(-parseInt(_0x2af2cf(0x81))/0x9);if(_0x2c81de===_0x568a4c)break;else _0x4d5d62['push'](_0x4d5d62['shift']());}catch(_0x5d36dc){_0x4d5d62['push'](_0x4d5d62['shift']());}}}(_0x5c84,0x1c60f));import{Plugin as _0x545283}from'ckeditor5/src/core.js';import _0x295bb5 from'./importwordui.js';import _0x3c1e90 from'./importwordediting.js';function _0x5292(_0x2f1661,_0x27af35){var _0x5c840e=_0x5c84();return _0x5292=function(_0x52929c,_0xe7c7e1){_0x52929c=_0x52929c-0x7a;var _0x5d359b=_0x5c840e[_0x52929c];return _0x5d359b;},_0x5292(_0x2f1661,_0x27af35);}export default class i extends _0x545283{static get[_0xdf0ade(0x84)](){var _0xec687=_0xdf0ade;return _0xec687(0x7a);}static get[_0xdf0ade(0x7d)](){return[_0x3c1e90,_0x295bb5];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x5bc96c}from'ckeditor5/src/core.js';import{Range as _0x29b403}from'ckeditor5/src/engine.js';import{logWarning as _0x31825c,logError as _0x560326,first as _0x3c373b,uid as _0x5daec1}from'ckeditor5/src/utils.js';export default class d extends _0x5bc96c{constructor(_0x5375d5){super(_0x5375d5),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x17a2db,_0x271285)=>{const _0x1b5b00=new DataTransfer();_0x1b5b00['setData']('text/html',_0x271285['html']);const _0x4aef15=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x4e7028=>{this['_importMarker']['stopListening'](),_0x4e7028['setSelection'](_0x4aef15),_0x5375d5['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x1b5b00});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0xf7dede,_0x57f5a4={}){if(this['isBusy'])return Promise['resolve']();const _0x52f80a=this['editor']['config']['get']('importWord'),_0x3f4225={'url':_0x52f80a['converterUrl'],'file':_0xf7dede,'serviceConfig':{..._0x57f5a4,'formatting':_0x52f80a['formatting']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x3f4225)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x3f77fd=this['editor']['model'],_0x5e1256=_0x3f77fd['schema'],_0x3b083b=_0x3f77fd['document']['selection'],_0x27287f=_0x3c373b(_0x3b083b['getSelectedBlocks']());return!!_0x27287f&&_0x5e1256['checkChild'](_0x27287f['parent'],'paragraph');}['_prepareForImport'](){const _0x6a347d=this['editor'],_0x59e031=_0x6a347d['model'],_0x128cd0=_0x59e031['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x6a347d['model']['createBatch']({'isUndoable':!0x0}),_0x59e031['enqueueChange'](this['_undoStepBatch'],_0x24419f=>{_0x128cd0['isCollapsed']||_0x59e031['deleteContent'](_0x128cd0,{'leaveUnmerged':!0x0});const _0x314b30=_0x128cd0['getFirstPosition'](),_0x30259=_0x3c373b(_0x128cd0['getSelectedBlocks']());let _0xda8e9d;_0xda8e9d=_0x30259['is']('element','paragraph')&&_0x30259['isEmpty']?_0x314b30:_0x314b30['isAtStart']?_0x59e031['createPositionBefore'](_0x30259):_0x314b30['isAtEnd']?_0x59e031['createPositionAfter'](_0x30259):_0x24419f['split'](_0x314b30)['position'],this['_importMarker']=_0x24419f['addMarker']('importWord:'+_0x5daec1(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x29b403(_0xda8e9d)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x1a0a6f=this['editor']['model'];_0x1a0a6f['markers']['has'](this['_importMarker'])&&_0x1a0a6f['enqueueChange'](this['_undoStepBatch'],_0x108167=>{_0x108167['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0xedb7c7,file:_0x9e2d59,serviceConfig:_0x20bc6b}){const _0x350551=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x104d0b=new FormData();_0x104d0b['set']('config',JSON['stringify'](_0x20bc6b)),_0x104d0b['set']('file',_0x9e2d59);const _0x5b048c={'method':'POST','headers':{},'body':_0x104d0b,'signal':this['_abortController']['signal']};return _0x350551&&(_0x5b048c['headers']['Authorization']=_0x350551['value']),fetch(_0xedb7c7,_0x5b048c);}['_handleImportResponse'](_0x5a17aa){return _0x5a17aa['ok']?_0x5a17aa['json']()['then'](_0x275177=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x275177);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x31825c('import-word-plugin-import-cancelled');const _0xc68a24=this['editor'],_0x10d86a=(0x0,_0xc68a24['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0xc68a24['plugins']['get']('Notification')['showWarning'](_0x10d86a),_0x560326('import-word-plugin-conversion-failed');}}
23
+ import{Command as _0x57bfb6}from'ckeditor5/src/core.js';import{Range as _0x2523aa}from'ckeditor5/src/engine.js';import{logWarning as _0x472758,logError as _0x4656d5,first as _0x8e13e1,uid as _0x322397}from'ckeditor5/src/utils.js';export default class d extends _0x57bfb6{constructor(_0x4ce168){super(_0x4ce168),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x1f5c7b,_0x59621d)=>{const _0x5019ee=new DataTransfer();_0x5019ee['setData']('text/html',_0x59621d['html']);const _0x319a92=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x59d8d0=>{this['_importMarker']['stopListening'](),_0x59d8d0['setSelection'](_0x319a92),_0x4ce168['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x5019ee});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x3feff0,_0x3b4297={}){if(this['isBusy'])return Promise['resolve']();const _0x2b7ec5=this['editor']['config']['get']('importWord'),_0x248b1c={'url':_0x2b7ec5['converterUrl'],'file':_0x3feff0,'serviceConfig':{..._0x3b4297,'formatting':_0x2b7ec5['formatting']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x248b1c)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x2c5f24=this['editor']['model'],_0x653db3=_0x2c5f24['schema'],_0x2a1bf1=_0x2c5f24['document']['selection'],_0x1fb719=_0x8e13e1(_0x2a1bf1['getSelectedBlocks']());return!!_0x1fb719&&_0x653db3['checkChild'](_0x1fb719['parent'],'paragraph');}['_prepareForImport'](){const _0x3d87a7=this['editor'],_0x2e2e2f=_0x3d87a7['model'],_0x908f10=_0x2e2e2f['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x3d87a7['model']['createBatch']({'isUndoable':!0x0}),_0x2e2e2f['enqueueChange'](this['_undoStepBatch'],_0x6830f5=>{_0x908f10['isCollapsed']||_0x2e2e2f['deleteContent'](_0x908f10,{'leaveUnmerged':!0x0});const _0x2b5028=_0x908f10['getFirstPosition'](),_0x100123=_0x8e13e1(_0x908f10['getSelectedBlocks']());let _0x4b7b88;_0x4b7b88=_0x100123['is']('element','paragraph')&&_0x100123['isEmpty']?_0x2b5028:_0x2b5028['isAtStart']?_0x2e2e2f['createPositionBefore'](_0x100123):_0x2b5028['isAtEnd']?_0x2e2e2f['createPositionAfter'](_0x100123):_0x6830f5['split'](_0x2b5028)['position'],this['_importMarker']=_0x6830f5['addMarker']('importWord:'+_0x322397(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x2523aa(_0x4b7b88)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x4dbb21=this['editor']['model'];_0x4dbb21['markers']['has'](this['_importMarker'])&&_0x4dbb21['enqueueChange'](this['_undoStepBatch'],_0xc5dbfe=>{_0xc5dbfe['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x24b70d,file:_0x31d52e,serviceConfig:_0x1cda16}){const _0x2356b0=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x197a41=new FormData();_0x197a41['set']('config',JSON['stringify'](_0x1cda16)),_0x197a41['set']('file',_0x31d52e);const _0xdef68e={'method':'POST','headers':{},'body':_0x197a41,'signal':this['_abortController']['signal']};return _0x2356b0&&(_0xdef68e['headers']['Authorization']=_0x2356b0['value']),fetch(_0x24b70d,_0xdef68e);}['_handleImportResponse'](_0x4cd383){return _0x4cd383['ok']?_0x4cd383['json']()['then'](_0x449726=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x449726);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x472758('import-word-plugin-import-cancelled');const _0x5f428d=this['editor'],_0x33bb05=(0x0,_0x5f428d['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x5f428d['plugins']['get']('Notification')['showWarning'](_0x33bb05),_0x4656d5('import-word-plugin-conversion-failed');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3a95=['config','cloudServices','pluginName','getToken','CloudServices','_token','https://docx-converter.cke-cs.com/v2/convert/docx-html','add','requires','tokenUrl','importWord','define','commands','plugins','editor','init','registerTokenUrl','get','none'];(function(_0x320a08,_0x3a95a6){const _0x3783c6=function(_0xcd9987){while(--_0xcd9987){_0x320a08['push'](_0x320a08['shift']());}};_0x3783c6(++_0x3a95a6);}(_0x3a95,0x136));const _0x3783=function(_0x320a08,_0x3a95a6){_0x320a08=_0x320a08-0x0;let _0x3783c6=_0x3a95[_0x320a08];return _0x3783c6;};import{Plugin as _0x48e7bb}from'ckeditor5/src/core.js';import{Notification as _0x4e0138}from'ckeditor5/src/ui.js';import{ClipboardPipeline as _0x35377e}from'ckeditor5/src/clipboard.js';import _0x14d2e6 from'./importwordcommand.js';export default class e extends _0x48e7bb{static get[_0x3783('0xf')](){return'ImportWordEditing';}static get[_0x3783('0x2')](){return[_0x4e0138,_0x35377e,_0x3783('0x11')];}constructor(_0x12e90f){super(_0x12e90f),this[_0x3783('0x12')]=null;}async[_0x3783('0x9')](){const _0x3b6661=this[_0x3783('0x8')];_0x3b6661[_0x3783('0xd')][_0x3783('0x5')](_0x3783('0x4'),{'converterUrl':_0x3783('0x0'),'tokenUrl':(_0x3b6661['config'][_0x3783('0xb')](_0x3783('0xe'))||{})[_0x3783('0x3')],'formatting':{'resets':_0x3783('0xc'),'defaults':_0x3783('0xc'),'styles':'inline'}}),_0x3b6661[_0x3783('0x6')][_0x3783('0x1')]('importWord',new _0x14d2e6(_0x3b6661));const {tokenUrl:_0x52293c}=_0x3b6661[_0x3783('0xd')]['get'](_0x3783('0x4'));if(_0x52293c){const {tokenUrl:_0xd1a61a}=_0x3b6661['config'][_0x3783('0xb')]('cloudServices')||{};this[_0x3783('0x12')]=_0x52293c===_0xd1a61a?_0x3b6661[_0x3783('0x7')][_0x3783('0xb')](_0x3783('0x11'))['token']:await _0x3b6661[_0x3783('0x7')][_0x3783('0xb')](_0x3783('0x11'))[_0x3783('0xa')](_0x52293c);}}[_0x3783('0x10')](){return this['_token'];}}
23
+ const _0x47fa9b=_0x305d;(function(_0x2606c6,_0x1ba313){const _0x52dfbe=_0x305d,_0x27225c=_0x2606c6();while(!![]){try{const _0x90a2dd=parseInt(_0x52dfbe(0xe5))/0x1*(parseInt(_0x52dfbe(0xe6))/0x2)+-parseInt(_0x52dfbe(0xdf))/0x3+-parseInt(_0x52dfbe(0xe3))/0x4*(parseInt(_0x52dfbe(0xe0))/0x5)+parseInt(_0x52dfbe(0xdd))/0x6+-parseInt(_0x52dfbe(0xe4))/0x7+parseInt(_0x52dfbe(0xcb))/0x8*(-parseInt(_0x52dfbe(0xd3))/0x9)+parseInt(_0x52dfbe(0xe7))/0xa;if(_0x90a2dd===_0x1ba313)break;else _0x27225c['push'](_0x27225c['shift']());}catch(_0x50ae2b){_0x27225c['push'](_0x27225c['shift']());}}}(_0x472b,0x63b8b));import{Plugin as _0x3866a4}from'ckeditor5/src/core.js';import{Notification as _0x231633}from'ckeditor5/src/ui.js';function _0x305d(_0x40f22e,_0x47fa81){const _0x472bc4=_0x472b();return _0x305d=function(_0x305d07,_0x8ba507){_0x305d07=_0x305d07-0xc9;let _0x3d3e10=_0x472bc4[_0x305d07];return _0x3d3e10;},_0x305d(_0x40f22e,_0x47fa81);}import{ClipboardPipeline as _0x57874a}from'ckeditor5/src/clipboard.js';function _0x472b(){const _0x3ce6f7=['get','45zDrrIL','requires','tokenUrl','config','registerTokenUrl','token','add','pluginName','cloudServices','CloudServices','734130XVBmyy','define','1546041DepdFy','1521735QlxRpx','editor','inline','8rNKPaf','4346993tUrTBJ','122077hFsjav','8VUVTqZ','23270010JxSXvE','_token','importWord','ImportWordEditing','1254664OFcVvA','init','https://docx-converter.cke-cs.com/v2/convert/docx-html','plugins','commands','none','getToken'];_0x472b=function(){return _0x3ce6f7;};return _0x472b();}import _0x38e2b9 from'./importwordcommand.js';export default class e extends _0x3866a4{static get[_0x47fa9b(0xda)](){const _0x6f207e=_0x47fa9b;return _0x6f207e(0xca);}static get[_0x47fa9b(0xd4)](){const _0x28df6e=_0x47fa9b;return[_0x231633,_0x57874a,_0x28df6e(0xdc)];}constructor(_0x333d5b){const _0x20249d=_0x47fa9b;super(_0x333d5b),this[_0x20249d(0xe8)]=null;}async[_0x47fa9b(0xcc)](){const _0x11478c=_0x47fa9b,_0x3cfbd5=this[_0x11478c(0xe1)];_0x3cfbd5[_0x11478c(0xd6)][_0x11478c(0xde)](_0x11478c(0xc9),{'converterUrl':_0x11478c(0xcd),'tokenUrl':(_0x3cfbd5[_0x11478c(0xd6)][_0x11478c(0xd2)](_0x11478c(0xdb))||{})[_0x11478c(0xd5)],'formatting':{'resets':_0x11478c(0xd0),'defaults':_0x11478c(0xd0),'styles':_0x11478c(0xe2)}}),_0x3cfbd5[_0x11478c(0xcf)][_0x11478c(0xd9)](_0x11478c(0xc9),new _0x38e2b9(_0x3cfbd5));const {tokenUrl:_0x1c8d99}=_0x3cfbd5[_0x11478c(0xd6)][_0x11478c(0xd2)](_0x11478c(0xc9));if(_0x1c8d99){const {tokenUrl:_0x5298ae}=_0x3cfbd5[_0x11478c(0xd6)][_0x11478c(0xd2)](_0x11478c(0xdb))||{};this[_0x11478c(0xe8)]=_0x1c8d99===_0x5298ae?_0x3cfbd5[_0x11478c(0xce)][_0x11478c(0xd2)](_0x11478c(0xdc))[_0x11478c(0xd8)]:await _0x3cfbd5[_0x11478c(0xce)][_0x11478c(0xd2)](_0x11478c(0xdc))[_0x11478c(0xd7)](_0x1c8d99);}}[_0x47fa9b(0xd1)](){const _0x77b19b=_0x47fa9b;return this[_0x77b19b(0xe8)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x1e9a44}from'ckeditor5/src/core.js';import{SpinnerView as _0x2ab570}from'ckeditor5/src/ui.js';import{FileDialogButtonView as _0x8aa139}from'ckeditor5/src/upload.js';import _0x588c0 from'../theme/icons/importword.svg';export default class o extends _0x1e9a44{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x47d564=this['editor'],t=_0x47d564['t'];_0x47d564['ui']['componentFactory']['add']('importWord',_0x535d15=>{const _0x362dfa=_0x47d564['commands']['get']('importWord'),_0x57e18e=new _0x8aa139(_0x535d15),_0x46ac65=new _0x2ab570();return _0x57e18e['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x57e18e['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0x588c0,'tooltip':!0x0}),_0x57e18e['buttonView']['bind']('isOn','isEnabled')['to'](_0x362dfa,'isBusy','isEnabled'),_0x46ac65['bind']('isVisible')['to'](_0x362dfa,'isBusy'),_0x57e18e['buttonView']['iconView']['bind']('isVisible')['to'](_0x362dfa,'isBusy',_0xe1ba86=>!_0xe1ba86),_0x57e18e['buttonView']['children']['add'](_0x46ac65),_0x57e18e['on']('done',(_0x3a02a5,_0x31d315)=>{_0x47d564['execute']('importWord',_0x31d315[0x0],{}),_0x47d564['editing']['view']['focus']();}),_0x57e18e;});}}
23
+ import{Plugin as _0x2e3eb0}from'ckeditor5/src/core.js';import{SpinnerView as _0x27ec6f}from'ckeditor5/src/ui.js';import{FileDialogButtonView as _0x149f8b}from'ckeditor5/src/upload.js';import _0x50cc3e from'../theme/icons/importword.svg';export default class o extends _0x2e3eb0{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x245f42=this['editor'],t=_0x245f42['t'];_0x245f42['ui']['componentFactory']['add']('importWord',_0x3fd3cd=>{const _0x4fc60e=_0x245f42['commands']['get']('importWord'),_0x562303=new _0x149f8b(_0x3fd3cd),_0x4419d8=new _0x27ec6f();return _0x562303['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x562303['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0x50cc3e,'tooltip':!0x0}),_0x562303['buttonView']['bind']('isOn','isEnabled')['to'](_0x4fc60e,'isBusy','isEnabled'),_0x4419d8['bind']('isVisible')['to'](_0x4fc60e,'isBusy'),_0x562303['buttonView']['iconView']['bind']('isVisible')['to'](_0x4fc60e,'isBusy',_0x1a16b4=>!_0x1a16b4),_0x562303['buttonView']['children']['add'](_0x4419d8),_0x562303['on']('done',(_0x57ac8d,_0x15883b)=>{_0x245f42['execute']('importWord',_0x15883b[0x0],{}),_0x245f42['editing']['view']['focus']();}),_0x562303;});}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export{default as ImportWord}from'./importword.js';export{default as ImportWordEditing}from'./importwordediting.js';export{default as ImportWordUI}from'./importwordui.js';import'./augmentation.js';
23
+ function _0x27a8(){var _0x5285e9=['119568XQSHbQ','7765cfrEQl','155360koaHYX','8760555wWgsuZ','2514CwbUKQ','7556eoIckb','60080wHwPVx','1848tOUBhh','156UXeJOG','522746rWLulG','64mlBBgT'];_0x27a8=function(){return _0x5285e9;};return _0x27a8();}(function(_0x452ef2,_0x24eb50){var _0x479f40=_0x518a,_0x3627ed=_0x452ef2();while(!![]){try{var _0x277930=parseInt(_0x479f40(0x19a))/0x1*(-parseInt(_0x479f40(0x192))/0x2)+parseInt(_0x479f40(0x195))/0x3+-parseInt(_0x479f40(0x197))/0x4+parseInt(_0x479f40(0x196))/0x5*(parseInt(_0x479f40(0x199))/0x6)+parseInt(_0x479f40(0x193))/0x7*(parseInt(_0x479f40(0x194))/0x8)+-parseInt(_0x479f40(0x198))/0x9+parseInt(_0x479f40(0x190))/0xa*(parseInt(_0x479f40(0x191))/0xb);if(_0x277930===_0x24eb50)break;else _0x3627ed['push'](_0x3627ed['shift']());}catch(_0x1dcd9e){_0x3627ed['push'](_0x3627ed['shift']());}}}(_0x27a8,0xa9db0));export{default as ImportWord}from'./importword.js';function _0x518a(_0x1ce50a,_0x26e308){var _0x27a84a=_0x27a8();return _0x518a=function(_0x518a90,_0x6b5eae){_0x518a90=_0x518a90-0x190;var _0x23fe64=_0x27a84a[_0x518a90];return _0x23fe64;},_0x518a(_0x1ce50a,_0x26e308);}export{default as ImportWordEditing}from'./importwordediting.js';export{default as ImportWordUI}from'./importwordui.js';import'./augmentation.js';