@ckeditor/ckeditor5-export-word 40.2.0 → 41.1.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.
Files changed (60) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +4 -4
  3. package/build/export-word.js +3 -3
  4. package/lang/translations/ar.po +1 -1
  5. package/lang/translations/bg.po +1 -1
  6. package/lang/translations/bn.po +1 -1
  7. package/lang/translations/ca.po +1 -1
  8. package/lang/translations/cs.po +1 -1
  9. package/lang/translations/da.po +1 -1
  10. package/lang/translations/de.po +1 -1
  11. package/lang/translations/el.po +1 -1
  12. package/lang/translations/en-au.po +1 -1
  13. package/lang/translations/en.po +1 -1
  14. package/lang/translations/es.po +1 -1
  15. package/lang/translations/et.po +1 -1
  16. package/lang/translations/fi.po +1 -1
  17. package/lang/translations/fr.po +1 -1
  18. package/lang/translations/gl.po +1 -1
  19. package/lang/translations/he.po +1 -1
  20. package/lang/translations/hi.po +1 -1
  21. package/lang/translations/hr.po +1 -1
  22. package/lang/translations/hu.po +1 -1
  23. package/lang/translations/id.po +1 -1
  24. package/lang/translations/it.po +1 -1
  25. package/lang/translations/ja.po +1 -1
  26. package/lang/translations/jv.po +1 -1
  27. package/lang/translations/ko.po +1 -1
  28. package/lang/translations/lt.po +1 -1
  29. package/lang/translations/lv.po +1 -1
  30. package/lang/translations/ms.po +1 -1
  31. package/lang/translations/nl.po +1 -1
  32. package/lang/translations/no.po +1 -1
  33. package/lang/translations/pl.po +1 -1
  34. package/lang/translations/pt-br.po +1 -1
  35. package/lang/translations/pt.po +1 -1
  36. package/lang/translations/ro.po +1 -1
  37. package/lang/translations/ru.po +1 -1
  38. package/lang/translations/sk.po +1 -1
  39. package/lang/translations/sr-latn.po +1 -1
  40. package/lang/translations/sr.po +1 -1
  41. package/lang/translations/sv.po +1 -1
  42. package/lang/translations/th.po +1 -1
  43. package/lang/translations/tr.po +1 -1
  44. package/lang/translations/ug.po +1 -1
  45. package/lang/translations/uk.po +1 -1
  46. package/lang/translations/ur.po +1 -1
  47. package/lang/translations/vi.po +1 -1
  48. package/lang/translations/zh-cn.po +1 -1
  49. package/lang/translations/zh.po +1 -1
  50. package/package.json +3 -2
  51. package/src/augmentation.d.ts +2 -2
  52. package/src/augmentation.js +1 -1
  53. package/src/exportword.d.ts +3 -3
  54. package/src/exportword.js +2 -2
  55. package/src/exportwordcommand.d.ts +3 -3
  56. package/src/exportwordcommand.js +2 -2
  57. package/src/index.d.ts +4 -4
  58. package/src/index.js +2 -2
  59. package/src/utils.d.ts +4 -4
  60. package/src/utils.js +2 -2
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 export to Docs feature** (https://ckeditor.com/ckeditor-5/)<br>
5
- Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  CKEditor&nbsp;5 export to 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.
package/README.md CHANGED
@@ -3,11 +3,11 @@ CKEditor&nbsp;5 export to Word feature
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-export-word.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-export-word)
5
5
 
6
- This package contains an export to Word feature for CKEditor&nbsp;5. It allows you to generate a Docx file directly from the CKEditor&nbsp;5 WYSIWYG editor content.
6
+ This package contains an export to Word feature for CKEditor&nbsp;5. It allows you to generate a `.docx` file directly from the CKEditor&nbsp;5 WYSIWYG editor content.
7
7
 
8
- When enabled, this feature sends the content of your editor together with the styles that are used to display it to the CKEditor Cloud Services HTML to Word converter service. The service then generates a Docx document that can be downloaded by the user. This allows you to easily print your content to the `.docx` format.
8
+ When enabled, this feature sends the content of your editor together with the styles that are used to display it to the CKEditor Cloud Services HTML to Word converter service. The service then generates a `.docx` document that can be downloaded by the user. This allows you to print your content to the `.docx` format.
9
9
 
