@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.
- 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")}}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})();
|
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.
|
|
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.
|
|
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
|
|
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];}}
|
package/src/importwordcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
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');}}
|
package/src/importwordediting.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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)];}}
|
package/src/importwordui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
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';
|