@ckeditor/ckeditor5-import-word 39.0.0 → 39.0.2

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/LICENSE.md +4 -4
  3. package/README.md +7 -7
  4. package/build/import-word.js +1 -1
  5. package/lang/translations/ar.po +1 -0
  6. package/lang/translations/bg.po +1 -0
  7. package/lang/translations/bn.po +1 -0
  8. package/lang/translations/ca.po +1 -0
  9. package/lang/translations/cs.po +1 -0
  10. package/lang/translations/da.po +1 -0
  11. package/lang/translations/de.po +1 -0
  12. package/lang/translations/el.po +1 -0
  13. package/lang/translations/en-au.po +1 -0
  14. package/lang/translations/en.po +1 -0
  15. package/lang/translations/es.po +1 -0
  16. package/lang/translations/et.po +1 -0
  17. package/lang/translations/fi.po +1 -0
  18. package/lang/translations/fr.po +1 -0
  19. package/lang/translations/gl.po +1 -0
  20. package/lang/translations/he.po +1 -0
  21. package/lang/translations/hi.po +1 -0
  22. package/lang/translations/hr.po +1 -0
  23. package/lang/translations/hu.po +1 -0
  24. package/lang/translations/id.po +1 -0
  25. package/lang/translations/it.po +1 -0
  26. package/lang/translations/ja.po +1 -0
  27. package/lang/translations/ko.po +1 -0
  28. package/lang/translations/lt.po +1 -0
  29. package/lang/translations/lv.po +1 -0
  30. package/lang/translations/ms.po +1 -0
  31. package/lang/translations/nl.po +1 -0
  32. package/lang/translations/no.po +1 -0
  33. package/lang/translations/pl.po +1 -0
  34. package/lang/translations/pt-br.po +1 -0
  35. package/lang/translations/pt.po +1 -0
  36. package/lang/translations/ro.po +1 -0
  37. package/lang/translations/ru.po +1 -0
  38. package/lang/translations/sk.po +1 -0
  39. package/lang/translations/sr-latn.po +1 -0
  40. package/lang/translations/sr.po +1 -0
  41. package/lang/translations/sv.po +1 -0
  42. package/lang/translations/th.po +1 -0
  43. package/lang/translations/tr.po +1 -0
  44. package/lang/translations/ug.po +1 -0
  45. package/lang/translations/uk.po +1 -0
  46. package/lang/translations/vi.po +1 -0
  47. package/lang/translations/zh-cn.po +1 -0
  48. package/lang/translations/zh.po +1 -0
  49. package/package.json +2 -6
  50. package/src/importword.js +1 -1
  51. package/src/importwordcommand.js +1 -1
  52. package/src/importwordediting.js +1 -1
  53. package/src/importwordui.js +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- All changes in the package are documented in the CKEditor 5 repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