10
- ![A screencast showing generating a Docx file from CKEditor&nbsp;5 content thanks to the Word export feature](https://c.cksource.com/a/1/img/npm/ckeditor-5-word-export.gif)
10
+ ![A screencast showing generating a `.docx` file from CKEditor&nbsp;5 content thanks to the Word export feature](https://c.cksource.com/a/1/img/npm/ckeditor-5-word-export.gif)
11
11
 
12
12
  This is a premium feature. Please [contact us](https://ckeditor.com/contact/) if you would like to purchase a license. Let us know if you have any feedback or questions!
13
13
 
@@ -29,7 +29,7 @@ As a licensed CKEditor&nbsp;5 export to Word feature user you can report bugs an
29
29
  ## License
30
30
 
31
31
  **CKEditor&nbsp;5 export to Word** (https://ckeditor.com/ckeditor-5/)<br>
32
- Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
32
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
33
33
 
34
34
  CKEditor&nbsp;5 export to Word feature is licensed under a commercial license and is protected by copyright law.
35
35
  For more details about available licensing options please contact us at sales@cksource.com.
@@ -1,5 +1,5 @@
1
- !function(e){const t=e.en=e.en||{};t.dictionary=Object.assign(t.dictionary||{},{"An error occurred while generating the Word file.":"An error occurred while generating the Word file.","Export to Word":"Export to Word"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
1
+ !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"An error occurred while generating the Word file.":"An error occurred while generating the Word file.","Export to Word":"Export to Word"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
2
2
  /*!
3
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={704:(e,t,o)=>{e.exports=o(79)("./src/core.js")},273:(e,t,o)=>{e.exports=o(79)("./src/ui.js")},79:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function o(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{"use strict";o.r(n),o.d(n,{ExportWord:()=>l});var e=o(704),t=o(273);const r=["timeZone","data-cke","CommentsRepository","map","get","content","then","keys","timezone","author","name","from","ownerNode","warn","The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet.","plugins","EDITOR_STYLES","cssText","resolvedOptions","TrackChanges","suggestions","comments","length","authorId","indexOf","all","push","getSuggestions","trim","Users","createdAt","has",".ck-content","getCommentThreads"];var i,s;i=r,s=108,function(e){for(;--e;)i.push(i.shift())}(++s);const a=function(e,t){return r[e-=0]};function c(){const e=[],t=[];for(const o of Array[a("0x5")](document.styleSheets))if(o[a("0x6")].hasAttribute(a("0x1d")))for(const n of Array[a("0x5")](o.cssRules))-1!==n[a("0xb")][a("0x12")](a("0x1a"))?e[a("0x14")](n[a("0xb")]):-1!==n[a("0xb")][a("0x12")](":root")&&t[a("0x14")](n[a("0xb")]);return e[a("0x10")]||console[a("0x7")](a("0x8")),[...t,...e].join(" ")[a("0x16")]()}function d(e){const t=e[a("0x9")][a("0x19")](a("0x17")),o=e[a("0x9")][a("0x19")](a("0x1e")),n=e[a("0x9")].has(a("0xd")),r={};if(t&&o){const t=function(e){const t={};if(!e[a("0x10")])return t;for(const o of e)o[a("0xf")][a("0x1f")]((e=>{void 0===t[o.id]&&(t[o.id]=[]),t[o.id][a("0x14")]({author:e[a("0x3")][a("0x4")],content:e[a("0x21")],created:e[a("0x18")],is_resolved:o.isResolved})}));return t}(e[a("0x9")][a("0x20")](a("0x1e"))[a("0x1b")]({skipNotAttached:!0,skipEmpty:!0}));Object[a("0x1")](t).length&&(r[a("0xf")]=t)}if(t&&n){const t=e.plugins.get(a("0xd")),o=e[a("0x9")][a("0x20")](a("0x17")),n=function(e,t){const o={};if(!e[a("0x10")]||!t[a("0x10")])return o;for(const n of e)o[n.id]={author:t[a("0x20")](n[a("0x11")]).name,created:n.createdAt};return o}(t[a("0x15")]({toJSON:!0}),o.users);Object[a("0x1")](n)[a("0x10")]&&(r[a("0xe")]=n)}return(r.suggestions||r[a("0xf")])&&(r[a("0x2")]=(new Intl.DateTimeFormat)[a("0xc")]()[a("0x1c")]),r}class u extends e.Command{constructor(e){super(e),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(e={}){const t=this.editor,o=t.t,n=e.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",r=e.converterOptions||{},i=t.plugins.get("ExportWord"),s=e.token||i._token,u=!1!==r.auto_pagination,l=e.dataCallback||(e=>e.data.get({pagination:u}));return this.isBusy=!0,this.refresh(),function(e){if(!e)return new Promise((e=>e("")));const t=[];for(const o of e)a("0xa")!==o?t[a("0x14")](window.fetch(o)[a("0x0")]((e=>e.text()))):t.push(c());return Promise[a("0x13")](t).then((e=>e.join(" ").trim()))}(e.stylesheets||["EDITOR_STYLES"]).then((async o=>{const i=await l(t),a=this._replaceSuggestionTypes(i),c={html:'<div class="ck-content" dir="'+t.locale.contentLanguageDirection+'">'+a+"</div>",css:o,options:{...r,...d(t)}},u={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...s?{Authorization:s.value}:null},body:JSON.stringify(c)};return window.fetch(n,u).then((e=>{if(200!==e.status)throw e;return e.blob()})).then((t=>{const o="function"==typeof e.fileName?e.fileName():e.fileName;this._downloadFile(t,o||"document.docx")}))})).catch((e=>{throw t.plugins.get("Notification").showWarning(o("An error occurred while generating the Word file.")),e})).finally((()=>{this.isBusy=!1,this.refresh()}))}_replaceSuggestionTypes(e){if(!e)return e;const t=(e,t,o)=>"attribute"===o?t+"formatInline:":e;return e.replace(/<suggestion-(start|end) name="(.*?):/g,((e,o,n)=>t(e,"<suggestion-"+o+' name="',n))).replace(/data-suggestion-(start|end)-(before|after)="(.*?):/g,((e,o,n,r)=>t(e,"data-suggestion-"+o+"-"+n+'="',r)))}_downloadFile(e,t){const o=document.createElement("a");o.href=window.URL.createObjectURL(e),o.download=t,o.click(),o.remove()}}class l extends e.Plugin{static get pluginName(){return"ExportWord"}static get requires(){return["CloudServices",t.Notification]}init(){const e=this.editor,o=e.t,n=e.config.get("exportWord")||{};e.commands.add("exportWord",new u(e)),e.ui.componentFactory.add("exportWord",(r=>{const i=e.commands.get("exportWord"),s=new t.ButtonView(r),a=new t.SpinnerView;return s.set({label:o("Export to Word"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><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.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n',tooltip:!0}),s.children.add(a),s.bind("isOn","isEnabled").to(i,"isBusy","isEnabled"),a.bind("isVisible").to(i,"isBusy"),s.iconView.bind("isVisible").to(i,"isBusy",(e=>!e)),this.listenTo(s,"execute",(()=>{e.execute("exportWord",n),e.editing.view.focus()})),s}));const r=e.plugins.get("CloudServices");!1===n.tokenUrl?this._token=null:n.tokenUrl?r.registerTokenUrl(n.tokenUrl).then((e=>{this._token=e})):this._token=r.token}}})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=n})();
5
+ */(()=>{var t={968:(t,e,o)=>{t.exports=o(672)("./src/core.js")},348:(t,e,o)=>{t.exports=o(672)("./src/ui.js")},672:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function o(n){var r=e[n];if(void 0!==r)return r.exports;var s=e[n]={exports:{}};return t[n](s,s.exports,o),s.exports}o.d=(t,e)=>{for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";o.r(n),o.d(n,{ExportWord:()=>u});var t=o(968),e=o(348);const r=["from","createdAt","all","push","join","CommentsRepository","data-cke","content","timezone","hasAttribute","has","ownerNode","fetch","users","plugins","warn","name","getCommentThreads","TrackChanges","Users","keys","timeZone","styleSheets","suggestions","text","then",".ck-content","get","resolvedOptions","DateTimeFormat","isResolved","indexOf","comments","trim","length","cssText","EDITOR_STYLES",":root","map","authorId","getSuggestions"];var s,i;s=r,i=173,function(t){for(;--t;)s.push(s.shift())}(++i);const c=function(t,e){return r[t-=0]};function a(){const t=[],e=[];for(const o of Array[c("0x20")](document[c("0xd")]))if(o[c("0x2")][c("0x0")](c("0x26")))for(const n of Array.from(o.cssRules))-1!==n.cssText[c("0x16")](c("0x11"))?t.push(n.cssText):-1!==n[c("0x1a")][c("0x16")](c("0x1c"))&&e[c("0x23")](n[c("0x1a")]);return t[c("0x19")]||console[c("0x6")]("The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet."),[...e,...t][c("0x24")](" ")[c("0x18")]()}function d(t){const e=t[c("0x5")][c("0x1")](c("0xa")),o=t[c("0x5")].has(c("0x25")),n=t[c("0x5")].has("TrackChanges"),r={};if(e&&o){const e=function(t){const e={};if(!t[c("0x19")])return e;for(const o of t)o.comments[c("0x1d")]((t=>{void 0===e[o.id]&&(e[o.id]=[]),e[o.id][c("0x23")]({author:t.author.name,content:t[c("0x27")],created:t[c("0x21")],is_resolved:o[c("0x15")]})}));return e}(t[c("0x5")].get(c("0x25"))[c("0x8")]({skipNotAttached:!0,skipEmpty:!0}));Object[c("0xb")](e).length&&(r[c("0x17")]=e)}if(e&&n){const e=t[c("0x5")][c("0x12")](c("0x9")),o=t[c("0x5")][c("0x12")]("Users"),n=function(t,e){const o={};if(!t[c("0x19")]||!e[c("0x19")])return o;for(const n of t)o[n.id]={author:e[c("0x12")](n[c("0x1e")])[c("0x7")],created:n[c("0x21")]};return o}(e[c("0x1f")]({toJSON:!0}),o[c("0x4")]);Object[c("0xb")](n)[c("0x19")]&&(r[c("0xe")]=n)}return(r.suggestions||r[c("0x17")])&&(r[c("0x28")]=(new(Intl[c("0x14")]))[c("0x13")]()[c("0xc")]),r}class l extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,o=e.t,n=t.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",r=t.converterOptions||{},s=e.plugins.get("ExportWord"),i=t.token||s._token,l=!1!==r.auto_pagination,u=t.dataCallback||(t=>t.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(t){if(!t)return new Promise((t=>t("")));const e=[];for(const o of t)c("0x1b")!==o?e.push(window[c("0x3")](o)[c("0x10")]((t=>t[c("0xf")]()))):e[c("0x23")](a());return Promise[c("0x22")](e)[c("0x10")]((t=>t[c("0x24")](" ").trim()))}(t.stylesheets||["EDITOR_STYLES"]).then((async o=>{const s=await u(e),c={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+s+"</div>",css:o,options:{...r,...d(e)}},a={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...i?{Authorization:i.value}:null},body:JSON.stringify(c)};return window.fetch(n,a).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((e=>{const o="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(e,o||"document.docx")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(o("An error occurred while generating the Word file.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const o=document.createElement("a");o.href=window.URL.createObjectURL(t),o.download=e,o.click(),o.remove()}}class u extends t.Plugin{static get pluginName(){return"ExportWord"}static get requires(){return["CloudServices",e.Notification]}init(){const t=this.editor,o=t.t,n=t.config.get("exportWord")||{};t.commands.add("exportWord",new l(t)),t.ui.componentFactory.add("exportWord",(r=>{const s=t.commands.get("exportWord"),i=new e.ButtonView(r),c=new e.SpinnerView;return i.set({label:o("Export to Word"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><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.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n',tooltip:!0}),i.children.add(c),i.bind("isOn","isEnabled").to(s,"isBusy","isEnabled"),c.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),this.listenTo(i,"execute",(()=>{t.execute("exportWord",n),t.editing.view.focus()})),i}));const r=t.plugins.get("CloudServices");!1===n.tokenUrl?this._token=null:n.tokenUrl?r.registerTokenUrl(n.tokenUrl).then((t=>{this._token=t})):this._token=r.token}}})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=n})();
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-export-word",
3
- "version": "40.2.0",
3
+ "version": "41.1.0",
4
4
  "description": "Export to Word feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -27,9 +27,10 @@
27
27
  "Word converter",
28
28
  "HTML to Word"
29
29
  ],
30
+ "type": "module",
30
31
  "main": "src/index.js",
31
32
  "dependencies": {
32
- "ckeditor5": "40.2.0"
33
+ "ckeditor5": "41.1.0"
33
34
  },
34
35
  "license": "SEE LICENSE IN LICENSE.md",
35
36
  "author": "CKSource (https://cksource.com/)",
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import type { ExportWordConfig, ExportWord, ExportWordCommand } from './index';
5
+ import type { ExportWordConfig, ExportWord, ExportWordCommand } from './index.js';
6
6
  declare module '@ckeditor/ckeditor5-core' {
7
7
  interface EditorConfig {
8
8
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module export-word/exportword
7
7
  * @publicApi
8
8
  */
9
- import { Plugin, type Editor } from 'ckeditor5/src/core';
10
- import { Notification } from 'ckeditor5/src/ui';
9
+ import { Plugin, type Editor } from 'ckeditor5/src/core.js';
10
+ import { Notification } from 'ckeditor5/src/ui.js';
11
11
  import type { InitializedToken, TokenUrl } from '@ckeditor/ckeditor5-cloud-services';
12
12
  /**
13
13
  * The export to Word feature.
package/src/exportword.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x18753b}from'ckeditor5/src/core';import{ButtonView as _0x2b20b1,Notification as _0x1aa785,SpinnerView as _0x11eb09}from'ckeditor5/src/ui';import _0x58c1ec from'./exportwordcommand';import _0x54a6e8 from'../theme/icons/exportword.svg';export default class d extends _0x18753b{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x1aa785];}['init'](){const _0x3d7b47=this['editor'],t=_0x3d7b47['t'],_0x46b3df=_0x3d7b47['config']['get']('exportWord')||{};_0x3d7b47['commands']['add']('exportWord',new _0x58c1ec(_0x3d7b47)),_0x3d7b47['ui']['componentFactory']['add']('exportWord',_0x3a1934=>{const _0x3874fa=_0x3d7b47['commands']['get']('exportWord'),_0x24cea1=new _0x2b20b1(_0x3a1934),_0x258cf7=new _0x11eb09();return _0x24cea1['set']({'label':t('Export\x20to\x20Word'),'icon':_0x54a6e8,'tooltip':!0x0}),_0x24cea1['children']['add'](_0x258cf7),_0x24cea1['bind']('isOn','isEnabled')['to'](_0x3874fa,'isBusy','isEnabled'),_0x258cf7['bind']('isVisible')['to'](_0x3874fa,'isBusy'),_0x24cea1['iconView']['bind']('isVisible')['to'](_0x3874fa,'isBusy',_0x5edf8d=>!_0x5edf8d),this['listenTo'](_0x24cea1,'execute',()=>{_0x3d7b47['execute']('exportWord',_0x46b3df),_0x3d7b47['editing']['view']['focus']();}),_0x24cea1;});const _0x150c4b=_0x3d7b47['plugins']['get']('CloudServices');!0x1===_0x46b3df['tokenUrl']?this['_token']=null:_0x46b3df['tokenUrl']?_0x150c4b['registerTokenUrl'](_0x46b3df['tokenUrl'])['then'](_0xa505ec=>{this['_token']=_0xa505ec;}):this['_token']=_0x150c4b['token'];}}
23
+ import{Plugin as _0x4d795d}from'ckeditor5/src/core.js';import{ButtonView as _0x356c1b,Notification as _0x76d730,SpinnerView as _0x6d90d0}from'ckeditor5/src/ui.js';import _0x2d3595 from'./exportwordcommand.js';import _0x42bf5f from'../theme/icons/exportword.svg';export default class d extends _0x4d795d{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x76d730];}['init'](){const _0x52a364=this['editor'],t=_0x52a364['t'],_0x5425b1=_0x52a364['config']['get']('exportWord')||{};_0x52a364['commands']['add']('exportWord',new _0x2d3595(_0x52a364)),_0x52a364['ui']['componentFactory']['add']('exportWord',_0x154a77=>{const _0x528b0d=_0x52a364['commands']['get']('exportWord'),_0x5de458=new _0x356c1b(_0x154a77),_0x4b116e=new _0x6d90d0();return _0x5de458['set']({'label':t('Export\x20to\x20Word'),'icon':_0x42bf5f,'tooltip':!0x0}),_0x5de458['children']['add'](_0x4b116e),_0x5de458['bind']('isOn','isEnabled')['to'](_0x528b0d,'isBusy','isEnabled'),_0x4b116e['bind']('isVisible')['to'](_0x528b0d,'isBusy'),_0x5de458['iconView']['bind']('isVisible')['to'](_0x528b0d,'isBusy',_0x356e5d=>!_0x356e5d),this['listenTo'](_0x5de458,'execute',()=>{_0x52a364['execute']('exportWord',_0x5425b1),_0x52a364['editing']['view']['focus']();}),_0x5de458;});const _0x10510c=_0x52a364['plugins']['get']('CloudServices');!0x1===_0x5425b1['tokenUrl']?this['_token']=null:_0x5425b1['tokenUrl']?_0x10510c['registerTokenUrl'](_0x5425b1['tokenUrl'])['then'](_0x265d5a=>{this['_token']=_0x265d5a;}):this['_token']=_0x10510c['token'];}}
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module export-word/exportwordcommand
7
7
  * @publicApi
8
8
  */
9
- import { Command, type Editor } from 'ckeditor5/src/core';
10
- import { type ExportWordConfig } from './exportword';
9
+ import { Command, type Editor } from 'ckeditor5/src/core.js';
10
+ import { type ExportWordConfig } from './exportword.js';
11
11
  /**
12
12
  * The export to Word command.
13
13
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x2e71ac}from'ckeditor5/src/core';import{getConverterOptions as _0x1d545e,getStyles as _0x38370d}from'./utils';export default class s extends _0x2e71ac{constructor(_0xfe0298){super(_0xfe0298),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x375fe5={}){const _0x416368=this['editor'],t=_0x416368['t'],_0x17c20f=_0x375fe5['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x27b3c5=_0x375fe5['converterOptions']||{},_0x4a4c6a=_0x416368['plugins']['get']('ExportWord'),_0x51cdbd=_0x375fe5['token']||_0x4a4c6a['_token'],_0xd9bcc0=!0x1!==_0x27b3c5['auto_pagination'],_0x27e8cb=_0x375fe5['dataCallback']||(_0x35e5c0=>_0x35e5c0['data']['get']({'pagination':_0xd9bcc0}));return this['isBusy']=!0x0,this['refresh'](),_0x38370d(_0x375fe5['stylesheets']||['EDITOR_STYLES'])['then'](async _0x4b3cec=>{const _0x1431ff=await _0x27e8cb(_0x416368),_0x18f561=this['_replaceSuggestionTypes'](_0x1431ff),_0x166684={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x416368['locale']['contentLanguageDirection']+'\x22>'+_0x18f561+'</div>','css':_0x4b3cec,'options':{..._0x27b3c5,..._0x1d545e(_0x416368)}},_0x5c14e0={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x51cdbd?{'Authorization':_0x51cdbd['value']}:null},'body':JSON['stringify'](_0x166684)};return window['fetch'](_0x17c20f,_0x5c14e0)['then'](_0x42e4df=>{if(0xc8!==_0x42e4df['status'])throw _0x42e4df;return _0x42e4df['blob']();})['then'](_0x235b5d=>{const _0x1dfd6c='function'==typeof _0x375fe5['fileName']?_0x375fe5['fileName']():_0x375fe5['fileName'];this['_downloadFile'](_0x235b5d,_0x1dfd6c||'document.docx');});})['catch'](_0x5301f5=>{throw _0x416368['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x5301f5;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_replaceSuggestionTypes'](_0xb94f9e){if(!_0xb94f9e)return _0xb94f9e;const _0x39b6e3=(_0x45720e,_0x2f5fe7,_0x4dd05d)=>'attribute'===_0x4dd05d?_0x2f5fe7+'formatInline:':_0x45720e;return _0xb94f9e['replace'](/<suggestion-(start|end) name="(.*?):/g,(_0x5b7455,_0x4575da,_0x43193a)=>_0x39b6e3(_0x5b7455,'<suggestion-'+_0x4575da+'\x20name=\x22',_0x43193a))['replace'](/data-suggestion-(start|end)-(before|after)="(.*?):/g,(_0x461e3a,_0x31e659,_0x1ed540,_0x2ecfa8)=>_0x39b6e3(_0x461e3a,'data-suggestion-'+_0x31e659+'-'+_0x1ed540+'=\x22',_0x2ecfa8));}['_downloadFile'](_0x5bac11,_0x466e92){const _0x300a73=document['createElement']('a');_0x300a73['href']=window['URL']['createObjectURL'](_0x5bac11),_0x300a73['download']=_0x466e92,_0x300a73['click'](),_0x300a73['remove']();}}
23
+ import{Command as _0x3e63bd}from'ckeditor5/src/core.js';import{getStyles as _0x4bd2db,getConverterOptions as _0x2f53ac}from'./utils.js';export default class i extends _0x3e63bd{constructor(_0x3e8461){super(_0x3e8461),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x6b4788={}){const _0x1e8d10=this['editor'],t=_0x1e8d10['t'],_0xab77cd=_0x6b4788['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x8fc8cf=_0x6b4788['converterOptions']||{},_0x45cf90=_0x1e8d10['plugins']['get']('ExportWord'),_0x4575d9=_0x6b4788['token']||_0x45cf90['_token'],_0x27e301=!0x1!==_0x8fc8cf['auto_pagination'],_0x589171=_0x6b4788['dataCallback']||(_0x243124=>_0x243124['data']['get']({'pagination':_0x27e301}));return this['isBusy']=!0x0,this['refresh'](),_0x4bd2db(_0x6b4788['stylesheets']||['EDITOR_STYLES'])['then'](async _0xa31a98=>{const _0x3c362b=await _0x589171(_0x1e8d10),_0x1f5df1={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x1e8d10['locale']['contentLanguageDirection']+'\x22>'+_0x3c362b+'</div>','css':_0xa31a98,'options':{..._0x8fc8cf,..._0x2f53ac(_0x1e8d10)}},_0x3fc161={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x4575d9?{'Authorization':_0x4575d9['value']}:null},'body':JSON['stringify'](_0x1f5df1)};return window['fetch'](_0xab77cd,_0x3fc161)['then'](_0x85974e=>{if(0xc8!==_0x85974e['status'])throw _0x85974e;return _0x85974e['blob']();})['then'](_0x55c513=>{const _0x4be752='function'==typeof _0x6b4788['fileName']?_0x6b4788['fileName']():_0x6b4788['fileName'];this['_downloadFile'](_0x55c513,_0x4be752||'document.docx');});})['catch'](_0x23ed15=>{throw _0x1e8d10['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x23ed15;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x484429,_0x3d43f7){const _0x27b6f3=document['createElement']('a');_0x27b6f3['href']=window['URL']['createObjectURL'](_0x484429),_0x27b6f3['download']=_0x3d43f7,_0x27b6f3['click'](),_0x27b6f3['remove']();}}
package/src/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  /**
6
6
  * @module export-word
7
7
  */
8
- export { default as ExportWord, type ExportWordConfig } from './exportword';
9
- export type { default as ExportWordCommand } from './exportwordcommand';
10
- import './augmentation';
8
+ export { default as ExportWord, type ExportWordConfig } from './exportword.js';
9
+ export type { default as ExportWordCommand } from './exportwordcommand.js';
10
+ import './augmentation.js';
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export{default as ExportWord}from'./exportword';import'./augmentation';
23
+ export{default as ExportWord}from'./exportword.js';import'./augmentation.js';
package/src/utils.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
- import type { Editor } from 'ckeditor5/src/core';
6
- import type { Collection } from 'ckeditor5/src/utils';
7
- import type { ExportWordConverterOptions, ExportWordConverterCommentsOption, ExportWordConverterSuggestionsOption } from './exportword';
5
+ import type { Editor } from 'ckeditor5/src/core.js';
6
+ import type { Collection } from 'ckeditor5/src/utils.js';
7
+ import type { ExportWordConverterOptions, ExportWordConverterCommentsOption, ExportWordConverterSuggestionsOption } from './exportword.js';
8
8
  import type { CommentThread } from '@ckeditor/ckeditor5-comments';
9
9
  import type { SuggestionJSON } from '@ckeditor/ckeditor5-track-changes';
10
10
  import type { User } from '@ckeditor/ckeditor5-collaboration-core';
package/src/utils.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3381=['timeZone','data-cke','CommentsRepository','map','get','content','then','keys','timezone','author','name','from','ownerNode','warn','The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.','plugins','EDITOR_STYLES','cssText','resolvedOptions','TrackChanges','suggestions','comments','length','authorId','indexOf','all','push','getSuggestions','trim','Users','createdAt','has','.ck-content','getCommentThreads'];(function(_0x1f4c7b,_0x3381b2){const _0x3a837e=function(_0x22a80b){while(--_0x22a80b){_0x1f4c7b['push'](_0x1f4c7b['shift']());}};_0x3a837e(++_0x3381b2);}(_0x3381,0x6c));const _0x3a83=function(_0x1f4c7b,_0x3381b2){_0x1f4c7b=_0x1f4c7b-0x0;let _0x3a837e=_0x3381[_0x1f4c7b];return _0x3a837e;};export function getStyles(_0x23e17b){if(!_0x23e17b)return new Promise(_0xa3e09d=>_0xa3e09d(''));const _0x356a32=[];for(const _0x53628f of _0x23e17b)_0x3a83('0xa')!==_0x53628f?_0x356a32[_0x3a83('0x14')](window['fetch'](_0x53628f)[_0x3a83('0x0')](_0x5e643f=>_0x5e643f['text']())):_0x356a32['push'](u());return Promise[_0x3a83('0x13')](_0x356a32)['then'](_0x367810=>_0x367810['join']('\x20')['trim']());}function u(){const _0x2e2ffc=[],_0x167bde=[];for(const _0x4fabc6 of Array[_0x3a83('0x5')](document['styleSheets'])){if(_0x4fabc6[_0x3a83('0x6')]['hasAttribute'](_0x3a83('0x1d')))for(const _0x22ae2c of Array[_0x3a83('0x5')](_0x4fabc6['cssRules']))-0x1!==_0x22ae2c[_0x3a83('0xb')][_0x3a83('0x12')](_0x3a83('0x1a'))?_0x2e2ffc[_0x3a83('0x14')](_0x22ae2c[_0x3a83('0xb')]):-0x1!==_0x22ae2c[_0x3a83('0xb')][_0x3a83('0x12')](':root')&&_0x167bde[_0x3a83('0x14')](_0x22ae2c[_0x3a83('0xb')]);}return _0x2e2ffc[_0x3a83('0x10')]||console[_0x3a83('0x7')](_0x3a83('0x8')),[..._0x167bde,..._0x2e2ffc]['join']('\x20')[_0x3a83('0x16')]();}export function getConverterOptions(_0x362471){const _0x1be70f=_0x362471[_0x3a83('0x9')][_0x3a83('0x19')](_0x3a83('0x17')),_0x5c9695=_0x362471[_0x3a83('0x9')][_0x3a83('0x19')](_0x3a83('0x1e')),_0x4d7a8d=_0x362471[_0x3a83('0x9')]['has'](_0x3a83('0xd')),_0x3651c7={};if(_0x1be70f&&_0x5c9695){const _0x8be854=getComments(_0x362471[_0x3a83('0x9')][_0x3a83('0x20')](_0x3a83('0x1e'))[_0x3a83('0x1b')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x3a83('0x1')](_0x8be854)['length']&&(_0x3651c7[_0x3a83('0xf')]=_0x8be854);}if(_0x1be70f&&_0x4d7a8d){const _0x410a65=_0x362471['plugins']['get'](_0x3a83('0xd')),_0x11d486=_0x362471[_0x3a83('0x9')][_0x3a83('0x20')](_0x3a83('0x17')),_0x2a1728=getSuggestions(_0x410a65[_0x3a83('0x15')]({'toJSON':!0x0}),_0x11d486['users']);Object[_0x3a83('0x1')](_0x2a1728)[_0x3a83('0x10')]&&(_0x3651c7[_0x3a83('0xe')]=_0x2a1728);}return(_0x3651c7['suggestions']||_0x3651c7[_0x3a83('0xf')])&&(_0x3651c7[_0x3a83('0x2')]=new Intl['DateTimeFormat']()[_0x3a83('0xc')]()[_0x3a83('0x1c')]),_0x3651c7;}export function getComments(_0x1c3e9e){const _0x388dac={};if(!_0x1c3e9e[_0x3a83('0x10')])return _0x388dac;for(const _0x1e7e53 of _0x1c3e9e)_0x1e7e53[_0x3a83('0xf')][_0x3a83('0x1f')](_0x4e46ee=>{void 0x0===_0x388dac[_0x1e7e53['id']]&&(_0x388dac[_0x1e7e53['id']]=[]),_0x388dac[_0x1e7e53['id']][_0x3a83('0x14')]({'author':_0x4e46ee[_0x3a83('0x3')][_0x3a83('0x4')],'content':_0x4e46ee[_0x3a83('0x21')],'created':_0x4e46ee[_0x3a83('0x18')],'is_resolved':_0x1e7e53['isResolved']});});return _0x388dac;}export function getSuggestions(_0x3ce299,_0x30a5ee){const _0x3181a7={};if(!_0x3ce299[_0x3a83('0x10')]||!_0x30a5ee[_0x3a83('0x10')])return _0x3181a7;for(const _0x4bd1a9 of _0x3ce299)_0x3181a7[_0x4bd1a9['id']]={'author':_0x30a5ee[_0x3a83('0x20')](_0x4bd1a9[_0x3a83('0x11')])['name'],'created':_0x4bd1a9['createdAt']};return _0x3181a7;}
23
+ const _0x17f4=['from','createdAt','all','push','join','CommentsRepository','data-cke','content','timezone','hasAttribute','has','ownerNode','fetch','users','plugins','warn','name','getCommentThreads','TrackChanges','Users','keys','timeZone','styleSheets','suggestions','text','then','.ck-content','get','resolvedOptions','DateTimeFormat','isResolved','indexOf','comments','trim','length','cssText','EDITOR_STYLES',':root','map','authorId','getSuggestions'];(function(_0x118935,_0x17f443){const _0x6eef7c=function(_0x28aad5){while(--_0x28aad5){_0x118935['push'](_0x118935['shift']());}};_0x6eef7c(++_0x17f443);}(_0x17f4,0xad));const _0x6eef=function(_0x118935,_0x17f443){_0x118935=_0x118935-0x0;let _0x6eef7c=_0x17f4[_0x118935];return _0x6eef7c;};export function getStyles(_0x460d54){if(!_0x460d54)return new Promise(_0x2869c0=>_0x2869c0(''));const _0x47e0df=[];for(const _0x3676de of _0x460d54)_0x6eef('0x1b')!==_0x3676de?_0x47e0df['push'](window[_0x6eef('0x3')](_0x3676de)[_0x6eef('0x10')](_0x5de2e3=>_0x5de2e3[_0x6eef('0xf')]())):_0x47e0df[_0x6eef('0x23')](u());return Promise[_0x6eef('0x22')](_0x47e0df)[_0x6eef('0x10')](_0x280dcd=>_0x280dcd[_0x6eef('0x24')]('\x20')['trim']());}function u(){const _0x19a300=[],_0x3bd879=[];for(const _0x52accc of Array[_0x6eef('0x20')](document[_0x6eef('0xd')])){if(_0x52accc[_0x6eef('0x2')][_0x6eef('0x0')](_0x6eef('0x26')))for(const _0x95bb1f of Array['from'](_0x52accc['cssRules']))-0x1!==_0x95bb1f['cssText'][_0x6eef('0x16')](_0x6eef('0x11'))?_0x19a300['push'](_0x95bb1f['cssText']):-0x1!==_0x95bb1f[_0x6eef('0x1a')][_0x6eef('0x16')](_0x6eef('0x1c'))&&_0x3bd879[_0x6eef('0x23')](_0x95bb1f[_0x6eef('0x1a')]);}return _0x19a300[_0x6eef('0x19')]||console[_0x6eef('0x6')]('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0x3bd879,..._0x19a300][_0x6eef('0x24')]('\x20')[_0x6eef('0x18')]();}export function getConverterOptions(_0x238da8){const _0x41cdf0=_0x238da8[_0x6eef('0x5')][_0x6eef('0x1')](_0x6eef('0xa')),_0x19256f=_0x238da8[_0x6eef('0x5')]['has'](_0x6eef('0x25')),_0x17f243=_0x238da8[_0x6eef('0x5')]['has']('TrackChanges'),_0x5a3845={};if(_0x41cdf0&&_0x19256f){const _0x48f026=getComments(_0x238da8[_0x6eef('0x5')]['get'](_0x6eef('0x25'))[_0x6eef('0x8')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x6eef('0xb')](_0x48f026)['length']&&(_0x5a3845[_0x6eef('0x17')]=_0x48f026);}if(_0x41cdf0&&_0x17f243){const _0x3ffd4a=_0x238da8[_0x6eef('0x5')][_0x6eef('0x12')](_0x6eef('0x9')),_0x3f3d94=_0x238da8[_0x6eef('0x5')][_0x6eef('0x12')]('Users'),_0x410b93=getSuggestions(_0x3ffd4a[_0x6eef('0x1f')]({'toJSON':!0x0}),_0x3f3d94[_0x6eef('0x4')]);Object[_0x6eef('0xb')](_0x410b93)[_0x6eef('0x19')]&&(_0x5a3845[_0x6eef('0xe')]=_0x410b93);}return(_0x5a3845['suggestions']||_0x5a3845[_0x6eef('0x17')])&&(_0x5a3845[_0x6eef('0x28')]=new Intl[(_0x6eef('0x14'))]()[_0x6eef('0x13')]()[_0x6eef('0xc')]),_0x5a3845;}export function getComments(_0x276a73){const _0x4c5bc3={};if(!_0x276a73[_0x6eef('0x19')])return _0x4c5bc3;for(const _0x20b6ef of _0x276a73)_0x20b6ef['comments'][_0x6eef('0x1d')](_0x4b0455=>{void 0x0===_0x4c5bc3[_0x20b6ef['id']]&&(_0x4c5bc3[_0x20b6ef['id']]=[]),_0x4c5bc3[_0x20b6ef['id']][_0x6eef('0x23')]({'author':_0x4b0455['author']['name'],'content':_0x4b0455[_0x6eef('0x27')],'created':_0x4b0455[_0x6eef('0x21')],'is_resolved':_0x20b6ef[_0x6eef('0x15')]});});return _0x4c5bc3;}export function getSuggestions(_0x1b49bc,_0xa330fe){const _0x536b57={};if(!_0x1b49bc[_0x6eef('0x19')]||!_0xa330fe[_0x6eef('0x19')])return _0x536b57;for(const _0x4a2e36 of _0x1b49bc)_0x536b57[_0x4a2e36['id']]={'author':_0xa330fe[_0x6eef('0x12')](_0x4a2e36[_0x6eef('0x1e')])[_0x6eef('0x7')],'created':_0x4a2e36[_0x6eef('0x21')]};return _0x536b57;}