@ckeditor/ckeditor5-import-word 41.2.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={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})();
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})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-import-word",
3
- "version": "41.2.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.2.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 _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];}}
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 _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');}}
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
- 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)];}}
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 _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;});}}
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
- (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';
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';