@ckeditor/ckeditor5-export-word 40.1.0 → 41.0.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 s=t[n]={exports:{}};return e[n](s,s.exports,o),s.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:()=>u});var e=o(704),t=o(273);const r=["indexOf","then","cssText","resolvedOptions","users","Users","fetch","timeZone","author","comments","name","keys","isResolved","createdAt","getSuggestions","DateTimeFormat","has","cssRules","hasAttribute","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.","styleSheets",":root","all","CommentsRepository","TrackChanges","push","get","suggestions","plugins","content","getCommentThreads","length","join","data-cke","from","text"];var s,i;s=r,i=408,function(e){for(;--e;)s.push(s.shift())}(++i);const a=function(e,t){return r[e-=0]};function c(){const e=[],t=[];for(const o of Array[a("0x16")](document[a("0x8")]))if(o.ownerNode[a("0x6")](a("0x15")))for(const n of Array[a("0x16")](o[a("0x5")]))-1!==n[a("0x1a")].indexOf(".ck-content")?e[a("0xd")](n[a("0x1a")]):-1!==n[a("0x1a")][a("0x18")](a("0x9"))&&t.push(n[a("0x1a")]);return e.length||console.warn(a("0x7")),[...t,...e][a("0x14")](" ").trim()}function d(e){const t=e.plugins[a("0x4")]("Users"),o=e[a("0x10")][a("0x4")](a("0xb")),n=e.plugins.has(a("0xc")),r={};if(t&&o){const t=function(e){const t={};if(!e.length)return t;for(const o of e)o[a("0x21")].map((e=>{void 0===t[o.id]&&(t[o.id]=[]),t[o.id][a("0xd")]({author:e[a("0x20")][a("0x22")],content:e[a("0x11")],created:e[a("0x1")],is_resolved:o[a("0x0")]})}));return t}(e[a("0x10")].get(a("0xb"))[a("0x12")]({skipNotAttached:!0,skipEmpty:!0}));Object[a("0x23")](t)[a("0x13")]&&(r.comments=t)}if(t&&n){const t=e[a("0x10")][a("0xe")](a("0xc")),o=e[a("0x10")][a("0xe")](a("0x1d")),n=function(e,t){const o={};if(!e.length||!t[a("0x13")])return o;for(const n of e)o[n.id]={author:t[a("0xe")](n.authorId)[a("0x22")],created:n.createdAt};return o}(t[a("0x2")]({toJSON:!0}),o[a("0x1c")]);Object.keys(n).length&&(r[a("0xf")]=n)}return(r[a("0xf")]||r[a("0x21")])&&(r.timezone=(new(Intl[a("0x3")]))[a("0x1b")]()[a("0x1f")]),r}class l 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||{},s=t.plugins.get("ExportWord"),i=e.token||s._token,l=!1!==r.auto_pagination,u=e.dataCallback||(e=>e.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(e){if(!e)return new Promise((e=>e("")));const t=[];for(const o of e)"EDITOR_STYLES"!==o?t[a("0xd")](window[a("0x1e")](o).then((e=>e[a("0x17")]()))):t.push(c());return Promise[a("0xa")](t)[a("0x19")]((e=>e[a("0x14")](" ").trim()))}(e.stylesheets||["EDITOR_STYLES"]).then((async o=>{const s=await u(t),a=this._replaceSuggestionTypes(s),c={html:'<div class="ck-content" dir="'+t.locale.contentLanguageDirection+'">'+a+"</div>",css:o,options:{...r,...d(t)}},l={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...i?{Authorization:i.value}:null},body:JSON.stringify(c)};return window.fetch(n,l).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 u 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 l(e)),e.ui.componentFactory.add("exportWord",(r=>{const s=e.commands.get("exportWord"),i=new t.ButtonView(r),a=new t.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(a),i.bind("isOn","isEnabled").to(s,"isBusy","isEnabled"),a.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(e=>!e)),this.listenTo(i,"execute",(()=>{e.execute("exportWord",n),e.editing.view.focus()})),i}));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={704:(t,e,o)=>{t.exports=o(79)("./src/core.js")},273:(t,e,o)=>{t.exports=o(79)("./src/ui.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function o(n){var r=e[n];if(void 0!==r)return r.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,o),i.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(704),e=o(273);const r=["createdAt","from","trim","getSuggestions","warn","CommentsRepository","keys","timeZone","cssText","EDITOR_STYLES","hasAttribute","styleSheets","push",".ck-content","join","get","authorId","resolvedOptions","indexOf","all","ownerNode","has","length","comments","then","map","author","data-cke","TrackChanges","plugins","timezone","Users","name","DateTimeFormat","suggestions"];var i,s;i=r,s=247,function(t){for(;--t;)i.push(i.shift())}(++s);const c=function(t,e){return r[t-=0]};function a(){const t=[],e=[];for(const o of Array[c("0x22")](document[c("0x9")]))if(o[c("0x12")][c("0x8")](c("0x19")))for(const n of Array[c("0x22")](o.cssRules))-1!==n.cssText[c("0x10")](c("0xb"))?t.push(n[c("0x6")]):-1!==n[c("0x6")][c("0x10")](":root")&&e.push(n.cssText);return t[c("0x14")]||console[c("0x2")]("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("0xc")](" ")[c("0x0")]()}function d(t){const e=t[c("0x1b")][c("0x13")](c("0x1d")),o=t[c("0x1b")][c("0x13")]("CommentsRepository"),n=t[c("0x1b")][c("0x13")](c("0x1a")),r={};if(e&&o){const e=function(t){const e={};if(!t[c("0x14")])return e;for(const o of t)o.comments[c("0x17")]((t=>{void 0===e[o.id]&&(e[o.id]=[]),e[o.id][c("0xa")]({author:t[c("0x18")][c("0x1e")],content:t.content,created:t.createdAt,is_resolved:o.isResolved})}));return e}(t[c("0x1b")][c("0xd")](c("0x3")).getCommentThreads({skipNotAttached:!0,skipEmpty:!0}));Object[c("0x4")](e)[c("0x14")]&&(r.comments=e)}if(e&&n){const e=t[c("0x1b")][c("0xd")](c("0x1a")),o=t[c("0x1b")][c("0xd")](c("0x1d")),n=function(t,e){const o={};if(!t.length||!e[c("0x14")])return o;for(const n of t)o[n.id]={author:e[c("0xd")](n[c("0xe")])[c("0x1e")],created:n[c("0x21")]};return o}(e[c("0x1")]({toJSON:!0}),o.users);Object[c("0x4")](n).length&&(r[c("0x20")]=n)}return(r[c("0x20")]||r[c("0x15")])&&(r[c("0x1c")]=(new(Intl[c("0x1f")]))[c("0xf")]()[c("0x5")]),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||{},i=e.plugins.get("ExportWord"),s=t.token||i._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("0x7")!==o?e[c("0xa")](window.fetch(o)[c("0x16")]((t=>t.text()))):e.push(a());return Promise[c("0x11")](e)[c("0x16")]((t=>t.join(" ")[c("0x0")]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async o=>{const i=await u(e),c={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+i+"</div>",css:o,options:{...r,...d(e)}},a={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...s?{Authorization:s.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 i=t.commands.get("exportWord"),s=new e.ButtonView(r),c=new e.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(c),s.bind("isOn","isEnabled").to(i,"isBusy","isEnabled"),c.bind("isVisible").to(i,"isBusy"),s.iconView.bind("isVisible").to(i,"isBusy",(t=>!t)),this.listenTo(s,"execute",(()=>{t.execute("exportWord",n),t.editing.view.focus()})),s}));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.1.0",
3
+ "version": "41.0.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.1.0"
33
+ "ckeditor5": "41.0.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 _0x36456e}from'ckeditor5/src/core';import{ButtonView as _0x2b197a,Notification as _0x20a568,SpinnerView as _0xc1871b}from'ckeditor5/src/ui';import _0x3f820d from'./exportwordcommand';import _0x3b872a from'../theme/icons/exportword.svg';export default class d extends _0x36456e{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x20a568];}['init'](){const _0x3b6c16=this['editor'],t=_0x3b6c16['t'],_0x495ddc=_0x3b6c16['config']['get']('exportWord')||{};_0x3b6c16['commands']['add']('exportWord',new _0x3f820d(_0x3b6c16)),_0x3b6c16['ui']['componentFactory']['add']('exportWord',_0x4453b8=>{const _0x1776db=_0x3b6c16['commands']['get']('exportWord'),_0x25cc02=new _0x2b197a(_0x4453b8),_0x51e114=new _0xc1871b();return _0x25cc02['set']({'label':t('Export\x20to\x20Word'),'icon':_0x3b872a,'tooltip':!0x0}),_0x25cc02['children']['add'](_0x51e114),_0x25cc02['bind']('isOn','isEnabled')['to'](_0x1776db,'isBusy','isEnabled'),_0x51e114['bind']('isVisible')['to'](_0x1776db,'isBusy'),_0x25cc02['iconView']['bind']('isVisible')['to'](_0x1776db,'isBusy',_0x3bcefc=>!_0x3bcefc),this['listenTo'](_0x25cc02,'execute',()=>{_0x3b6c16['execute']('exportWord',_0x495ddc),_0x3b6c16['editing']['view']['focus']();}),_0x25cc02;});const _0x578850=_0x3b6c16['plugins']['get']('CloudServices');!0x1===_0x495ddc['tokenUrl']?this['_token']=null:_0x495ddc['tokenUrl']?_0x578850['registerTokenUrl'](_0x495ddc['tokenUrl'])['then'](_0x233011=>{this['_token']=_0x233011;}):this['_token']=_0x578850['token'];}}
23
+ import{Plugin as _0x5177ac}from'ckeditor5/src/core.js';import{ButtonView as _0x11dfcb,Notification as _0x22f8ea,SpinnerView as _0x21e0df}from'ckeditor5/src/ui.js';import _0x41fd23 from'./exportwordcommand.js';import _0x4a08ab from'../theme/icons/exportword.svg';export default class d extends _0x5177ac{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x22f8ea];}['init'](){const _0x23e78a=this['editor'],t=_0x23e78a['t'],_0xa2c229=_0x23e78a['config']['get']('exportWord')||{};_0x23e78a['commands']['add']('exportWord',new _0x41fd23(_0x23e78a)),_0x23e78a['ui']['componentFactory']['add']('exportWord',_0x1d4f2a=>{const _0x3543be=_0x23e78a['commands']['get']('exportWord'),_0x574df4=new _0x11dfcb(_0x1d4f2a),_0x3f8339=new _0x21e0df();return _0x574df4['set']({'label':t('Export\x20to\x20Word'),'icon':_0x4a08ab,'tooltip':!0x0}),_0x574df4['children']['add'](_0x3f8339),_0x574df4['bind']('isOn','isEnabled')['to'](_0x3543be,'isBusy','isEnabled'),_0x3f8339['bind']('isVisible')['to'](_0x3543be,'isBusy'),_0x574df4['iconView']['bind']('isVisible')['to'](_0x3543be,'isBusy',_0x3e953f=>!_0x3e953f),this['listenTo'](_0x574df4,'execute',()=>{_0x23e78a['execute']('exportWord',_0xa2c229),_0x23e78a['editing']['view']['focus']();}),_0x574df4;});const _0x3e3478=_0x23e78a['plugins']['get']('CloudServices');!0x1===_0xa2c229['tokenUrl']?this['_token']=null:_0xa2c229['tokenUrl']?_0x3e3478['registerTokenUrl'](_0xa2c229['tokenUrl'])['then'](_0x2c7cc9=>{this['_token']=_0x2c7cc9;}):this['_token']=_0x3e3478['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 _0x53fcab}from'ckeditor5/src/core';import{getConverterOptions as _0x50bd13,getStyles as _0x2e516c}from'./utils';export default class s extends _0x53fcab{constructor(_0x28e12e){super(_0x28e12e),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x20e7d9={}){const _0xeed830=this['editor'],t=_0xeed830['t'],_0x4bc2b1=_0x20e7d9['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x104dfb=_0x20e7d9['converterOptions']||{},_0x21e344=_0xeed830['plugins']['get']('ExportWord'),_0x5a7880=_0x20e7d9['token']||_0x21e344['_token'],_0x17e071=!0x1!==_0x104dfb['auto_pagination'],_0x3398d9=_0x20e7d9['dataCallback']||(_0x3b1f83=>_0x3b1f83['data']['get']({'pagination':_0x17e071}));return this['isBusy']=!0x0,this['refresh'](),_0x2e516c(_0x20e7d9['stylesheets']||['EDITOR_STYLES'])['then'](async _0x11aacc=>{const _0xa4ddc3=await _0x3398d9(_0xeed830),_0x1dd071=this['_replaceSuggestionTypes'](_0xa4ddc3),_0x2153e7={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0xeed830['locale']['contentLanguageDirection']+'\x22>'+_0x1dd071+'</div>','css':_0x11aacc,'options':{..._0x104dfb,..._0x50bd13(_0xeed830)}},_0x44be5a={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x5a7880?{'Authorization':_0x5a7880['value']}:null},'body':JSON['stringify'](_0x2153e7)};return window['fetch'](_0x4bc2b1,_0x44be5a)['then'](_0x125439=>{if(0xc8!==_0x125439['status'])throw _0x125439;return _0x125439['blob']();})['then'](_0x233cd0=>{const _0x333f0e='function'==typeof _0x20e7d9['fileName']?_0x20e7d9['fileName']():_0x20e7d9['fileName'];this['_downloadFile'](_0x233cd0,_0x333f0e||'document.docx');});})['catch'](_0x1b3264=>{throw _0xeed830['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x1b3264;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_replaceSuggestionTypes'](_0x31ad7e){if(!_0x31ad7e)return _0x31ad7e;const _0x398330=(_0xc87d9,_0x27bfdf,_0x92fb6e)=>'attribute'===_0x92fb6e?_0x27bfdf+'formatInline:':_0xc87d9;return _0x31ad7e['replace'](/<suggestion-(start|end) name="(.*?):/g,(_0x25a351,_0x386e72,_0x540d16)=>_0x398330(_0x25a351,'<suggestion-'+_0x386e72+'\x20name=\x22',_0x540d16))['replace'](/data-suggestion-(start|end)-(before|after)="(.*?):/g,(_0x14c9e9,_0x106e83,_0x3132a4,_0x120c3f)=>_0x398330(_0x14c9e9,'data-suggestion-'+_0x106e83+'-'+_0x3132a4+'=\x22',_0x120c3f));}['_downloadFile'](_0x1a8900,_0x5cde32){const _0x1ce8c1=document['createElement']('a');_0x1ce8c1['href']=window['URL']['createObjectURL'](_0x1a8900),_0x1ce8c1['download']=_0x5cde32,_0x1ce8c1['click'](),_0x1ce8c1['remove']();}}
23
+ import{Command as _0x4e8aac}from'ckeditor5/src/core.js';import{getStyles as _0x27b353,getConverterOptions as _0x50718b}from'./utils.js';export default class i extends _0x4e8aac{constructor(_0x329bb4){super(_0x329bb4),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x15a157={}){const _0xc382f1=this['editor'],t=_0xc382f1['t'],_0x4f3f5e=_0x15a157['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x2b04bf=_0x15a157['converterOptions']||{},_0x123eb1=_0xc382f1['plugins']['get']('ExportWord'),_0x4a5078=_0x15a157['token']||_0x123eb1['_token'],_0x4cf85a=!0x1!==_0x2b04bf['auto_pagination'],_0xf7dfeb=_0x15a157['dataCallback']||(_0x2b59c2=>_0x2b59c2['data']['get']({'pagination':_0x4cf85a}));return this['isBusy']=!0x0,this['refresh'](),_0x27b353(_0x15a157['stylesheets']||['EDITOR_STYLES'])['then'](async _0x4fae69=>{const _0x1e78cb=await _0xf7dfeb(_0xc382f1),_0x114554={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0xc382f1['locale']['contentLanguageDirection']+'\x22>'+_0x1e78cb+'</div>','css':_0x4fae69,'options':{..._0x2b04bf,..._0x50718b(_0xc382f1)}},_0xb0d41c={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x4a5078?{'Authorization':_0x4a5078['value']}:null},'body':JSON['stringify'](_0x114554)};return window['fetch'](_0x4f3f5e,_0xb0d41c)['then'](_0x5f5824=>{if(0xc8!==_0x5f5824['status'])throw _0x5f5824;return _0x5f5824['blob']();})['then'](_0x4d9c68=>{const _0x57409d='function'==typeof _0x15a157['fileName']?_0x15a157['fileName']():_0x15a157['fileName'];this['_downloadFile'](_0x4d9c68,_0x57409d||'document.docx');});})['catch'](_0xafd671=>{throw _0xc382f1['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0xafd671;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x47f77b,_0x3f5514){const _0x3a4dce=document['createElement']('a');_0x3a4dce['href']=window['URL']['createObjectURL'](_0x47f77b),_0x3a4dce['download']=_0x3f5514,_0x3a4dce['click'](),_0x3a4dce['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 _0xc9a2=['indexOf','then','cssText','resolvedOptions','users','Users','fetch','timeZone','author','comments','name','keys','isResolved','createdAt','getSuggestions','DateTimeFormat','has','cssRules','hasAttribute','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.','styleSheets',':root','all','CommentsRepository','TrackChanges','push','get','suggestions','plugins','content','getCommentThreads','length','join','data-cke','from','text'];(function(_0x496a18,_0xc9a24f){const _0x3991fc=function(_0x176bb0){while(--_0x176bb0){_0x496a18['push'](_0x496a18['shift']());}};_0x3991fc(++_0xc9a24f);}(_0xc9a2,0x198));const _0x3991=function(_0x496a18,_0xc9a24f){_0x496a18=_0x496a18-0x0;let _0x3991fc=_0xc9a2[_0x496a18];return _0x3991fc;};export function getStyles(_0x586edc){if(!_0x586edc)return new Promise(_0x43ba86=>_0x43ba86(''));const _0x1b4157=[];for(const _0x4b86c3 of _0x586edc)'EDITOR_STYLES'!==_0x4b86c3?_0x1b4157[_0x3991('0xd')](window[_0x3991('0x1e')](_0x4b86c3)['then'](_0x4f85cc=>_0x4f85cc[_0x3991('0x17')]())):_0x1b4157['push'](u());return Promise[_0x3991('0xa')](_0x1b4157)[_0x3991('0x19')](_0x4f0af7=>_0x4f0af7[_0x3991('0x14')]('\x20')['trim']());}function u(){const _0x3bca3b=[],_0x42160=[];for(const _0x451ec3 of Array[_0x3991('0x16')](document[_0x3991('0x8')])){if(_0x451ec3['ownerNode'][_0x3991('0x6')](_0x3991('0x15')))for(const _0x5ea3ee of Array[_0x3991('0x16')](_0x451ec3[_0x3991('0x5')]))-0x1!==_0x5ea3ee[_0x3991('0x1a')]['indexOf']('.ck-content')?_0x3bca3b[_0x3991('0xd')](_0x5ea3ee[_0x3991('0x1a')]):-0x1!==_0x5ea3ee[_0x3991('0x1a')][_0x3991('0x18')](_0x3991('0x9'))&&_0x42160['push'](_0x5ea3ee[_0x3991('0x1a')]);}return _0x3bca3b['length']||console['warn'](_0x3991('0x7')),[..._0x42160,..._0x3bca3b][_0x3991('0x14')]('\x20')['trim']();}export function getConverterOptions(_0x578b93){const _0x32595d=_0x578b93['plugins'][_0x3991('0x4')]('Users'),_0x4940ed=_0x578b93[_0x3991('0x10')][_0x3991('0x4')](_0x3991('0xb')),_0x3ed76a=_0x578b93['plugins']['has'](_0x3991('0xc')),_0xc10b72={};if(_0x32595d&&_0x4940ed){const _0x24fa9c=getComments(_0x578b93[_0x3991('0x10')]['get'](_0x3991('0xb'))[_0x3991('0x12')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x3991('0x23')](_0x24fa9c)[_0x3991('0x13')]&&(_0xc10b72['comments']=_0x24fa9c);}if(_0x32595d&&_0x3ed76a){const _0x5d8421=_0x578b93[_0x3991('0x10')][_0x3991('0xe')](_0x3991('0xc')),_0x591535=_0x578b93[_0x3991('0x10')][_0x3991('0xe')](_0x3991('0x1d')),_0xad58bf=getSuggestions(_0x5d8421[_0x3991('0x2')]({'toJSON':!0x0}),_0x591535[_0x3991('0x1c')]);Object['keys'](_0xad58bf)['length']&&(_0xc10b72[_0x3991('0xf')]=_0xad58bf);}return(_0xc10b72[_0x3991('0xf')]||_0xc10b72[_0x3991('0x21')])&&(_0xc10b72['timezone']=new Intl[(_0x3991('0x3'))]()[_0x3991('0x1b')]()[_0x3991('0x1f')]),_0xc10b72;}export function getComments(_0x1a317d){const _0x24eaef={};if(!_0x1a317d['length'])return _0x24eaef;for(const _0x2a1917 of _0x1a317d)_0x2a1917[_0x3991('0x21')]['map'](_0x3f579e=>{void 0x0===_0x24eaef[_0x2a1917['id']]&&(_0x24eaef[_0x2a1917['id']]=[]),_0x24eaef[_0x2a1917['id']][_0x3991('0xd')]({'author':_0x3f579e[_0x3991('0x20')][_0x3991('0x22')],'content':_0x3f579e[_0x3991('0x11')],'created':_0x3f579e[_0x3991('0x1')],'is_resolved':_0x2a1917[_0x3991('0x0')]});});return _0x24eaef;}export function getSuggestions(_0x248915,_0x1c7046){const _0x2cd862={};if(!_0x248915['length']||!_0x1c7046[_0x3991('0x13')])return _0x2cd862;for(const _0xe7458f of _0x248915)_0x2cd862[_0xe7458f['id']]={'author':_0x1c7046[_0x3991('0xe')](_0xe7458f['authorId'])[_0x3991('0x22')],'created':_0xe7458f['createdAt']};return _0x2cd862;}
23
+ const _0x16ce=['createdAt','from','trim','getSuggestions','warn','CommentsRepository','keys','timeZone','cssText','EDITOR_STYLES','hasAttribute','styleSheets','push','.ck-content','join','get','authorId','resolvedOptions','indexOf','all','ownerNode','has','length','comments','then','map','author','data-cke','TrackChanges','plugins','timezone','Users','name','DateTimeFormat','suggestions'];(function(_0x231fb9,_0x16ce55){const _0x12f6a0=function(_0x55386f){while(--_0x55386f){_0x231fb9['push'](_0x231fb9['shift']());}};_0x12f6a0(++_0x16ce55);}(_0x16ce,0xf7));const _0x12f6=function(_0x231fb9,_0x16ce55){_0x231fb9=_0x231fb9-0x0;let _0x12f6a0=_0x16ce[_0x231fb9];return _0x12f6a0;};export function getStyles(_0x2bb33e){if(!_0x2bb33e)return new Promise(_0x207a2e=>_0x207a2e(''));const _0xc85822=[];for(const _0x20cfca of _0x2bb33e)_0x12f6('0x7')!==_0x20cfca?_0xc85822[_0x12f6('0xa')](window['fetch'](_0x20cfca)[_0x12f6('0x16')](_0x5b9525=>_0x5b9525['text']())):_0xc85822['push'](u());return Promise[_0x12f6('0x11')](_0xc85822)[_0x12f6('0x16')](_0x2338cc=>_0x2338cc['join']('\x20')[_0x12f6('0x0')]());}function u(){const _0x2bf7de=[],_0x409d3b=[];for(const _0x1df0f9 of Array[_0x12f6('0x22')](document[_0x12f6('0x9')])){if(_0x1df0f9[_0x12f6('0x12')][_0x12f6('0x8')](_0x12f6('0x19')))for(const _0xb5a12b of Array[_0x12f6('0x22')](_0x1df0f9['cssRules']))-0x1!==_0xb5a12b['cssText'][_0x12f6('0x10')](_0x12f6('0xb'))?_0x2bf7de['push'](_0xb5a12b[_0x12f6('0x6')]):-0x1!==_0xb5a12b[_0x12f6('0x6')][_0x12f6('0x10')](':root')&&_0x409d3b['push'](_0xb5a12b['cssText']);}return _0x2bf7de[_0x12f6('0x14')]||console[_0x12f6('0x2')]('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.'),[..._0x409d3b,..._0x2bf7de][_0x12f6('0xc')]('\x20')[_0x12f6('0x0')]();}export function getConverterOptions(_0x41f189){const _0x538880=_0x41f189[_0x12f6('0x1b')][_0x12f6('0x13')](_0x12f6('0x1d')),_0x29fc00=_0x41f189[_0x12f6('0x1b')][_0x12f6('0x13')]('CommentsRepository'),_0x1e6f77=_0x41f189[_0x12f6('0x1b')][_0x12f6('0x13')](_0x12f6('0x1a')),_0x1e7c1f={};if(_0x538880&&_0x29fc00){const _0xee006b=getComments(_0x41f189[_0x12f6('0x1b')][_0x12f6('0xd')](_0x12f6('0x3'))['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x12f6('0x4')](_0xee006b)[_0x12f6('0x14')]&&(_0x1e7c1f['comments']=_0xee006b);}if(_0x538880&&_0x1e6f77){const _0x21f324=_0x41f189[_0x12f6('0x1b')][_0x12f6('0xd')](_0x12f6('0x1a')),_0x2e789a=_0x41f189[_0x12f6('0x1b')][_0x12f6('0xd')](_0x12f6('0x1d')),_0x3d2236=getSuggestions(_0x21f324[_0x12f6('0x1')]({'toJSON':!0x0}),_0x2e789a['users']);Object[_0x12f6('0x4')](_0x3d2236)['length']&&(_0x1e7c1f[_0x12f6('0x20')]=_0x3d2236);}return(_0x1e7c1f[_0x12f6('0x20')]||_0x1e7c1f[_0x12f6('0x15')])&&(_0x1e7c1f[_0x12f6('0x1c')]=new Intl[(_0x12f6('0x1f'))]()[_0x12f6('0xf')]()[_0x12f6('0x5')]),_0x1e7c1f;}export function getComments(_0x16875c){const _0x3340ae={};if(!_0x16875c[_0x12f6('0x14')])return _0x3340ae;for(const _0x5b8990 of _0x16875c)_0x5b8990['comments'][_0x12f6('0x17')](_0x1b0423=>{void 0x0===_0x3340ae[_0x5b8990['id']]&&(_0x3340ae[_0x5b8990['id']]=[]),_0x3340ae[_0x5b8990['id']][_0x12f6('0xa')]({'author':_0x1b0423[_0x12f6('0x18')][_0x12f6('0x1e')],'content':_0x1b0423['content'],'created':_0x1b0423['createdAt'],'is_resolved':_0x5b8990['isResolved']});});return _0x3340ae;}export function getSuggestions(_0x1b5907,_0x2872fb){const _0x82e361={};if(!_0x1b5907['length']||!_0x2872fb[_0x12f6('0x14')])return _0x82e361;for(const _0x19156b of _0x1b5907)_0x82e361[_0x19156b['id']]={'author':_0x2872fb[_0x12f6('0xd')](_0x19156b[_0x12f6('0xe')])[_0x12f6('0x1e')],'created':_0x19156b[_0x12f6('0x21')]};return _0x82e361;}