@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.
- package/build/import-word.js +1 -1
- package/lang/translations/he.po +1 -1
- package/package.json +2 -2
- package/src/importword.js +1 -1
- package/src/importwordcommand.js +1 -1
- package/src/importwordediting.js +1 -1
- package/src/importwordui.js +1 -1
- package/src/index.js +1 -1
package/build/import-word.js
CHANGED
|
@@ -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={
|
|
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/lang/translations/he.po
CHANGED
|
@@ -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=
|
|
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
|
|
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
|
|
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
|
|
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];}}
|
package/src/importwordcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
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');}}
|
package/src/importwordediting.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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)];}}
|
package/src/importwordui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
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';
|