@ckeditor/ckeditor5-import-word 41.0.0 → 41.2.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.
@@ -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={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=["pluginName","plugins","https://docx-converter.cke-cs.com/v2/convert/docx-html","init","CloudServices","none","get","token","cloudServices","getToken","inline","commands","tokenUrl","importWord","define","requires","add","registerTokenUrl","editor","_token","config"];var p,h;p=c,h=195,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("0x9")](){return[e.Notification,s.ClipboardPipeline,u("0x13")]}constructor(t){super(t),this[u("0xd")]=null}async[u("0x12")](){const t=this[u("0xc")];t[u("0xe")][u("0x8")](u("0x7"),{converterUrl:u("0x11"),tokenUrl:(t.config[u("0x0")](u("0x2"))||{})[u("0x6")],formatting:{resets:u("0x14"),defaults:"none",styles:u("0x4")}}),t[u("0x5")][u("0xa")](u("0x7"),new d(t));const{tokenUrl:e}=t.config.get(u("0x7"));if(e){const{tokenUrl:r}=t.config[u("0x0")](u("0x2"))||{};this._token=e===r?t[u("0x10")].get(u("0x13"))[u("0x1")]:await t[u("0x10")].get(u("0x13"))[u("0xb")](e)}}[u("0x3")](){return this._token}}var g,f,x=["pluginName","ImportWord","requires"];g=x,f=129,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("0x0")](){return v("0x1")}static get[v("0x2")](){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")}}function p(t,e){const r=u();return(p=function(t,e){return r[t-=339]})(t,e)}const d=p;function u(){const t=["token","1052908CsDyWx","importWord","1978798kwzQSQ","ImportWordEditing","https://docx-converter.cke-cs.com/v2/convert/docx-html","define","registerTokenUrl","get","inline","tokenUrl","cloudServices","_token","config","getToken","requires","CloudServices","init","plugins","4408836fZBZJp","36315xFGzew","editor","650049ibnemF","584604VALVyq","commands","pluginName","add","none","1804971bEWseN"];return(u=function(){return t})()}!function(t,e){const r=p,o=t();for(;;)try{if(559053===-parseInt(r(340))/1+parseInt(r(342))/2+-parseInt(r(361))/3+-parseInt(r(362))/4+-parseInt(r(359))/5+parseInt(r(358))/6+parseInt(r(367))/7)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(u);class h extends t.Plugin{static get[d(364)](){return d(343)}static get[d(354)](){const t=d;return[e.Notification,s.ClipboardPipeline,t(355)]}constructor(t){const e=d;super(t),this[e(351)]=null}async[d(356)](){const t=d,e=this[t(360)];e[t(352)][t(345)](t(341),{converterUrl:t(344),tokenUrl:(e[t(352)][t(347)](t(350))||{})[t(349)],formatting:{resets:t(366),defaults:t(366),styles:t(348)}}),e[t(363)][t(365)](t(341),new l(e));const{tokenUrl:r}=e[t(352)][t(347)](t(341));if(r){const{tokenUrl:o}=e[t(352)][t(347)](t(350))||{};this[t(351)]=r===o?e[t(357)][t(347)](t(355))[t(339)]:await e[t(357)][t(347)](t(355))[t(346)](r)}}[d(353)](){return this[d(351)]}}var m=f;function f(t,e){var r=g();return(f=function(t,e){return r[t-=440]})(t,e)}function g(){var t=["161721Vzmdri","335164xbfYBE","ImportWord","4844iDbFtV","16HslHPQ","258117Rcbuah","571056AlqkbL","1414900EoZWcx","2PALiSL","requires","115660MTPvMH","165TzsFjH","3042cBTWaC","pluginName","16fnHfMT"];return(g=function(){return t})()}!function(t,e){for(var r=f,o=t();;)try{if(184784===parseInt(r(442))/1*(-parseInt(r(450))/2)+parseInt(r(454))/3*(-parseInt(r(448))/4)+-parseInt(r(444))/5+-parseInt(r(446))/6*(-parseInt(r(452))/7)+parseInt(r(453))/8*(-parseInt(r(449))/9)+-parseInt(r(441))/10+parseInt(r(445))/11*(parseInt(r(440))/12))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(g);class I extends t.Plugin{static get[m(447)](){return m(451)}static get[m(443)](){return[h,i]}}function v(){var t=["4306224RnMoHa","10038357DYODge","2549454JyhPTj","10gSPTJu","724556xNqzOA","171406gcokVG","7DgiXLm","795777XkgwZi","1116595GFOXSQ"];return(v=function(){return t})()}function b(t,e){var r=v();return(b=function(t,e){return r[t-=296]})(t,e)}!function(t,e){for(var r=b,o=t();;)try{if(452413===parseInt(r(298))/1*(-parseInt(r(300))/2)+parseInt(r(302))/3+-parseInt(r(299))/4+parseInt(r(303))/5+-parseInt(r(297))/6*(-parseInt(r(301))/7)+-parseInt(r(304))/8+parseInt(r(296))/9)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.0.0",
3
+ "version": "41.2.0",
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.0.0"
33
+ "ckeditor5": "41.2.0"
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 _0x3092=['pluginName','ImportWord','requires'];(function(_0x6ef6f4,_0x309241){var _0x4de8a9=function(_0x528da9){while(--_0x528da9){_0x6ef6f4['push'](_0x6ef6f4['shift']());}};_0x4de8a9(++_0x309241);}(_0x3092,0x81));var _0x4de8=function(_0x6ef6f4,_0x309241){_0x6ef6f4=_0x6ef6f4-0x0;var _0x4de8a9=_0x3092[_0x6ef6f4];return _0x4de8a9;};import{Plugin as _0x1b2035}from'ckeditor5/src/core.js';import _0x1e2130 from'./importwordui.js';import _0x23369e from'./importwordediting.js';export default class i extends _0x1b2035{static get[_0x4de8('0x0')](){return _0x4de8('0x1');}static get[_0x4de8('0x2')](){return[_0x23369e,_0x1e2130];}}
23
+ var _0x1529d4=_0x3d62;(function(_0x2fe968,_0x345a18){var _0x480300=_0x3d62,_0x1e9e00=_0x2fe968();while(!![]){try{var _0x43ea1e=parseInt(_0x480300(0x1ba))/0x1*(-parseInt(_0x480300(0x1c2))/0x2)+parseInt(_0x480300(0x1c6))/0x3*(-parseInt(_0x480300(0x1c0))/0x4)+-parseInt(_0x480300(0x1bc))/0x5+-parseInt(_0x480300(0x1be))/0x6*(-parseInt(_0x480300(0x1c4))/0x7)+parseInt(_0x480300(0x1c5))/0x8*(-parseInt(_0x480300(0x1c1))/0x9)+-parseInt(_0x480300(0x1b9))/0xa+parseInt(_0x480300(0x1bd))/0xb*(parseInt(_0x480300(0x1b8))/0xc);if(_0x43ea1e===_0x345a18)break;else _0x1e9e00['push'](_0x1e9e00['shift']());}catch(_0x315eac){_0x1e9e00['push'](_0x1e9e00['shift']());}}}(_0x1eb2,0x2d1d0));import{Plugin as _0x3bb37a}from'ckeditor5/src/core.js';import _0x3cf469 from'./importwordui.js';function _0x3d62(_0x3bdfa1,_0x39170c){var _0x1eb2a2=_0x1eb2();return _0x3d62=function(_0x3d6273,_0x105b12){_0x3d6273=_0x3d6273-0x1b8;var _0x53eb0e=_0x1eb2a2[_0x3d6273];return _0x53eb0e;},_0x3d62(_0x3bdfa1,_0x39170c);}import _0x196276 from'./importwordediting.js';function _0x1eb2(){var _0x1e3f80=['161721Vzmdri','335164xbfYBE','ImportWord','4844iDbFtV','16HslHPQ','258117Rcbuah','571056AlqkbL','1414900EoZWcx','2PALiSL','requires','115660MTPvMH','165TzsFjH','3042cBTWaC','pluginName','16fnHfMT'];_0x1eb2=function(){return _0x1e3f80;};return _0x1eb2();}export default class i extends _0x3bb37a{static get[_0x1529d4(0x1bf)](){var _0x2ad755=_0x1529d4;return _0x2ad755(0x1c3);}static get[_0x1529d4(0x1bb)](){return[_0x196276,_0x3cf469];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x38208f}from'ckeditor5/src/core.js';import{Range as _0x55d947}from'ckeditor5/src/engine.js';import{logWarning as _0xdd5b1,logError as _0x36f047,first as _0xb511c5,uid as _0x18ca8c}from'ckeditor5/src/utils.js';export default class d extends _0x38208f{constructor(_0x282e52){super(_0x282e52),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x4641ca,_0xf6b5de)=>{const _0x104472=new DataTransfer();_0x104472['setData']('text/html',_0xf6b5de['html']);const _0x2a7bfa=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x5d7214=>{this['_importMarker']['stopListening'](),_0x5d7214['setSelection'](_0x2a7bfa),_0x282e52['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x104472});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x1e6ef8,_0x9025be={}){if(this['isBusy'])return Promise['resolve']();const _0x4f2474=this['editor']['config']['get']('importWord'),_0x1eb86e={'url':_0x4f2474['converterUrl'],'file':_0x1e6ef8,'serviceConfig':{..._0x9025be,'formatting':_0x4f2474['formatting']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x1eb86e)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x11a5db=this['editor']['model'],_0xd5c2=_0x11a5db['schema'],_0x54b1e7=_0x11a5db['document']['selection'],_0x453c87=_0xb511c5(_0x54b1e7['getSelectedBlocks']());return!!_0x453c87&&_0xd5c2['checkChild'](_0x453c87['parent'],'paragraph');}['_prepareForImport'](){const _0x3dc49e=this['editor'],_0x4ff52f=_0x3dc49e['model'],_0x42fed4=_0x4ff52f['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x3dc49e['model']['createBatch']({'isUndoable':!0x0}),_0x4ff52f['enqueueChange'](this['_undoStepBatch'],_0x1e7468=>{_0x42fed4['isCollapsed']||_0x4ff52f['deleteContent'](_0x42fed4,{'leaveUnmerged':!0x0});const _0x70005=_0x42fed4['getFirstPosition'](),_0x50eab4=_0xb511c5(_0x42fed4['getSelectedBlocks']());let _0x1689b2;_0x1689b2=_0x50eab4['is']('element','paragraph')&&_0x50eab4['isEmpty']?_0x70005:_0x70005['isAtStart']?_0x4ff52f['createPositionBefore'](_0x50eab4):_0x70005['isAtEnd']?_0x4ff52f['createPositionAfter'](_0x50eab4):_0x1e7468['split'](_0x70005)['position'],this['_importMarker']=_0x1e7468['addMarker']('importWord:'+_0x18ca8c(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x55d947(_0x1689b2)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x386202=this['editor']['model'];_0x386202['markers']['has'](this['_importMarker'])&&_0x386202['enqueueChange'](this['_undoStepBatch'],_0x4117ca=>{_0x4117ca['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x5f2177,file:_0x40bdd3,serviceConfig:_0x4e4369}){const _0x32d71b=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x4e7ceb=new FormData();_0x4e7ceb['set']('config',JSON['stringify'](_0x4e4369)),_0x4e7ceb['set']('file',_0x40bdd3);const _0x344271={'method':'POST','headers':{},'body':_0x4e7ceb,'signal':this['_abortController']['signal']};return _0x32d71b&&(_0x344271['headers']['Authorization']=_0x32d71b['value']),fetch(_0x5f2177,_0x344271);}['_handleImportResponse'](_0x1333be){return _0x1333be['ok']?_0x1333be['json']()['then'](_0x2f6def=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x2f6def);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0xdd5b1('import-word-plugin-import-cancelled');const _0x45affe=this['editor'],_0x5309a9=(0x0,_0x45affe['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x45affe['plugins']['get']('Notification')['showWarning'](_0x5309a9),_0x36f047('import-word-plugin-conversion-failed');}}
23
+ import{Command as _0x4f828c}from'ckeditor5/src/core.js';import{Range as _0x11ac43}from'ckeditor5/src/engine.js';import{logWarning as _0xd7c77e,logError as _0x2d58ff,first as _0x5b606d,uid as _0x1ea854}from'ckeditor5/src/utils.js';export default class d extends _0x4f828c{constructor(_0x1b91b7){super(_0x1b91b7),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x1e3b6a,_0x59776a)=>{const _0x27dfea=new DataTransfer();_0x27dfea['setData']('text/html',_0x59776a['html']);const _0x203740=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x54fee2=>{this['_importMarker']['stopListening'](),_0x54fee2['setSelection'](_0x203740),_0x1b91b7['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x27dfea});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x476cb3,_0x1c5824={}){if(this['isBusy'])return Promise['resolve']();const _0x350188=this['editor']['config']['get']('importWord'),_0x5104b0={'url':_0x350188['converterUrl'],'file':_0x476cb3,'serviceConfig':{..._0x1c5824,'formatting':_0x350188['formatting']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x5104b0)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x436c83=this['editor']['model'],_0x2ee5b1=_0x436c83['schema'],_0x4237a8=_0x436c83['document']['selection'],_0x3db8a1=_0x5b606d(_0x4237a8['getSelectedBlocks']());return!!_0x3db8a1&&_0x2ee5b1['checkChild'](_0x3db8a1['parent'],'paragraph');}['_prepareForImport'](){const _0xac306a=this['editor'],_0x31fb8d=_0xac306a['model'],_0x52f29e=_0x31fb8d['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0xac306a['model']['createBatch']({'isUndoable':!0x0}),_0x31fb8d['enqueueChange'](this['_undoStepBatch'],_0x39e784=>{_0x52f29e['isCollapsed']||_0x31fb8d['deleteContent'](_0x52f29e,{'leaveUnmerged':!0x0});const _0x44a7a5=_0x52f29e['getFirstPosition'](),_0x4137f0=_0x5b606d(_0x52f29e['getSelectedBlocks']());let _0xe45d55;_0xe45d55=_0x4137f0['is']('element','paragraph')&&_0x4137f0['isEmpty']?_0x44a7a5:_0x44a7a5['isAtStart']?_0x31fb8d['createPositionBefore'](_0x4137f0):_0x44a7a5['isAtEnd']?_0x31fb8d['createPositionAfter'](_0x4137f0):_0x39e784['split'](_0x44a7a5)['position'],this['_importMarker']=_0x39e784['addMarker']('importWord:'+_0x1ea854(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x11ac43(_0xe45d55)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x33e89d=this['editor']['model'];_0x33e89d['markers']['has'](this['_importMarker'])&&_0x33e89d['enqueueChange'](this['_undoStepBatch'],_0x46825d=>{_0x46825d['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x22551b,file:_0x5fa1cf,serviceConfig:_0x1095e2}){const _0x1e93d8=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x22806b=new FormData();_0x22806b['set']('config',JSON['stringify'](_0x1095e2)),_0x22806b['set']('file',_0x5fa1cf);const _0x165351={'method':'POST','headers':{},'body':_0x22806b,'signal':this['_abortController']['signal']};return _0x1e93d8&&(_0x165351['headers']['Authorization']=_0x1e93d8['value']),fetch(_0x22551b,_0x165351);}['_handleImportResponse'](_0x50ea57){return _0x50ea57['ok']?_0x50ea57['json']()['then'](_0x3515ed=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x3515ed);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0xd7c77e('import-word-plugin-import-cancelled');const _0x1375e2=this['editor'],_0x52010=(0x0,_0x1375e2['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x1375e2['plugins']['get']('Notification')['showWarning'](_0x52010),_0x2d58ff('import-word-plugin-conversion-failed');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5afc=['pluginName','plugins','https://docx-converter.cke-cs.com/v2/convert/docx-html','init','CloudServices','none','get','token','cloudServices','getToken','inline','commands','tokenUrl','importWord','define','requires','add','registerTokenUrl','editor','_token','config'];(function(_0x16ae0d,_0x5afc9d){const _0x157cf3=function(_0x52b141){while(--_0x52b141){_0x16ae0d['push'](_0x16ae0d['shift']());}};_0x157cf3(++_0x5afc9d);}(_0x5afc,0xc3));const _0x157c=function(_0x16ae0d,_0x5afc9d){_0x16ae0d=_0x16ae0d-0x0;let _0x157cf3=_0x5afc[_0x16ae0d];return _0x157cf3;};import{Plugin as _0x35583b}from'ckeditor5/src/core.js';import{Notification as _0x95be8a}from'ckeditor5/src/ui.js';import{ClipboardPipeline as _0x2d99db}from'ckeditor5/src/clipboard.js';import _0x580f2f from'./importwordcommand.js';export default class e extends _0x35583b{static get[_0x157c('0xf')](){return'ImportWordEditing';}static get[_0x157c('0x9')](){return[_0x95be8a,_0x2d99db,_0x157c('0x13')];}constructor(_0x415b6e){super(_0x415b6e),this[_0x157c('0xd')]=null;}async[_0x157c('0x12')](){const _0x51bc92=this[_0x157c('0xc')];_0x51bc92[_0x157c('0xe')][_0x157c('0x8')](_0x157c('0x7'),{'converterUrl':_0x157c('0x11'),'tokenUrl':(_0x51bc92['config'][_0x157c('0x0')](_0x157c('0x2'))||{})[_0x157c('0x6')],'formatting':{'resets':_0x157c('0x14'),'defaults':'none','styles':_0x157c('0x4')}}),_0x51bc92[_0x157c('0x5')][_0x157c('0xa')](_0x157c('0x7'),new _0x580f2f(_0x51bc92));const {tokenUrl:_0x1a5798}=_0x51bc92['config']['get'](_0x157c('0x7'));if(_0x1a5798){const {tokenUrl:_0x322892}=_0x51bc92['config'][_0x157c('0x0')](_0x157c('0x2'))||{};this['_token']=_0x1a5798===_0x322892?_0x51bc92[_0x157c('0x10')]['get'](_0x157c('0x13'))[_0x157c('0x1')]:await _0x51bc92[_0x157c('0x10')]['get'](_0x157c('0x13'))[_0x157c('0xb')](_0x1a5798);}}[_0x157c('0x3')](){return this['_token'];}}
23
+ function _0x3164(_0x197638,_0x4adb02){const _0x575387=_0x5753();return _0x3164=function(_0x316419,_0x2e4823){_0x316419=_0x316419-0x153;let _0x468a7f=_0x575387[_0x316419];return _0x468a7f;},_0x3164(_0x197638,_0x4adb02);}const _0xf24807=_0x3164;function _0x5753(){const _0x7cf4cd=['token','1052908CsDyWx','importWord','1978798kwzQSQ','ImportWordEditing','https://docx-converter.cke-cs.com/v2/convert/docx-html','define','registerTokenUrl','get','inline','tokenUrl','cloudServices','_token','config','getToken','requires','CloudServices','init','plugins','4408836fZBZJp','36315xFGzew','editor','650049ibnemF','584604VALVyq','commands','pluginName','add','none','1804971bEWseN'];_0x5753=function(){return _0x7cf4cd;};return _0x5753();}(function(_0x13c85d,_0x47e2ab){const _0x182ae8=_0x3164,_0x292b03=_0x13c85d();while(!![]){try{const _0x633d80=-parseInt(_0x182ae8(0x154))/0x1+parseInt(_0x182ae8(0x156))/0x2+-parseInt(_0x182ae8(0x169))/0x3+-parseInt(_0x182ae8(0x16a))/0x4+-parseInt(_0x182ae8(0x167))/0x5+parseInt(_0x182ae8(0x166))/0x6+parseInt(_0x182ae8(0x16f))/0x7;if(_0x633d80===_0x47e2ab)break;else _0x292b03['push'](_0x292b03['shift']());}catch(_0x45722f){_0x292b03['push'](_0x292b03['shift']());}}}(_0x5753,0x887cd));import{Plugin as _0x22a3cc}from'ckeditor5/src/core.js';import{Notification as _0x581640}from'ckeditor5/src/ui.js';import{ClipboardPipeline as _0x395c5b}from'ckeditor5/src/clipboard.js';import _0x166e49 from'./importwordcommand.js';export default class e extends _0x22a3cc{static get[_0xf24807(0x16c)](){const _0x3d8a92=_0xf24807;return _0x3d8a92(0x157);}static get[_0xf24807(0x162)](){const _0x2d9f72=_0xf24807;return[_0x581640,_0x395c5b,_0x2d9f72(0x163)];}constructor(_0x1e4d4f){const _0xbdf5fa=_0xf24807;super(_0x1e4d4f),this[_0xbdf5fa(0x15f)]=null;}async[_0xf24807(0x164)](){const _0x1b012b=_0xf24807,_0x3fc233=this[_0x1b012b(0x168)];_0x3fc233[_0x1b012b(0x160)][_0x1b012b(0x159)](_0x1b012b(0x155),{'converterUrl':_0x1b012b(0x158),'tokenUrl':(_0x3fc233[_0x1b012b(0x160)][_0x1b012b(0x15b)](_0x1b012b(0x15e))||{})[_0x1b012b(0x15d)],'formatting':{'resets':_0x1b012b(0x16e),'defaults':_0x1b012b(0x16e),'styles':_0x1b012b(0x15c)}}),_0x3fc233[_0x1b012b(0x16b)][_0x1b012b(0x16d)](_0x1b012b(0x155),new _0x166e49(_0x3fc233));const {tokenUrl:_0x1f958e}=_0x3fc233[_0x1b012b(0x160)][_0x1b012b(0x15b)](_0x1b012b(0x155));if(_0x1f958e){const {tokenUrl:_0x154840}=_0x3fc233[_0x1b012b(0x160)][_0x1b012b(0x15b)](_0x1b012b(0x15e))||{};this[_0x1b012b(0x15f)]=_0x1f958e===_0x154840?_0x3fc233[_0x1b012b(0x165)][_0x1b012b(0x15b)](_0x1b012b(0x163))[_0x1b012b(0x153)]:await _0x3fc233[_0x1b012b(0x165)][_0x1b012b(0x15b)](_0x1b012b(0x163))[_0x1b012b(0x15a)](_0x1f958e);}}[_0xf24807(0x161)](){const _0x32c14f=_0xf24807;return this[_0x32c14f(0x15f)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x3ef6e2}from'ckeditor5/src/core.js';import{SpinnerView as _0x40d159}from'ckeditor5/src/ui.js';import{FileDialogButtonView as _0x1b15c1}from'ckeditor5/src/upload.js';import _0xcb73c3 from'../theme/icons/importword.svg';export default class o extends _0x3ef6e2{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x187ec0=this['editor'],t=_0x187ec0['t'];_0x187ec0['ui']['componentFactory']['add']('importWord',_0x3976be=>{const _0x43d038=_0x187ec0['commands']['get']('importWord'),_0x170921=new _0x1b15c1(_0x3976be),_0x49d1c6=new _0x40d159();return _0x170921['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x170921['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0xcb73c3,'tooltip':!0x0}),_0x170921['buttonView']['bind']('isOn','isEnabled')['to'](_0x43d038,'isBusy','isEnabled'),_0x49d1c6['bind']('isVisible')['to'](_0x43d038,'isBusy'),_0x170921['buttonView']['iconView']['bind']('isVisible')['to'](_0x43d038,'isBusy',_0x270500=>!_0x270500),_0x170921['buttonView']['children']['add'](_0x49d1c6),_0x170921['on']('done',(_0x1de9b0,_0x328831)=>{_0x187ec0['execute']('importWord',_0x328831[0x0],{}),_0x187ec0['editing']['view']['focus']();}),_0x170921;});}}
23
+ import{Plugin as _0x22191a}from'ckeditor5/src/core.js';import{SpinnerView as _0x26a417}from'ckeditor5/src/ui.js';import{FileDialogButtonView as _0x5e5508}from'ckeditor5/src/upload.js';import _0x47761c from'../theme/icons/importword.svg';export default class o extends _0x22191a{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x2a35e4=this['editor'],t=_0x2a35e4['t'];_0x2a35e4['ui']['componentFactory']['add']('importWord',_0x3355da=>{const _0x2a8f2b=_0x2a35e4['commands']['get']('importWord'),_0x179efb=new _0x5e5508(_0x3355da),_0x1546a4=new _0x26a417();return _0x179efb['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x179efb['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0x47761c,'tooltip':!0x0}),_0x179efb['buttonView']['bind']('isOn','isEnabled')['to'](_0x2a8f2b,'isBusy','isEnabled'),_0x1546a4['bind']('isVisible')['to'](_0x2a8f2b,'isBusy'),_0x179efb['buttonView']['iconView']['bind']('isVisible')['to'](_0x2a8f2b,'isBusy',_0x30e39b=>!_0x30e39b),_0x179efb['buttonView']['children']['add'](_0x1546a4),_0x179efb['on']('done',(_0x54d894,_0x5eecd5)=>{_0x2a35e4['execute']('importWord',_0x5eecd5[0x0],{}),_0x2a35e4['editing']['view']['focus']();}),_0x179efb;});}}
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(_0x481a8d,_0x32b5d9){var _0x56d7f4=_0x5474,_0x849e7c=_0x481a8d();while(!![]){try{var _0x593af3=parseInt(_0x56d7f4(0x12a))/0x1*(-parseInt(_0x56d7f4(0x12c))/0x2)+parseInt(_0x56d7f4(0x12e))/0x3+-parseInt(_0x56d7f4(0x12b))/0x4+parseInt(_0x56d7f4(0x12f))/0x5+-parseInt(_0x56d7f4(0x129))/0x6*(-parseInt(_0x56d7f4(0x12d))/0x7)+-parseInt(_0x56d7f4(0x130))/0x8+parseInt(_0x56d7f4(0x128))/0x9;if(_0x593af3===_0x32b5d9)break;else _0x849e7c['push'](_0x849e7c['shift']());}catch(_0x4f6d6b){_0x849e7c['push'](_0x849e7c['shift']());}}}(_0x3825,0x6e73d));function _0x3825(){var _0xb500a1=['4306224RnMoHa','10038357DYODge','2549454JyhPTj','10gSPTJu','724556xNqzOA','171406gcokVG','7DgiXLm','795777XkgwZi','1116595GFOXSQ'];_0x3825=function(){return _0xb500a1;};return _0x3825();}export{default as ImportWord}from'./importword.js';export{default as ImportWordEditing}from'./importwordediting.js';function _0x5474(_0x35a83a,_0x5d286f){var _0x382517=_0x3825();return _0x5474=function(_0x5474f3,_0x56af8c){_0x5474f3=_0x5474f3-0x128;var _0x443c60=_0x382517[_0x5474f3];return _0x443c60;},_0x5474(_0x35a83a,_0x5d286f);}export{default as ImportWordUI}from'./importwordui.js';import'./augmentation.js';