4
+ All changes in the package are documented in the CKEditor 5 repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
package/LICENSE.md CHANGED
@@ -1,16 +1,16 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 import from Word feature** (https://ckeditor.com/ckeditor-5/)<br>
4
+ **CKEditor&nbsp;5 import from Word feature** (https://ckeditor.com/ckeditor-5/)<br>
5
5
  Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 import from Word feature is licensed under a commercial license and is protected by copyright law.
7
+ CKEditor&nbsp;5 import from Word feature is licensed under a commercial license and is protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
9
9
 
10
- Sources of Intellectual Property Included in CKEditor 5 import from Word
10
+ Sources of Intellectual Property Included in CKEditor&nbsp;5 import from Word
11
11
  ------------------------------------------------------------------------
12
12
 
13
- Where not otherwise indicated, all CKEditor 5 import from Word feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
13
+ Where not otherwise indicated, all CKEditor&nbsp;5 import from Word feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
14
 
15
15
  Trademarks
16
16
  ----------
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- CKEditor 5 import from Word feature
1
+ CKEditor&nbsp;5 import from Word feature
2
2
  ===================================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-import-word.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-import-word)
5
5
 
6
- This package contains the import from Word feature for CKEditor 5. It allows you to import content from a Word file directly into CKEditor 5.
6
+ This package contains the import from Word feature for CKEditor&nbsp;5. It allows you to import content from a Word file directly into CKEditor&nbsp;5.
7
7
 
8
8
  When enabled, this feature sends the selected Word file to the CKEditor Cloud Services Word to HTML converter service. The service then generates the HTML document that is inserted into the editor.
9
9
 
@@ -15,21 +15,21 @@ Check out the [demo in the import from Word feature](https://ckeditor.com/docs/c
15
15
 
16
16
  ## Documentation
17
17
 
18
- See the [`@ckeditor/ckeditor5-import-word` package](https://ckeditor.com/docs/ckeditor5/latest/api/import-word.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [import from Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/import-word/import-word/import-word.html) feature guide.
18
+ See the [`@ckeditor/ckeditor5-import-word` package](https://ckeditor.com/docs/ckeditor5/latest/api/import-word.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [import from Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/import-word/import-word/import-word.html) feature guide.
19
19
 
20
20
  ## Getting support
21
21
 
22
- CKEditor 5 import from Word feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 import from Word feature with your application.
22
+ CKEditor&nbsp;5 import from Word feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor&nbsp;5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor&nbsp;5 import from Word feature with your application.
23
23
 
24
- As a licensed CKEditor 5 import from Word feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
24
+ As a licensed CKEditor&nbsp;5 import from Word feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
25
25
 
26
26
 
27
27
  ## License
28
28
 
29
- **CKEditor 5 import from Word** (https://ckeditor.com/ckeditor-5/)<br>
29
+ **CKEditor&nbsp;5 import from Word** (https://ckeditor.com/ckeditor-5/)<br>
30
30
  Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
31
31
 
32
- CKEditor 5 import from Word feature is licensed under a commercial license and is protected by copyright law.
32
+ CKEditor&nbsp;5 import from Word feature is licensed under a commercial license and is protected by copyright law.
33
33
  For more details about available licensing options please contact us at sales@cksource.com.
34
34
 
35
35
  ### Trademarks
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={722:(t,e,r)=>{"use strict";r.d(e,{Z:()=>i});var o=r(758),n=r.n(o)()((function(t){return t[1]}));n.push([t.id,":root{--ck-toolbar-spinner-size:18px}.ck-importword_status-pending{position:relative}.ck.ck-importword__spinner-container{display:none}.ck.ck-importword__spinner{border:2px solid var(--ck-color-text);border-radius:50%;border-top:2px solid transparent;height:var(--ck-toolbar-spinner-size);left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:var(--ck-toolbar-spinner-size);z-index:1}.ck-importword_status-pending .ck.ck-importword__spinner-container{animation:rotate 1.5s linear infinite;display:block;height:var(--ck-toolbar-spinner-size);position:absolute;width:var(--ck-toolbar-spinner-size)}.ck-importword_status-pending .ck.ck-button__icon{color:transparent}@keyframes rotate{to{transform:rotate(1turn)}}",""]);const i=n},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var r=t(e);return e[2]?"@media ".concat(e[2]," {").concat(r,"}"):r})).join("")},e.i=function(t,r,o){"string"==typeof t&&(t=[[null,t,""]]);var n={};if(o)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(n[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&n[c[0]]||(r&&(c[2]?c[2]="".concat(r," and ").concat(c[2]):c[2]=r),e.push(c))}},e}},278:(t,e,r)=>{"use strict";var o,n=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},i=function(){var t={};return function(e){if(void 0===t[e]){var r=document.querySelector(e);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(t){r=null}t[e]=r}return t[e]}}(),s=[];function a(t){for(var e=-1,r=0;r<s.length;r++)if(s[r].identifier===t){e=r;break}return e}function c(t,e){for(var r={},o=[],n=0;n<t.length;n++){var i=t[n],c=e.base?i[0]+e.base:i[0],l=r[c]||0,d="".concat(c," ").concat(l);r[c]=l+1;var u=a(d),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==u?(s[u].references++,s[u].updater(p)):s.push({identifier:d,updater:g(p,e),references:1}),o.push(d)}return o}function l(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var n=r.nc;n&&(o.nonce=n)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=i(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var d,u=(d=[],function(t,e){return d[t]=e,d.filter(Boolean).join("\n")});function p(t,e,r,o){var n=r?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=u(e,n);else{var i=document.createTextNode(n),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}function h(t,e,r){var o=r.css,n=r.media,i=r.sourceMap;if(n?t.setAttribute("media",n):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var m=null,f=0;function g(t,e){var r,o,n;if(e.singleton){var i=f++;r=m||(m=l(e)),o=p.bind(null,r,i,!1),n=p.bind(null,r,i,!0)}else r=l(e),o=h.bind(null,r,e),n=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(r)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=n());var r=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<r.length;o++){var n=a(r[o]);s[n].references--}for(var i=c(t,e),l=0;l<r.length;l++){var d=a(r[l]);0===s[d].references&&(s[d].updater(),s.splice(d,1))}r=i}}}},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 n=e[o];if(void 0!==n)return n.exports;var i=e[o]={id:o,exports:{}};return t[o](i,i.exports,r),i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},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})},r.nc=void 0;var o={};(()=>{"use strict";r.r(o),r.d(o,{ImportWord:()=>y,ImportWordEditing:()=>b,ImportWordUI:()=>l});var t=r(704),e=r(273),n=r(448);var i=r(278),s=r.n(i),a=r(722),c={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(a.Z,c);a.Z.locals;class l 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);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"),s.buttonView.extendTemplate({attributes:{class:[s.buttonView.bindTemplate.if("isOn","ck-importword_status-pending")]}});const a=new e.View;return a.setTemplate({tag:"span",attributes:{class:["ck","ck-importword__spinner-container"]},children:[{tag:"span",attributes:{class:["ck","ck-importword__spinner"]}}]}),s.buttonView.children.add(a),s.on("done",((e,r)=>{t.execute("importWord",r[0],{}),t.editing.view.focus()})),s}))}}var d=r(945),u=r(492),p=r(209);class h 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,default_styles:r.defaultStyles}};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,p.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,p.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,p.uid)(),{usingOperation:!1,affectsData:!1,range:new u.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,p.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,p.logError)("import-word-plugin-conversion-failed")}}const m=["init","cloudServices","config","https://docx-converter.cke-cs.com/v2/convert/docx-html","commands","get","getToken","pluginName","registerTokenUrl","importWord","requires","CloudServices","token","add","ImportWordEditing","tokenUrl","_token","plugins"];var f,g;f=m,g=144,function(t){for(;--t;)f.push(f.shift())}(++g);const v=function(t,e){return m[t-=0]};class b extends t.Plugin{static get[v("0x7")](){return v("0xe")}static get[v("0xa")](){return[e.Notification,d.ClipboardPipeline,v("0xb")]}constructor(t){super(t),this[v("0x10")]=null}async[v("0x0")](){const t=this.editor;t[v("0x2")].define(v("0x9"),{converterUrl:v("0x3"),tokenUrl:(t.config[v("0x5")]("cloudServices")||{})[v("0xf")],defaultStyles:!1}),t[v("0x4")][v("0xd")](v("0x9"),new h(t));const{tokenUrl:e}=t[v("0x2")].get(v("0x9"));if(e){const{tokenUrl:r}=t[v("0x2")].get(v("0x1"))||{};this[v("0x10")]=e===r?t[v("0x11")][v("0x5")](v("0xb"))[v("0xc")]:await t[v("0x11")][v("0x5")](v("0xb"))[v("0x8")](e)}}[v("0x6")](){return this._token}}var x,_,k=["ImportWord","pluginName"];x=k,_=103,function(t){for(;--t;)x.push(x.shift())}(++_);var w=function(t,e){return k[t-=0]};class y extends t.Plugin{static get[w("0x0")](){return w("0x1")}static get requires(){return[b,l]}}})(),(window.CKEditor5=window.CKEditor5||{}).importWord=o})();
5
+ */(()=>{var t={722:(t,e,r)=>{"use strict";r.d(e,{Z:()=>i});var o=r(758),n=r.n(o)()((function(t){return t[1]}));n.push([t.id,":root{--ck-toolbar-spinner-size:18px}.ck-importword_status-pending{position:relative}.ck.ck-importword__spinner-container{display:none}.ck.ck-importword__spinner{border:2px solid var(--ck-color-text);border-radius:50%;border-top:2px solid transparent;height:var(--ck-toolbar-spinner-size);left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:var(--ck-toolbar-spinner-size);z-index:1}.ck-importword_status-pending .ck.ck-importword__spinner-container{animation:rotate 1.5s linear infinite;display:block;height:var(--ck-toolbar-spinner-size);position:absolute;width:var(--ck-toolbar-spinner-size)}.ck-importword_status-pending .ck.ck-button__icon{color:transparent}@keyframes rotate{to{transform:rotate(1turn)}}",""]);const i=n},758:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var r=t(e);return e[2]?"@media ".concat(e[2]," {").concat(r,"}"):r})).join("")},e.i=function(t,r,o){"string"==typeof t&&(t=[[null,t,""]]);var n={};if(o)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(n[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&n[c[0]]||(r&&(c[2]?c[2]="".concat(r," and ").concat(c[2]):c[2]=r),e.push(c))}},e}},278:(t,e,r)=>{"use strict";var o,n=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},i=function(){var t={};return function(e){if(void 0===t[e]){var r=document.querySelector(e);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(t){r=null}t[e]=r}return t[e]}}(),s=[];function a(t){for(var e=-1,r=0;r<s.length;r++)if(s[r].identifier===t){e=r;break}return e}function c(t,e){for(var r={},o=[],n=0;n<t.length;n++){var i=t[n],c=e.base?i[0]+e.base:i[0],l=r[c]||0,d="".concat(c," ").concat(l);r[c]=l+1;var u=a(d),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==u?(s[u].references++,s[u].updater(p)):s.push({identifier:d,updater:g(p,e),references:1}),o.push(d)}return o}function l(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var n=r.nc;n&&(o.nonce=n)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=i(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var d,u=(d=[],function(t,e){return d[t]=e,d.filter(Boolean).join("\n")});function p(t,e,r,o){var n=r?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=u(e,n);else{var i=document.createTextNode(n),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}function h(t,e,r){var o=r.css,n=r.media,i=r.sourceMap;if(n?t.setAttribute("media",n):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var m=null,f=0;function g(t,e){var r,o,n;if(e.singleton){var i=f++;r=m||(m=l(e)),o=p.bind(null,r,i,!1),n=p.bind(null,r,i,!0)}else r=l(e),o=h.bind(null,r,e),n=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(r)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else n()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=n());var r=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<r.length;o++){var n=a(r[o]);s[n].references--}for(var i=c(t,e),l=0;l<r.length;l++){var d=a(r[l]);0===s[d].references&&(s[d].updater(),s.splice(d,1))}r=i}}}},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 n=e[o];if(void 0!==n)return n.exports;var i=e[o]={id:o,exports:{}};return t[o](i,i.exports,r),i.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},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})},r.nc=void 0;var o={};(()=>{"use strict";r.r(o),r.d(o,{ImportWord:()=>y,ImportWordEditing:()=>b,ImportWordUI:()=>l});var t=r(704),e=r(273),n=r(448);var i=r(278),s=r.n(i),a=r(722),c={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};s()(a.Z,c);a.Z.locals;class l 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);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"),s.buttonView.extendTemplate({attributes:{class:[s.buttonView.bindTemplate.if("isOn","ck-importword_status-pending")]}});const a=new e.View;return a.setTemplate({tag:"span",attributes:{class:["ck","ck-importword__spinner-container"]},children:[{tag:"span",attributes:{class:["ck","ck-importword__spinner"]}}]}),s.buttonView.children.add(a),s.on("done",((e,r)=>{t.execute("importWord",r[0],{}),t.editing.view.focus()})),s}))}}var d=r(945),u=r(492),p=r(209);class h 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,default_styles:r.defaultStyles}};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,p.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,p.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,p.uid)(),{usingOperation:!1,affectsData:!1,range:new u.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,p.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,p.logError)("import-word-plugin-conversion-failed")}}const m=["https://docx-converter.cke-cs.com/v2/convert/docx-html","get","config","add","getToken","CloudServices","tokenUrl","_token","plugins","editor","importWord","requires","init","pluginName","token"];var f,g;f=m,g=375,function(t){for(;--t;)f.push(f.shift())}(++g);const v=function(t,e){return m[t-=0]};class b extends t.Plugin{static get[v("0xd")](){return"ImportWordEditing"}static get[v("0xb")](){return[e.Notification,d.ClipboardPipeline,v("0x5")]}constructor(t){super(t),this[v("0x7")]=null}async[v("0xc")](){const t=this[v("0x9")];t.config.define(v("0xa"),{converterUrl:v("0x0"),tokenUrl:(t.config[v("0x1")]("cloudServices")||{})[v("0x6")],defaultStyles:!1}),t.commands[v("0x3")](v("0xa"),new h(t));const{tokenUrl:e}=t.config[v("0x1")]("importWord");if(e){const{tokenUrl:r}=t[v("0x2")][v("0x1")]("cloudServices")||{};this[v("0x7")]=e===r?t.plugins.get(v("0x5"))[v("0xe")]:await t[v("0x8")][v("0x1")]("CloudServices").registerTokenUrl(e)}}[v("0x4")](){return this[v("0x7")]}}var x,w,_=["ImportWord","pluginName"];x=_,w=331,function(t){for(;--t;)x.push(x.shift())}(++w);var k=function(t,e){return _[t-=0]};class y extends t.Plugin{static get[k("0x0")](){return k("0x1")}static get requires(){return[b,l]}}})(),(window.CKEditor5=window.CKEditor5||{}).importWord=o})();
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Arabic (https://app.transifex.com/ckeditor/teams/11143/ar/)\n"
16
16
  "Language: ar\n"
17
17
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Bulgarian (https://app.transifex.com/ckeditor/teams/11143/bg/)\n"
16
16
  "Language: bg\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Bengali (https://app.transifex.com/ckeditor/teams/11143/bn/)\n"
16
16
  "Language: bn\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Catalan (https://app.transifex.com/ckeditor/teams/11143/ca/)\n"
16
16
  "Language: ca\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Czech (https://app.transifex.com/ckeditor/teams/11143/cs/)\n"
16
16
  "Language: cs\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Danish (https://app.transifex.com/ckeditor/teams/11143/da/)\n"
16
16
  "Language: da\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n"
16
16
  "Language: de\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n"
16
16
  "Language: el\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: English (Australia) (https://app.transifex.com/ckeditor/teams/11143/en_AU/)\n"
16
16
  "Language: en_AU\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language: \n"
16
16
  "Language-Team: \n"
17
17
  "Plural-Forms: \n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Spanish (https://app.transifex.com/ckeditor/teams/11143/es/)\n"
16
16
  "Language: es\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n"
16
16
  "Language: et\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n"
16
16
  "Language: fi\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n"
16
16
  "Language: fr\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Galician (https://app.transifex.com/ckeditor/teams/11143/gl/)\n"
16
16
  "Language: gl\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
16
16
  "Language: he\n"
17
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"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
16
16
  "Language: hi\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
16
16
  "Language: hr\n"
17
17
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
16
16
  "Language: hu\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
16
16
  "Language: id\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
16
16
  "Language: it\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
16
16
  "Language: ja\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
16
16
  "Language: ko\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
16
16
  "Language: lt\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
16
16
  "Language: lv\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
16
16
  "Language: ms\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
16
16
  "Language: nl\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
16
16
  "Language: no\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
16
16
  "Language: pl\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
16
  "Language: pt_BR\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
16
16
  "Language: pt\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
16
16
  "Language: ro\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
16
16
  "Language: ru\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
16
16
  "Language: sk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
16
16
  "Language: sr@latin\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
16
16
  "Language: sr\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
16
16
  "Language: sv\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
16
16
  "Language: th\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
16
16
  "Language: tr\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
16
16
  "Language: ug\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
16
16
  "Language: uk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
16
16
  "Language: vi\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
16
16
  "Language: zh_CN\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
16
16
  "Language: zh_TW\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for the import from Word feature."
20
21
  msgid "Import from Word"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-import-word",
3
- "version": "39.0.0",
3
+ "version": "39.0.2",
4
4
  "description": "Import from Word feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -29,11 +29,7 @@
29
29
  ],
30
30
  "main": "src/index.js",
31
31
  "dependencies": {
32
- "ckeditor5": "39.0.0"
33
- },
34
- "engines": {
35
- "node": ">=16.0.0",
36
- "npm": ">=5.7.1"
32
+ "ckeditor5": "39.0.2"
37
33
  },
38
34
  "license": "SEE LICENSE IN LICENSE.md",
39
35
  "author": "CKSource (https://cksource.com/)",
package/src/importword.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x2f89=['ImportWord','pluginName'];(function(_0xdedff,_0x2f8980){var _0x577b87=function(_0x1b6e89){while(--_0x1b6e89){_0xdedff['push'](_0xdedff['shift']());}};_0x577b87(++_0x2f8980);}(_0x2f89,0x67));var _0x577b=function(_0xdedff,_0x2f8980){_0xdedff=_0xdedff-0x0;var _0x577b87=_0x2f89[_0xdedff];return _0x577b87;};import{Plugin as _0x53ae3e}from'ckeditor5/src/core';import _0x2ceb35 from'./importwordui';import _0x4ad4a4 from'./importwordediting';export default class i extends _0x53ae3e{static get[_0x577b('0x0')](){return _0x577b('0x1');}static get['requires'](){return[_0x4ad4a4,_0x2ceb35];}}
23
+ var _0x4b0c=['ImportWord','pluginName'];(function(_0x37164a,_0x4b0cfe){var _0x958089=function(_0x52d4fe){while(--_0x52d4fe){_0x37164a['push'](_0x37164a['shift']());}};_0x958089(++_0x4b0cfe);}(_0x4b0c,0x14b));var _0x9580=function(_0x37164a,_0x4b0cfe){_0x37164a=_0x37164a-0x0;var _0x958089=_0x4b0c[_0x37164a];return _0x958089;};import{Plugin as _0x21e708}from'ckeditor5/src/core';import _0x4e7912 from'./importwordui';import _0x39011a from'./importwordediting';export default class i extends _0x21e708{static get[_0x9580('0x0')](){return _0x9580('0x1');}static get['requires'](){return[_0x39011a,_0x4e7912];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0xdb1b55}from'ckeditor5/src/core';import{Range as _0x113723}from'ckeditor5/src/engine';import{logWarning as _0x518f44,logError as _0x17ae7c,first as _0x5858fd,uid as _0x18c0ec}from'ckeditor5/src/utils';export default class d extends _0xdb1b55{constructor(_0x2b102a){super(_0x2b102a),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x5661fe,_0x1df56a)=>{const _0x44900e=new DataTransfer();_0x44900e['setData']('text/html',_0x1df56a['html']);const _0x16045c=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x56a171=>{this['_importMarker']['stopListening'](),_0x56a171['setSelection'](_0x16045c),_0x2b102a['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x44900e});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x17f5ff,_0x59a53e={}){if(this['isBusy'])return Promise['resolve']();const _0x2e8922=this['editor']['config']['get']('importWord'),_0x39492e={'url':_0x2e8922['converterUrl'],'file':_0x17f5ff,'serviceConfig':{..._0x59a53e,'default_styles':_0x2e8922['defaultStyles']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x39492e)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x233e14=this['editor']['model'],_0x5b5f31=_0x233e14['schema'],_0x3b125d=_0x233e14['document']['selection'],_0x5608b7=_0x5858fd(_0x3b125d['getSelectedBlocks']());return!!_0x5608b7&&_0x5b5f31['checkChild'](_0x5608b7['parent'],'paragraph');}['_prepareForImport'](){const _0x43ad03=this['editor'],_0x19228d=_0x43ad03['model'],_0x1f0ce6=_0x19228d['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x43ad03['model']['createBatch']({'isUndoable':!0x0}),_0x19228d['enqueueChange'](this['_undoStepBatch'],_0x1f8b1e=>{_0x1f0ce6['isCollapsed']||_0x19228d['deleteContent'](_0x1f0ce6,{'leaveUnmerged':!0x0});const _0x280ee1=_0x1f0ce6['getFirstPosition'](),_0x46a308=_0x5858fd(_0x1f0ce6['getSelectedBlocks']());let _0x20ce6e;_0x20ce6e=_0x46a308['is']('element','paragraph')&&_0x46a308['isEmpty']?_0x280ee1:_0x280ee1['isAtStart']?_0x19228d['createPositionBefore'](_0x46a308):_0x280ee1['isAtEnd']?_0x19228d['createPositionAfter'](_0x46a308):_0x1f8b1e['split'](_0x280ee1)['position'],this['_importMarker']=_0x1f8b1e['addMarker']('importWord:'+_0x18c0ec(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0x113723(_0x20ce6e)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x3a918c=this['editor']['model'];_0x3a918c['markers']['has'](this['_importMarker'])&&_0x3a918c['enqueueChange'](this['_undoStepBatch'],_0x434e9f=>{_0x434e9f['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x29f92f,file:_0x1128c6,serviceConfig:_0x218f08}){const _0x4c5f4a=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0xee24a5=new FormData();_0xee24a5['set']('config',JSON['stringify'](_0x218f08)),_0xee24a5['set']('file',_0x1128c6);const _0x7716c4={'method':'POST','headers':{},'body':_0xee24a5,'signal':this['_abortController']['signal']};return _0x4c5f4a&&(_0x7716c4['headers']['Authorization']=_0x4c5f4a['value']),fetch(_0x29f92f,_0x7716c4);}['_handleImportResponse'](_0x2a8f0e){return _0x2a8f0e['ok']?_0x2a8f0e['json']()['then'](_0x21a0d3=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x21a0d3);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x518f44('import-word-plugin-import-cancelled');const _0x5d9212=this['editor'],_0x164de3=(0x0,_0x5d9212['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x5d9212['plugins']['get']('Notification')['showWarning'](_0x164de3),_0x17ae7c('import-word-plugin-conversion-failed');}}
23
+ import{Command as _0x36f247}from'ckeditor5/src/core';import{Range as _0xf03230}from'ckeditor5/src/engine';import{logWarning as _0x3cd203,logError as _0x4a863b,first as _0x275a99,uid as _0x15b560}from'ckeditor5/src/utils';export default class d extends _0x36f247{constructor(_0x4b5a57){super(_0x4b5a57),this['set']('isBusy',!0x1),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['on']('dataInsert',(_0x398645,_0x5a2edd)=>{const _0x54b233=new DataTransfer();_0x54b233['setData']('text/html',_0x5a2edd['html']);const _0x2e0e55=this['_importMarker']['getRange']();this['editor']['model']['enqueueChange'](this['_undoStepBatch'],_0x44addd=>{this['_importMarker']['stopListening'](),_0x44addd['setSelection'](_0x2e0e55),_0x4b5a57['editing']['view']['document']['fire']('clipboardInput',{'dataTransfer':_0x54b233});});},{'priority':'low'});}['refresh'](){this['isEnabled']=this['_checkEnabled']();}['execute'](_0x17d141,_0x5312d9={}){if(this['isBusy'])return Promise['resolve']();const _0xfba8fb=this['editor']['config']['get']('importWord'),_0x3280bc={'url':_0xfba8fb['converterUrl'],'file':_0x17d141,'serviceConfig':{..._0x5312d9,'default_styles':_0xfba8fb['defaultStyles']}};return this['_prepareForImport'](),this['_sendImportRequest'](_0x3280bc)['then'](this['_handleImportResponse']['bind'](this))['catch'](this['_handleImportFailure']['bind'](this))['finally'](this['_cleanUpAfterImport']['bind'](this));}['_checkEnabled'](){if(this['isBusy'])return!0x1;const _0x326d27=this['editor']['model'],_0xf72691=_0x326d27['schema'],_0x2a265d=_0x326d27['document']['selection'],_0x17c09c=_0x275a99(_0x2a265d['getSelectedBlocks']());return!!_0x17c09c&&_0xf72691['checkChild'](_0x17c09c['parent'],'paragraph');}['_prepareForImport'](){const _0x2f4ae1=this['editor'],_0x44c994=_0x2f4ae1['model'],_0x4346dc=_0x44c994['document']['selection'];this['_abortController']=new AbortController(),this['_undoStepBatch']=_0x2f4ae1['model']['createBatch']({'isUndoable':!0x0}),_0x44c994['enqueueChange'](this['_undoStepBatch'],_0x1f2c27=>{_0x4346dc['isCollapsed']||_0x44c994['deleteContent'](_0x4346dc,{'leaveUnmerged':!0x0});const _0x46c6b3=_0x4346dc['getFirstPosition'](),_0x144158=_0x275a99(_0x4346dc['getSelectedBlocks']());let _0x18e5c9;_0x18e5c9=_0x144158['is']('element','paragraph')&&_0x144158['isEmpty']?_0x46c6b3:_0x46c6b3['isAtStart']?_0x44c994['createPositionBefore'](_0x144158):_0x46c6b3['isAtEnd']?_0x44c994['createPositionAfter'](_0x144158):_0x1f2c27['split'](_0x46c6b3)['position'],this['_importMarker']=_0x1f2c27['addMarker']('importWord:'+_0x15b560(),{'usingOperation':!0x1,'affectsData':!0x1,'range':new _0xf03230(_0x18e5c9)}),this['_importMarker']['on']('change:range',()=>{'$graveyard'===this['_importMarker']['getRange']()['root']['rootName']&&this['_abortController']['abort']();});}),this['isBusy']=!0x0,this['refresh']();}['_cleanUpAfterImport'](){const _0x4c3d9d=this['editor']['model'];_0x4c3d9d['markers']['has'](this['_importMarker'])&&_0x4c3d9d['enqueueChange'](this['_undoStepBatch'],_0xca17e4=>{_0xca17e4['removeMarker'](this['_importMarker']);}),this['_importMarker']=null,this['_undoStepBatch']=null,this['_abortController']=null,this['isBusy']=!0x1,this['refresh']();}['_sendImportRequest']({url:_0x32562b,file:_0x3f04bf,serviceConfig:_0x30d0d4}){const _0x2c8b45=this['editor']['plugins']['get']('ImportWordEditing')['getToken'](),_0x51e8d6=new FormData();_0x51e8d6['set']('config',JSON['stringify'](_0x30d0d4)),_0x51e8d6['set']('file',_0x3f04bf);const _0x3c527c={'method':'POST','headers':{},'body':_0x51e8d6,'signal':this['_abortController']['signal']};return _0x2c8b45&&(_0x3c527c['headers']['Authorization']=_0x2c8b45['value']),fetch(_0x32562b,_0x3c527c);}['_handleImportResponse'](_0x138370){return _0x138370['ok']?_0x138370['json']()['then'](_0x4b3b55=>{if(!this['editor']['model']['markers']['has'](this['_importMarker']))return;'$graveyard'!==this['_importMarker']['getRange']()['root']['rootName']&&this['fire']('dataInsert',_0x4b3b55);}):Promise['reject']();}['_handleImportFailure'](){if(this['_abortController']['signal']['aborted'])return void _0x3cd203('import-word-plugin-import-cancelled');const _0x58882e=this['editor'],_0x5f5235=(0x0,_0x58882e['t'])('An\x20error\x20occurred\x20while\x20importing\x20the\x20Word\x20file.');_0x58882e['plugins']['get']('Notification')['showWarning'](_0x5f5235),_0x4a863b('import-word-plugin-conversion-failed');}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3391=['init','cloudServices','config','https://docx-converter.cke-cs.com/v2/convert/docx-html','commands','get','getToken','pluginName','registerTokenUrl','importWord','requires','CloudServices','token','add','ImportWordEditing','tokenUrl','_token','plugins'];(function(_0xab0505,_0x3391a5){const _0xaea860=function(_0x1f6fa3){while(--_0x1f6fa3){_0xab0505['push'](_0xab0505['shift']());}};_0xaea860(++_0x3391a5);}(_0x3391,0x90));const _0xaea8=function(_0xab0505,_0x3391a5){_0xab0505=_0xab0505-0x0;let _0xaea860=_0x3391[_0xab0505];return _0xaea860;};import{Plugin as _0x4f8e7f}from'ckeditor5/src/core';import{Notification as _0x346cb9}from'ckeditor5/src/ui';import{ClipboardPipeline as _0x4fbcb8}from'ckeditor5/src/clipboard';import _0x2be604 from'./importwordcommand';export default class e extends _0x4f8e7f{static get[_0xaea8('0x7')](){return _0xaea8('0xe');}static get[_0xaea8('0xa')](){return[_0x346cb9,_0x4fbcb8,_0xaea8('0xb')];}constructor(_0x1901ef){super(_0x1901ef),this[_0xaea8('0x10')]=null;}async[_0xaea8('0x0')](){const _0x45cc6a=this['editor'];_0x45cc6a[_0xaea8('0x2')]['define'](_0xaea8('0x9'),{'converterUrl':_0xaea8('0x3'),'tokenUrl':(_0x45cc6a['config'][_0xaea8('0x5')]('cloudServices')||{})[_0xaea8('0xf')],'defaultStyles':!0x1}),_0x45cc6a[_0xaea8('0x4')][_0xaea8('0xd')](_0xaea8('0x9'),new _0x2be604(_0x45cc6a));const {tokenUrl:_0x18586c}=_0x45cc6a[_0xaea8('0x2')]['get'](_0xaea8('0x9'));if(_0x18586c){const {tokenUrl:_0x30f18b}=_0x45cc6a[_0xaea8('0x2')]['get'](_0xaea8('0x1'))||{};this[_0xaea8('0x10')]=_0x18586c===_0x30f18b?_0x45cc6a[_0xaea8('0x11')][_0xaea8('0x5')](_0xaea8('0xb'))[_0xaea8('0xc')]:await _0x45cc6a[_0xaea8('0x11')][_0xaea8('0x5')](_0xaea8('0xb'))[_0xaea8('0x8')](_0x18586c);}}[_0xaea8('0x6')](){return this['_token'];}}
23
+ const _0x53e0=['https://docx-converter.cke-cs.com/v2/convert/docx-html','get','config','add','getToken','CloudServices','tokenUrl','_token','plugins','editor','importWord','requires','init','pluginName','token'];(function(_0x416856,_0x53e0bd){const _0x438f0d=function(_0x1beb8a){while(--_0x1beb8a){_0x416856['push'](_0x416856['shift']());}};_0x438f0d(++_0x53e0bd);}(_0x53e0,0x177));const _0x438f=function(_0x416856,_0x53e0bd){_0x416856=_0x416856-0x0;let _0x438f0d=_0x53e0[_0x416856];return _0x438f0d;};import{Plugin as _0x2e08af}from'ckeditor5/src/core';import{Notification as _0x52c890}from'ckeditor5/src/ui';import{ClipboardPipeline as _0x527ea5}from'ckeditor5/src/clipboard';import _0x5e824e from'./importwordcommand';export default class e extends _0x2e08af{static get[_0x438f('0xd')](){return'ImportWordEditing';}static get[_0x438f('0xb')](){return[_0x52c890,_0x527ea5,_0x438f('0x5')];}constructor(_0x485eb3){super(_0x485eb3),this[_0x438f('0x7')]=null;}async[_0x438f('0xc')](){const _0x359391=this[_0x438f('0x9')];_0x359391['config']['define'](_0x438f('0xa'),{'converterUrl':_0x438f('0x0'),'tokenUrl':(_0x359391['config'][_0x438f('0x1')]('cloudServices')||{})[_0x438f('0x6')],'defaultStyles':!0x1}),_0x359391['commands'][_0x438f('0x3')](_0x438f('0xa'),new _0x5e824e(_0x359391));const {tokenUrl:_0x4a3317}=_0x359391['config'][_0x438f('0x1')]('importWord');if(_0x4a3317){const {tokenUrl:_0x473472}=_0x359391[_0x438f('0x2')][_0x438f('0x1')]('cloudServices')||{};this[_0x438f('0x7')]=_0x4a3317===_0x473472?_0x359391['plugins']['get'](_0x438f('0x5'))[_0x438f('0xe')]:await _0x359391[_0x438f('0x8')][_0x438f('0x1')]('CloudServices')['registerTokenUrl'](_0x4a3317);}}[_0x438f('0x4')](){return this[_0x438f('0x7')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x4a315e}from'ckeditor5/src/core';import{View as _0x591df3}from'ckeditor5/src/ui';import{FileDialogButtonView as _0x272c24}from'ckeditor5/src/upload';import _0x31325e from'../theme/icons/importword.svg';import'../theme/importword.css';export default class o extends _0x4a315e{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0xd1f731=this['editor'],t=_0xd1f731['t'];_0xd1f731['ui']['componentFactory']['add']('importWord',_0x5eb71a=>{const _0x58569a=_0xd1f731['commands']['get']('importWord'),_0xe156f3=new _0x272c24(_0x5eb71a);_0xe156f3['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0xe156f3['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0x31325e,'tooltip':!0x0}),_0xe156f3['buttonView']['bind']('isOn','isEnabled')['to'](_0x58569a,'isBusy','isEnabled'),_0xe156f3['buttonView']['extendTemplate']({'attributes':{'class':[_0xe156f3['buttonView']['bindTemplate']['if']('isOn','ck-importword_status-pending')]}});const _0xb3cc48=new _0x591df3();return _0xb3cc48['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-importword__spinner-container']},'children':[{'tag':'span','attributes':{'class':['ck','ck-importword__spinner']}}]}),_0xe156f3['buttonView']['children']['add'](_0xb3cc48),_0xe156f3['on']('done',(_0x17d08d,_0x4b448b)=>{_0xd1f731['execute']('importWord',_0x4b448b[0x0],{}),_0xd1f731['editing']['view']['focus']();}),_0xe156f3;});}}
23
+ import{Plugin as _0x3a3f4c}from'ckeditor5/src/core';import{View as _0x1e0951}from'ckeditor5/src/ui';import{FileDialogButtonView as _0x388114}from'ckeditor5/src/upload';import _0x5201db from'../theme/icons/importword.svg';import'../theme/importword.css';export default class o extends _0x3a3f4c{static get['pluginName'](){return'ImportWordUI';}['init'](){const _0x3a8bc4=this['editor'],t=_0x3a8bc4['t'];_0x3a8bc4['ui']['componentFactory']['add']('importWord',_0x3bc3f7=>{const _0x15cc31=_0x3a8bc4['commands']['get']('importWord'),_0x55b9d7=new _0x388114(_0x3bc3f7);_0x55b9d7['set']({'acceptedType':'application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.wordprocessingml.template'}),_0x55b9d7['buttonView']['set']({'label':t('Import\x20from\x20Word'),'icon':_0x5201db,'tooltip':!0x0}),_0x55b9d7['buttonView']['bind']('isOn','isEnabled')['to'](_0x15cc31,'isBusy','isEnabled'),_0x55b9d7['buttonView']['extendTemplate']({'attributes':{'class':[_0x55b9d7['buttonView']['bindTemplate']['if']('isOn','ck-importword_status-pending')]}});const _0x448b67=new _0x1e0951();return _0x448b67['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-importword__spinner-container']},'children':[{'tag':'span','attributes':{'class':['ck','ck-importword__spinner']}}]}),_0x55b9d7['buttonView']['children']['add'](_0x448b67),_0x55b9d7['on']('done',(_0x2bba69,_0x512029)=>{_0x3a8bc4['execute']('importWord',_0x512029[0x0],{}),_0x3a8bc4['editing']['view']['focus']();}),_0x55b9d7;});}}