@ckeditor/ckeditor5-export-word 39.0.1 → 39.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/LICENSE.md +4 -4
  3. package/README.md +8 -8
  4. package/build/export-word.js +1 -1
  5. package/lang/translations/ar.po +1 -0
  6. package/lang/translations/bg.po +1 -0
  7. package/lang/translations/bn.po +1 -0
  8. package/lang/translations/ca.po +1 -0
  9. package/lang/translations/cs.po +1 -0
  10. package/lang/translations/da.po +1 -0
  11. package/lang/translations/de.po +1 -0
  12. package/lang/translations/el.po +1 -0
  13. package/lang/translations/en-au.po +1 -0
  14. package/lang/translations/en.po +1 -0
  15. package/lang/translations/es.po +1 -0
  16. package/lang/translations/et.po +1 -0
  17. package/lang/translations/fi.po +1 -0
  18. package/lang/translations/fr.po +1 -0
  19. package/lang/translations/gl.po +1 -0
  20. package/lang/translations/he.po +1 -0
  21. package/lang/translations/hi.po +1 -0
  22. package/lang/translations/hr.po +1 -0
  23. package/lang/translations/hu.po +1 -0
  24. package/lang/translations/id.po +1 -0
  25. package/lang/translations/it.po +1 -0
  26. package/lang/translations/ja.po +1 -0
  27. package/lang/translations/jv.po +1 -0
  28. package/lang/translations/ko.po +1 -0
  29. package/lang/translations/lt.po +1 -0
  30. package/lang/translations/lv.po +1 -0
  31. package/lang/translations/ms.po +1 -0
  32. package/lang/translations/nl.po +1 -0
  33. package/lang/translations/no.po +1 -0
  34. package/lang/translations/pl.po +1 -0
  35. package/lang/translations/pt-br.po +1 -0
  36. package/lang/translations/pt.po +1 -0
  37. package/lang/translations/ro.po +1 -0
  38. package/lang/translations/ru.po +1 -0
  39. package/lang/translations/sk.po +1 -0
  40. package/lang/translations/sr-latn.po +1 -0
  41. package/lang/translations/sr.po +1 -0
  42. package/lang/translations/sv.po +1 -0
  43. package/lang/translations/th.po +1 -0
  44. package/lang/translations/tr.po +1 -0
  45. package/lang/translations/ug.po +1 -0
  46. package/lang/translations/uk.po +1 -0
  47. package/lang/translations/ur.po +1 -0
  48. package/lang/translations/vi.po +1 -0
  49. package/lang/translations/zh-cn.po +1 -0
  50. package/lang/translations/zh.po +1 -0
  51. package/package.json +2 -6
  52. package/src/exportword.js +1 -1
  53. package/src/exportwordcommand.js +1 -1
  54. package/src/index.d.ts +1 -1
  55. package/src/utils.js +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- All changes in the package are documented in the CKEditor 5 repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
4
+ All changes in the package are documented in the CKEditor 5 repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
package/LICENSE.md CHANGED
@@ -1,16 +1,16 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 export to Docs feature** (https://ckeditor.com/ckeditor-5/)<br>
4
+ **CKEditor&nbsp;5 export to Docs feature** (https://ckeditor.com/ckeditor-5/)<br>
5
5
  Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 export to Word feature is licensed under a commercial license and is protected by copyright law.
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.
9
9
 
10
- Sources of Intellectual Property Included in CKEditor 5 export to Word
10
+ Sources of Intellectual Property Included in CKEditor&nbsp;5 export to Word
11
11
  ---------------------------------------------------------------------
12
12
 
13
- Where not otherwise indicated, all CKEditor 5 export to Word feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
13
+ Where not otherwise indicated, all CKEditor&nbsp;5 export to Word feature content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
14
 
15
15
  Trademarks
16
16
  ----------
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- CKEditor 5 export to Word feature
1
+ CKEditor&nbsp;5 export to Word feature
2
2
  =================================
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 5. It allows you to generate a Docx file directly from the CKEditor 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
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.
9
9
 
10
- ![A screencast showing generating a Docx file from CKEditor 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
 
@@ -17,21 +17,21 @@ Check out the [demo in the Export to Word feature](https://ckeditor.com/docs/cke
17
17
 
18
18
  ## Documentation
19
19
 
20
- See the [`@ckeditor/ckeditor5-export-word` package](https://ckeditor.com/docs/ckeditor5/latest/api/export-word.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Export to Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html) feature guide.
20
+ See the [`@ckeditor/ckeditor5-export-word` package](https://ckeditor.com/docs/ckeditor5/latest/api/export-word.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Export to Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html) feature guide.
21
21
 
22
22
  ## Getting support
23
23
 
24
- CKEditor 5 export to Word feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 Word export feature with your application.
24
+ CKEditor&nbsp;5 export to Word feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor&nbsp;5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor&nbsp;5 Word export feature with your application.
25
25
 
26
- As a licensed CKEditor 5 export to Word feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
26
+ As a licensed CKEditor&nbsp;5 export to Word feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
27
27
 
28
28
 
29
29
  ## License
30
30
 
31
- **CKEditor 5 export to Word** (https://ckeditor.com/ckeditor-5/)<br>
31
+ **CKEditor&nbsp;5 export to Word** (https://ckeditor.com/ckeditor-5/)<br>
32
32
  Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
33
33
 
34
- CKEditor 5 export to Word feature is licensed under a commercial license and is protected by copyright law.
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.
36
36
 
37
37
  ### Trademarks
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={584:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var o=n(758),r=n.n(o)()((function(e){return e[1]}));r.push([e.id,":root{--ck-toolbar-spinner-size:18px}.ck-exportword_status-pending{position:relative}.ck.ck-exportword__spinner-container{display:none}.ck.ck-exportword__spinner{border:2px solid var(--ck-color-text);border-radius:50%;border-top:2px solid transparent;height:var(--ck-toolbar-spinner-size);left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:var(--ck-toolbar-spinner-size);z-index:1}.ck-exportword_status-pending .ck.ck-exportword__spinner-container{animation:rotate 1.5s linear infinite;display:block;height:var(--ck-toolbar-spinner-size);position:absolute;width:var(--ck-toolbar-spinner-size)}.ck-exportword_status-pending .ck.ck-button__icon{color:transparent}@keyframes rotate{to{transform:rotate(1turn)}}",""]);const i=r},758:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,o){"string"==typeof e&&(e=[[null,e,""]]);var r={};if(o)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(r[s]=!0)}for(var a=0;a<e.length;a++){var c=[].concat(e[a]);o&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),t.push(c))}},t}},278:(e,t,n)=>{"use strict";var o,r=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),s=[];function a(e){for(var t=-1,n=0;n<s.length;n++)if(s[n].identifier===e){t=n;break}return t}function c(e,t){for(var n={},o=[],r=0;r<e.length;r++){var i=e[r],c=t.base?i[0]+t.base:i[0],d=n[c]||0,l="".concat(c," ").concat(d);n[c]=d+1;var u=a(l),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==u?(s[u].references++,s[u].updater(p)):s.push({identifier:l,updater:v(p,t),references:1}),o.push(l)}return o}function d(e){var t=document.createElement("style"),o=e.attributes||{};if(void 0===o.nonce){var r=n.nc;r&&(o.nonce=r)}if(Object.keys(o).forEach((function(e){t.setAttribute(e,o[e])})),"function"==typeof e.insert)e.insert(t);else{var s=i(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(t)}return t}var l,u=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function p(e,t,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(e.styleSheet)e.styleSheet.cssText=u(t,r);else{var i=document.createTextNode(r),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(i,s[t]):e.appendChild(i)}}function f(e,t,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=o;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(o))}}var h=null,x=0;function v(e,t){var n,o,r;if(t.singleton){var i=x++;n=h||(h=d(t)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=d(t),o=f.bind(null,n,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return o(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;o(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=r());var n=c(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var o=0;o<n.length;o++){var r=a(n[o]);s[r].references--}for(var i=c(e,t),d=0;d<n.length;d++){var l=a(n[d]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}n=i}}}},704:(e,t,n)=>{e.exports=n(79)("./src/core.js")},273:(e,t,n)=>{e.exports=n(79)("./src/ui.js")},79:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={id:o,exports:{}};return e[o](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{ExportWord:()=>x});var e=n(704),t=n(273);const r=["Users","all","fetch","has","map","from","DateTimeFormat","timeZone","isResolved","users","getCommentThreads","length",":root","CommentsRepository","get","indexOf","then","name","join","plugins","suggestions","timezone","authorId","content","push","trim","createdAt","keys","comments","data-cke","warn","cssText","getSuggestions","TrackChanges","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.","cssRules","hasAttribute",".ck-content"];var i,s;i=r,s=321,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 n of Array[a("0x1a")](document.styleSheets))if(n.ownerNode[a("0x13")](a("0xc")))for(const o of Array[a("0x1a")](n[a("0x12")]))-1!==o[a("0xe")][a("0x24")](a("0x14"))?e[a("0x7")](o[a("0xe")]):-1!==o[a("0xe")][a("0x24")](a("0x21"))&&t[a("0x7")](o[a("0xe")]);return e[a("0x20")]||console[a("0xd")](a("0x11")),[...t,...e][a("0x1")](" ")[a("0x8")]()}function d(e){const t=e[a("0x2")][a("0x18")]("Users"),n=e[a("0x2")].has(a("0x22")),o=e.plugins[a("0x18")](a("0x10")),r={};if(t&&n){const t=function(e){const t={};if(!e[a("0x20")])return t;for(const n of e)n[a("0xb")][a("0x19")]((e=>{void 0===t[n.id]&&(t[n.id]=[]),t[n.id].push({author:e.author[a("0x0")],content:e[a("0x6")],created:e[a("0x9")],is_resolved:n[a("0x1d")]})}));return t}(e[a("0x2")][a("0x23")]("CommentsRepository")[a("0x1f")]({skipNotAttached:!0,skipEmpty:!0}));Object[a("0xa")](t).length&&(r[a("0xb")]=t)}if(t&&o){const t=e[a("0x2")][a("0x23")](a("0x10")),n=e[a("0x2")][a("0x23")](a("0x15")),o=function(e,t){const n={};if(!e[a("0x20")]||!t[a("0x20")])return n;for(const o of e)n[o.id]={author:t.get(o[a("0x5")])[a("0x0")],created:o[a("0x9")]};return n}(t[a("0xf")]({toJSON:!0}),n[a("0x1e")]);Object.keys(o).length&&(r[a("0x3")]=o)}return(r[a("0x3")]||r[a("0xb")])&&(r[a("0x4")]=(new(Intl[a("0x1b")])).resolvedOptions()[a("0x1c")]),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,n=t.t,o=e.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",r=e.converterOptions||{},i=t.plugins.get("ExportWord"),s=e.token||i._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 n of e)"EDITOR_STYLES"!==n?t[a("0x7")](window[a("0x17")](n)[a("0x25")]((e=>e.text()))):t[a("0x7")](c());return Promise[a("0x16")](t)[a("0x25")]((e=>e.join(" ")[a("0x8")]()))}(e.stylesheets||["EDITOR_STYLES"]).then((async n=>{const i=await u(t),a={html:'<div class="ck-content" dir="'+t.locale.contentLanguageDirection+'">'+i+"</div>",css:n,options:{...r,...d(t)}},c={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...s?{Authorization:s.value}:null},body:JSON.stringify(a)};return window.fetch(o,c).then((e=>{if(200!==e.status)throw e;return e.blob()})).then((t=>{const n="function"==typeof e.fileName?e.fileName():e.fileName;this._downloadFile(t,n||"document.docx")}))})).catch((e=>{throw t.plugins.get("Notification").showWarning(n("An error occurred while generating the Word file.")),e})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(e,t){const n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click(),n.remove()}}var u=n(278),p=n.n(u),f=n(584),h={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};p()(f.Z,h);f.Z.locals;class x extends e.Plugin{static get pluginName(){return"ExportWord"}static get requires(){return["CloudServices",t.Notification]}init(){const e=this.editor,n=e.t,o=e.config.get("exportWord")||{};e.commands.add("exportWord",new l(e)),e.ui.componentFactory.add("exportWord",(r=>{const i=e.commands.get("exportWord"),s=new t.ButtonView(r);s.set({label:n("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.bind("isOn","isEnabled").to(i,"isBusy","isEnabled"),s.extendTemplate({attributes:{class:[s.bindTemplate.if("isOn","ck-exportword_status-pending")]}});const a=new t.View;return a.setTemplate({tag:"span",attributes:{class:["ck","ck-exportword__spinner-container"]},children:[{tag:"span",attributes:{class:["ck","ck-exportword__spinner"]}}]}),s.children.add(a),this.listenTo(s,"execute",(()=>{e.execute("exportWord",o),e.editing.view.focus()})),s}));const r=e.plugins.get("CloudServices");!1===o.tokenUrl?this._token=null:o.tokenUrl?r.registerTokenUrl(o.tokenUrl).then((e=>{this._token=e})):this._token=r.token}}})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=o})();
5
+ */(()=>{var e={584:(e,t,n)=>{"use strict";n.d(t,{Z:()=>i});var o=n(758),r=n.n(o)()((function(e){return e[1]}));r.push([e.id,":root{--ck-toolbar-spinner-size:18px}.ck-exportword_status-pending{position:relative}.ck.ck-exportword__spinner-container{display:none}.ck.ck-exportword__spinner{border:2px solid var(--ck-color-text);border-radius:50%;border-top:2px solid transparent;height:var(--ck-toolbar-spinner-size);left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:var(--ck-toolbar-spinner-size);z-index:1}.ck-exportword_status-pending .ck.ck-exportword__spinner-container{animation:rotate 1.5s linear infinite;display:block;height:var(--ck-toolbar-spinner-size);position:absolute;width:var(--ck-toolbar-spinner-size)}.ck-exportword_status-pending .ck.ck-button__icon{color:transparent}@keyframes rotate{to{transform:rotate(1turn)}}",""]);const i=r},758:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,o){"string"==typeof e&&(e=[[null,e,""]]);var r={};if(o)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(r[s]=!0)}for(var a=0;a<e.length;a++){var c=[].concat(e[a]);o&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),t.push(c))}},t}},278:(e,t,n)=>{"use strict";var o,r=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),s=[];function a(e){for(var t=-1,n=0;n<s.length;n++)if(s[n].identifier===e){t=n;break}return t}function c(e,t){for(var n={},o=[],r=0;r<e.length;r++){var i=e[r],c=t.base?i[0]+t.base:i[0],d=n[c]||0,l="".concat(c," ").concat(d);n[c]=d+1;var u=a(l),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==u?(s[u].references++,s[u].updater(p)):s.push({identifier:l,updater:v(p,t),references:1}),o.push(l)}return o}function d(e){var t=document.createElement("style"),o=e.attributes||{};if(void 0===o.nonce){var r=n.nc;r&&(o.nonce=r)}if(Object.keys(o).forEach((function(e){t.setAttribute(e,o[e])})),"function"==typeof e.insert)e.insert(t);else{var s=i(e.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(t)}return t}var l,u=(l=[],function(e,t){return l[e]=t,l.filter(Boolean).join("\n")});function p(e,t,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(e.styleSheet)e.styleSheet.cssText=u(t,r);else{var i=document.createTextNode(r),s=e.childNodes;s[t]&&e.removeChild(s[t]),s.length?e.insertBefore(i,s[t]):e.appendChild(i)}}function f(e,t,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?e.setAttribute("media",r):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=o;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(o))}}var h=null,x=0;function v(e,t){var n,o,r;if(t.singleton){var i=x++;n=h||(h=d(t)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=d(t),o=f.bind(null,n,t),r=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return o(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;o(e=t)}else r()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=r());var n=c(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var o=0;o<n.length;o++){var r=a(n[o]);s[r].references--}for(var i=c(e,t),d=0;d<n.length;d++){var l=a(n[d]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}n=i}}}},704:(e,t,n)=>{e.exports=n(79)("./src/core.js")},273:(e,t,n)=>{e.exports=n(79)("./src/ui.js")},79:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={id:o,exports:{}};return e[o](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{ExportWord:()=>x});var e=n(704),t=n(273);const r=["name","comments","length","Users","content","CommentsRepository","isResolved","from","timezone","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.","push","TrackChanges","indexOf","hasAttribute","authorId","keys","join","styleSheets","fetch","has","getCommentThreads",".ck-content","text","cssRules","cssText","get","getSuggestions",":root","users","warn","createdAt","plugins","map","then","DateTimeFormat","EDITOR_STYLES"];var i,s;i=r,s=251,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 n of Array.from(document[a("0x12")]))if(n.ownerNode[a("0xe")]("data-cke"))for(const o of Array[a("0x8")](n[a("0x18")]))-1!==o.cssText[a("0xd")](a("0x16"))?e[a("0xb")](o.cssText):-1!==o[a("0x19")][a("0xd")](a("0x1c"))&&t[a("0xb")](o[a("0x19")]);return e[a("0x3")]||console[a("0x1e")](a("0xa")),[...t,...e][a("0x11")](" ").trim()}function d(e){const t=e[a("0x20")][a("0x14")](a("0x4")),n=e.plugins[a("0x14")](a("0x6")),o=e[a("0x20")][a("0x14")](a("0xc")),r={};if(t&&n){const t=function(e){const t={};if(!e.length)return t;for(const n of e)n[a("0x2")][a("0x21")]((e=>{void 0===t[n.id]&&(t[n.id]=[]),t[n.id][a("0xb")]({author:e.author[a("0x1")],content:e[a("0x5")],created:e[a("0x1f")],is_resolved:n[a("0x7")]})}));return t}(e[a("0x20")][a("0x1a")](a("0x6"))[a("0x15")]({skipNotAttached:!0,skipEmpty:!0}));Object[a("0x10")](t).length&&(r[a("0x2")]=t)}if(t&&o){const t=e[a("0x20")][a("0x1a")](a("0xc")),n=e[a("0x20")][a("0x1a")](a("0x4")),o=function(e,t){const n={};if(!e[a("0x3")]||!t[a("0x3")])return n;for(const o of e)n[o.id]={author:t[a("0x1a")](o[a("0xf")])[a("0x1")],created:o[a("0x1f")]};return n}(t[a("0x1b")]({toJSON:!0}),n[a("0x1d")]);Object[a("0x10")](o)[a("0x3")]&&(r.suggestions=o)}return(r.suggestions||r[a("0x2")])&&(r[a("0x9")]=(new(Intl[a("0x23")])).resolvedOptions().timeZone),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,n=t.t,o=e.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",r=e.converterOptions||{},i=t.plugins.get("ExportWord"),s=e.token||i._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 n of e)a("0x0")!==n?t.push(window[a("0x13")](n)[a("0x22")]((e=>e[a("0x17")]()))):t[a("0xb")](c());return Promise.all(t)[a("0x22")]((e=>e.join(" ").trim()))}(e.stylesheets||["EDITOR_STYLES"]).then((async n=>{const i=await u(t),a={html:'<div class="ck-content" dir="'+t.locale.contentLanguageDirection+'">'+i+"</div>",css:n,options:{...r,...d(t)}},c={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...s?{Authorization:s.value}:null},body:JSON.stringify(a)};return window.fetch(o,c).then((e=>{if(200!==e.status)throw e;return e.blob()})).then((t=>{const n="function"==typeof e.fileName?e.fileName():e.fileName;this._downloadFile(t,n||"document.docx")}))})).catch((e=>{throw t.plugins.get("Notification").showWarning(n("An error occurred while generating the Word file.")),e})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(e,t){const n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click(),n.remove()}}var u=n(278),p=n.n(u),f=n(584),h={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};p()(f.Z,h);f.Z.locals;class x extends e.Plugin{static get pluginName(){return"ExportWord"}static get requires(){return["CloudServices",t.Notification]}init(){const e=this.editor,n=e.t,o=e.config.get("exportWord")||{};e.commands.add("exportWord",new l(e)),e.ui.componentFactory.add("exportWord",(r=>{const i=e.commands.get("exportWord"),s=new t.ButtonView(r);s.set({label:n("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.bind("isOn","isEnabled").to(i,"isBusy","isEnabled"),s.extendTemplate({attributes:{class:[s.bindTemplate.if("isOn","ck-exportword_status-pending")]}});const a=new t.View;return a.setTemplate({tag:"span",attributes:{class:["ck","ck-exportword__spinner-container"]},children:[{tag:"span",attributes:{class:["ck","ck-exportword__spinner"]}}]}),s.children.add(a),this.listenTo(s,"execute",(()=>{e.execute("exportWord",o),e.editing.view.focus()})),s}));const r=e.plugins.get("CloudServices");!1===o.tokenUrl?this._token=null:o.tokenUrl?r.registerTokenUrl(o.tokenUrl).then((e=>{this._token=e})):this._token=r.token}}})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=o})();
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Arabic (https://app.transifex.com/ckeditor/teams/11143/ar/)\n"
16
16
  "Language: ar\n"
17
17
  "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Bulgarian (https://app.transifex.com/ckeditor/teams/11143/bg/)\n"
16
16
  "Language: bg\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Bengali (https://app.transifex.com/ckeditor/teams/11143/bn/)\n"
16
16
  "Language: bn\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Catalan (https://app.transifex.com/ckeditor/teams/11143/ca/)\n"
16
16
  "Language: ca\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Czech (https://app.transifex.com/ckeditor/teams/11143/cs/)\n"
16
16
  "Language: cs\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Danish (https://app.transifex.com/ckeditor/teams/11143/da/)\n"
16
16
  "Language: da\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: German (https://app.transifex.com/ckeditor/teams/11143/de/)\n"
16
16
  "Language: de\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Greek (https://app.transifex.com/ckeditor/teams/11143/el/)\n"
16
16
  "Language: el\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: English (Australia) (https://app.transifex.com/ckeditor/teams/11143/en_AU/)\n"
16
16
  "Language: en_AU\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language: \n"
16
16
  "Language-Team: \n"
17
17
  "Plural-Forms: \n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Spanish (https://app.transifex.com/ckeditor/teams/11143/es/)\n"
16
16
  "Language: es\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n"
16
16
  "Language: et\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n"
16
16
  "Language: fi\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n"
16
16
  "Language: fr\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Galician (https://app.transifex.com/ckeditor/teams/11143/gl/)\n"
16
16
  "Language: gl\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
16
16
  "Language: he\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
16
16
  "Language: hi\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
16
16
  "Language: hr\n"
17
17
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
16
16
  "Language: hu\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
16
16
  "Language: id\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
16
16
  "Language: it\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
16
16
  "Language: ja\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Javanese (https://app.transifex.com/ckeditor/teams/11143/jv/)\n"
16
16
  "Language: jv\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
16
16
  "Language: ko\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
16
16
  "Language: lt\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
16
16
  "Language: lv\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
16
16
  "Language: ms\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
16
16
  "Language: nl\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
16
16
  "Language: no\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
16
16
  "Language: pl\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
16
  "Language: pt_BR\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
16
16
  "Language: pt\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
16
16
  "Language: ro\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
16
16
  "Language: ru\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
16
16
  "Language: sk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
16
16
  "Language: sr@latin\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
16
16
  "Language: sr\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
16
16
  "Language: sv\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
16
16
  "Language: th\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
16
16
  "Language: tr\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
16
16
  "Language: ug\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
16
16
  "Language: uk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
16
16
  "Language: ur\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
16
16
  "Language: vi\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
16
16
  "Language: zh_CN\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
@@ -15,6 +15,7 @@ msgstr ""
15
15
  "Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
16
16
  "Language: zh_TW\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
18
19
 
19
20
  msgctxt "A toolbar button tooltip for a Word export feature."
20
21
  msgid "Export to Word"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-export-word",
3
- "version": "39.0.1",
3
+ "version": "39.0.2",
4
4
  "description": "Export to Word feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -29,11 +29,7 @@
29
29
  ],
30
30
  "main": "src/index.js",
31
31
  "dependencies": {
32
- "ckeditor5": "39.0.1"
33
- },
34
- "engines": {
35
- "node": ">=16.0.0",
36
- "npm": ">=5.7.1"
32
+ "ckeditor5": "39.0.2"
37
33
  },
38
34
  "license": "SEE LICENSE IN LICENSE.md",
39
35
  "author": "CKSource (https://cksource.com/)",
package/src/exportword.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x367ff2}from'ckeditor5/src/core';import{ButtonView as _0x243d91,View as _0x3fd3fa,Notification as _0x3d4d1a}from'ckeditor5/src/ui';import _0x1b351 from'./exportwordcommand';import _0x84e6b7 from'../theme/icons/exportword.svg';import'../theme/exportword.css';export default class c extends _0x367ff2{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x3d4d1a];}['init'](){const _0x4f9ddf=this['editor'],t=_0x4f9ddf['t'],_0x565036=_0x4f9ddf['config']['get']('exportWord')||{};_0x4f9ddf['commands']['add']('exportWord',new _0x1b351(_0x4f9ddf)),_0x4f9ddf['ui']['componentFactory']['add']('exportWord',_0x4888a8=>{const _0x42e400=_0x4f9ddf['commands']['get']('exportWord'),_0x30b53f=new _0x243d91(_0x4888a8);_0x30b53f['set']({'label':t('Export\x20to\x20Word'),'icon':_0x84e6b7,'tooltip':!0x0}),_0x30b53f['bind']('isOn','isEnabled')['to'](_0x42e400,'isBusy','isEnabled'),_0x30b53f['extendTemplate']({'attributes':{'class':[_0x30b53f['bindTemplate']['if']('isOn','ck-exportword_status-pending')]}});const _0xc109f3=new _0x3fd3fa();return _0xc109f3['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-exportword__spinner-container']},'children':[{'tag':'span','attributes':{'class':['ck','ck-exportword__spinner']}}]}),_0x30b53f['children']['add'](_0xc109f3),this['listenTo'](_0x30b53f,'execute',()=>{_0x4f9ddf['execute']('exportWord',_0x565036),_0x4f9ddf['editing']['view']['focus']();}),_0x30b53f;});const _0x57a2e1=_0x4f9ddf['plugins']['get']('CloudServices');!0x1===_0x565036['tokenUrl']?this['_token']=null:_0x565036['tokenUrl']?_0x57a2e1['registerTokenUrl'](_0x565036['tokenUrl'])['then'](_0x42e87d=>{this['_token']=_0x42e87d;}):this['_token']=_0x57a2e1['token'];}}
23
+ import{Plugin as _0x51eefd}from'ckeditor5/src/core';import{ButtonView as _0x5c5878,View as _0x136565,Notification as _0x4c3a7d}from'ckeditor5/src/ui';import _0x54001d from'./exportwordcommand';import _0xdaa299 from'../theme/icons/exportword.svg';import'../theme/exportword.css';export default class c extends _0x51eefd{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x4c3a7d];}['init'](){const _0x147e8f=this['editor'],t=_0x147e8f['t'],_0x2fd186=_0x147e8f['config']['get']('exportWord')||{};_0x147e8f['commands']['add']('exportWord',new _0x54001d(_0x147e8f)),_0x147e8f['ui']['componentFactory']['add']('exportWord',_0x411d22=>{const _0x426e93=_0x147e8f['commands']['get']('exportWord'),_0xbfb360=new _0x5c5878(_0x411d22);_0xbfb360['set']({'label':t('Export\x20to\x20Word'),'icon':_0xdaa299,'tooltip':!0x0}),_0xbfb360['bind']('isOn','isEnabled')['to'](_0x426e93,'isBusy','isEnabled'),_0xbfb360['extendTemplate']({'attributes':{'class':[_0xbfb360['bindTemplate']['if']('isOn','ck-exportword_status-pending')]}});const _0x397ff3=new _0x136565();return _0x397ff3['setTemplate']({'tag':'span','attributes':{'class':['ck','ck-exportword__spinner-container']},'children':[{'tag':'span','attributes':{'class':['ck','ck-exportword__spinner']}}]}),_0xbfb360['children']['add'](_0x397ff3),this['listenTo'](_0xbfb360,'execute',()=>{_0x147e8f['execute']('exportWord',_0x2fd186),_0x147e8f['editing']['view']['focus']();}),_0xbfb360;});const _0x3e6f30=_0x147e8f['plugins']['get']('CloudServices');!0x1===_0x2fd186['tokenUrl']?this['_token']=null:_0x2fd186['tokenUrl']?_0x3e6f30['registerTokenUrl'](_0x2fd186['tokenUrl'])['then'](_0x40761d=>{this['_token']=_0x40761d;}):this['_token']=_0x3e6f30['token'];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x4e3cec}from'ckeditor5/src/core';import{getStyles as _0x1b8c33,getConverterOptions as _0x2467d1}from'./utils';export default class i extends _0x4e3cec{constructor(_0x2f0f8f){super(_0x2f0f8f),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x51eff2={}){const _0x29b81d=this['editor'],t=_0x29b81d['t'],_0x286ec3=_0x51eff2['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x4fc401=_0x51eff2['converterOptions']||{},_0x1a4f6e=_0x29b81d['plugins']['get']('ExportWord'),_0x126001=_0x51eff2['token']||_0x1a4f6e['_token'],_0xd450e5=!0x1!==_0x4fc401['auto_pagination'],_0xa2af10=_0x51eff2['dataCallback']||(_0x105385=>_0x105385['data']['get']({'pagination':_0xd450e5}));return this['isBusy']=!0x0,this['refresh'](),_0x1b8c33(_0x51eff2['stylesheets']||['EDITOR_STYLES'])['then'](async _0x398051=>{const _0x71fadb=await _0xa2af10(_0x29b81d),_0x389199={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x29b81d['locale']['contentLanguageDirection']+'\x22>'+_0x71fadb+'</div>','css':_0x398051,'options':{..._0x4fc401,..._0x2467d1(_0x29b81d)}},_0x14e0b1={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x126001?{'Authorization':_0x126001['value']}:null},'body':JSON['stringify'](_0x389199)};return window['fetch'](_0x286ec3,_0x14e0b1)['then'](_0x24b713=>{if(0xc8!==_0x24b713['status'])throw _0x24b713;return _0x24b713['blob']();})['then'](_0x2997db=>{const _0x56897b='function'==typeof _0x51eff2['fileName']?_0x51eff2['fileName']():_0x51eff2['fileName'];this['_downloadFile'](_0x2997db,_0x56897b||'document.docx');});})['catch'](_0x1acc8c=>{throw _0x29b81d['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x1acc8c;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3c0500,_0x2288c9){const _0x3adc2f=document['createElement']('a');_0x3adc2f['href']=window['URL']['createObjectURL'](_0x3c0500),_0x3adc2f['download']=_0x2288c9,_0x3adc2f['click'](),_0x3adc2f['remove']();}}
23
+ import{Command as _0x3307f4}from'ckeditor5/src/core';import{getStyles as _0x59ab84,getConverterOptions as _0x217213}from'./utils';export default class i extends _0x3307f4{constructor(_0x45379d){super(_0x45379d),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0xae1aa9={}){const _0x556e97=this['editor'],t=_0x556e97['t'],_0x57fd0f=_0xae1aa9['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x4fbe8a=_0xae1aa9['converterOptions']||{},_0x318111=_0x556e97['plugins']['get']('ExportWord'),_0x1b5c2c=_0xae1aa9['token']||_0x318111['_token'],_0x389357=!0x1!==_0x4fbe8a['auto_pagination'],_0x3ed2e0=_0xae1aa9['dataCallback']||(_0x55307f=>_0x55307f['data']['get']({'pagination':_0x389357}));return this['isBusy']=!0x0,this['refresh'](),_0x59ab84(_0xae1aa9['stylesheets']||['EDITOR_STYLES'])['then'](async _0x2b5887=>{const _0x1b11d1=await _0x3ed2e0(_0x556e97),_0x2934f4={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x556e97['locale']['contentLanguageDirection']+'\x22>'+_0x1b11d1+'</div>','css':_0x2b5887,'options':{..._0x4fbe8a,..._0x217213(_0x556e97)}},_0x4d4489={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x1b5c2c?{'Authorization':_0x1b5c2c['value']}:null},'body':JSON['stringify'](_0x2934f4)};return window['fetch'](_0x57fd0f,_0x4d4489)['then'](_0x263276=>{if(0xc8!==_0x263276['status'])throw _0x263276;return _0x263276['blob']();})['then'](_0x421579=>{const _0x360904='function'==typeof _0xae1aa9['fileName']?_0xae1aa9['fileName']():_0xae1aa9['fileName'];this['_downloadFile'](_0x421579,_0x360904||'document.docx');});})['catch'](_0x17ed51=>{throw _0x556e97['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x17ed51;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x4a8964,_0x37fe9d){const _0x2957a8=document['createElement']('a');_0x2957a8['href']=window['URL']['createObjectURL'](_0x4a8964),_0x2957a8['download']=_0x37fe9d,_0x2957a8['click'](),_0x2957a8['remove']();}}
package/src/index.d.ts CHANGED
@@ -5,6 +5,6 @@
5
5
  /**
6
6
  * @module export-word
7
7
  */
8
- export { default as ExportWord, ExportWordConfig } from './exportword';
8
+ export { default as ExportWord, type ExportWordConfig } from './exportword';
9
9
  export type { default as ExportWordCommand } from './exportwordcommand';
10
10
  import './augmentation';
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xbc0a=['Users','all','fetch','has','map','from','DateTimeFormat','timeZone','isResolved','users','getCommentThreads','length',':root','CommentsRepository','get','indexOf','then','name','join','plugins','suggestions','timezone','authorId','content','push','trim','createdAt','keys','comments','data-cke','warn','cssText','getSuggestions','TrackChanges','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.','cssRules','hasAttribute','.ck-content'];(function(_0x34bbbc,_0xbc0a0b){const _0xea005c=function(_0x33f22d){while(--_0x33f22d){_0x34bbbc['push'](_0x34bbbc['shift']());}};_0xea005c(++_0xbc0a0b);}(_0xbc0a,0x141));const _0xea00=function(_0x34bbbc,_0xbc0a0b){_0x34bbbc=_0x34bbbc-0x0;let _0xea005c=_0xbc0a[_0x34bbbc];return _0xea005c;};export function getStyles(_0x3f5776){if(!_0x3f5776)return new Promise(_0x14fd14=>_0x14fd14(''));const _0xbf3fa0=[];for(const _0x1d1843 of _0x3f5776)'EDITOR_STYLES'!==_0x1d1843?_0xbf3fa0[_0xea00('0x7')](window[_0xea00('0x17')](_0x1d1843)[_0xea00('0x25')](_0xe9e829=>_0xe9e829['text']())):_0xbf3fa0[_0xea00('0x7')](u());return Promise[_0xea00('0x16')](_0xbf3fa0)[_0xea00('0x25')](_0x1bb893=>_0x1bb893['join']('\x20')[_0xea00('0x8')]());}function u(){const _0x572071=[],_0x15f63a=[];for(const _0x1fa08a of Array[_0xea00('0x1a')](document['styleSheets'])){if(_0x1fa08a['ownerNode'][_0xea00('0x13')](_0xea00('0xc')))for(const _0x5acc13 of Array[_0xea00('0x1a')](_0x1fa08a[_0xea00('0x12')]))-0x1!==_0x5acc13[_0xea00('0xe')][_0xea00('0x24')](_0xea00('0x14'))?_0x572071[_0xea00('0x7')](_0x5acc13[_0xea00('0xe')]):-0x1!==_0x5acc13[_0xea00('0xe')][_0xea00('0x24')](_0xea00('0x21'))&&_0x15f63a[_0xea00('0x7')](_0x5acc13[_0xea00('0xe')]);}return _0x572071[_0xea00('0x20')]||console[_0xea00('0xd')](_0xea00('0x11')),[..._0x15f63a,..._0x572071][_0xea00('0x1')]('\x20')[_0xea00('0x8')]();}export function getConverterOptions(_0xfbbc93){const _0x510f5a=_0xfbbc93[_0xea00('0x2')][_0xea00('0x18')]('Users'),_0x26b79c=_0xfbbc93[_0xea00('0x2')]['has'](_0xea00('0x22')),_0x475025=_0xfbbc93['plugins'][_0xea00('0x18')](_0xea00('0x10')),_0x3799bc={};if(_0x510f5a&&_0x26b79c){const _0x319eaa=getComments(_0xfbbc93[_0xea00('0x2')][_0xea00('0x23')]('CommentsRepository')[_0xea00('0x1f')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0xea00('0xa')](_0x319eaa)['length']&&(_0x3799bc[_0xea00('0xb')]=_0x319eaa);}if(_0x510f5a&&_0x475025){const _0x4eee3=_0xfbbc93[_0xea00('0x2')][_0xea00('0x23')](_0xea00('0x10')),_0x2fc942=_0xfbbc93[_0xea00('0x2')][_0xea00('0x23')](_0xea00('0x15')),_0xbcbf6c=getSuggestions(_0x4eee3[_0xea00('0xf')]({'toJSON':!0x0}),_0x2fc942[_0xea00('0x1e')]);Object['keys'](_0xbcbf6c)['length']&&(_0x3799bc[_0xea00('0x3')]=_0xbcbf6c);}return(_0x3799bc[_0xea00('0x3')]||_0x3799bc[_0xea00('0xb')])&&(_0x3799bc[_0xea00('0x4')]=new Intl[(_0xea00('0x1b'))]()['resolvedOptions']()[_0xea00('0x1c')]),_0x3799bc;}export function getComments(_0x14331c){const _0x1d1f6d={};if(!_0x14331c[_0xea00('0x20')])return _0x1d1f6d;for(const _0x40a217 of _0x14331c)_0x40a217[_0xea00('0xb')][_0xea00('0x19')](_0x168d51=>{void 0x0===_0x1d1f6d[_0x40a217['id']]&&(_0x1d1f6d[_0x40a217['id']]=[]),_0x1d1f6d[_0x40a217['id']]['push']({'author':_0x168d51['author'][_0xea00('0x0')],'content':_0x168d51[_0xea00('0x6')],'created':_0x168d51[_0xea00('0x9')],'is_resolved':_0x40a217[_0xea00('0x1d')]});});return _0x1d1f6d;}export function getSuggestions(_0x3f8639,_0x290e83){const _0x40f59a={};if(!_0x3f8639[_0xea00('0x20')]||!_0x290e83[_0xea00('0x20')])return _0x40f59a;for(const _0xa03f3e of _0x3f8639)_0x40f59a[_0xa03f3e['id']]={'author':_0x290e83['get'](_0xa03f3e[_0xea00('0x5')])[_0xea00('0x0')],'created':_0xa03f3e[_0xea00('0x9')]};return _0x40f59a;}
23
+ const _0x3863=['name','comments','length','Users','content','CommentsRepository','isResolved','from','timezone','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.','push','TrackChanges','indexOf','hasAttribute','authorId','keys','join','styleSheets','fetch','has','getCommentThreads','.ck-content','text','cssRules','cssText','get','getSuggestions',':root','users','warn','createdAt','plugins','map','then','DateTimeFormat','EDITOR_STYLES'];(function(_0x241095,_0x3863af){const _0x124c23=function(_0x5b5726){while(--_0x5b5726){_0x241095['push'](_0x241095['shift']());}};_0x124c23(++_0x3863af);}(_0x3863,0xfb));const _0x124c=function(_0x241095,_0x3863af){_0x241095=_0x241095-0x0;let _0x124c23=_0x3863[_0x241095];return _0x124c23;};export function getStyles(_0xd7b4e2){if(!_0xd7b4e2)return new Promise(_0xf81b40=>_0xf81b40(''));const _0x39cba0=[];for(const _0x532816 of _0xd7b4e2)_0x124c('0x0')!==_0x532816?_0x39cba0['push'](window[_0x124c('0x13')](_0x532816)[_0x124c('0x22')](_0x1a00ae=>_0x1a00ae[_0x124c('0x17')]())):_0x39cba0[_0x124c('0xb')](u());return Promise['all'](_0x39cba0)[_0x124c('0x22')](_0x36c025=>_0x36c025['join']('\x20')['trim']());}function u(){const _0x4d0f14=[],_0xf935d=[];for(const _0x231540 of Array['from'](document[_0x124c('0x12')])){if(_0x231540['ownerNode'][_0x124c('0xe')]('data-cke'))for(const _0x474904 of Array[_0x124c('0x8')](_0x231540[_0x124c('0x18')]))-0x1!==_0x474904['cssText'][_0x124c('0xd')](_0x124c('0x16'))?_0x4d0f14[_0x124c('0xb')](_0x474904['cssText']):-0x1!==_0x474904[_0x124c('0x19')][_0x124c('0xd')](_0x124c('0x1c'))&&_0xf935d[_0x124c('0xb')](_0x474904[_0x124c('0x19')]);}return _0x4d0f14[_0x124c('0x3')]||console[_0x124c('0x1e')](_0x124c('0xa')),[..._0xf935d,..._0x4d0f14][_0x124c('0x11')]('\x20')['trim']();}export function getConverterOptions(_0x5dabc9){const _0x1c27c0=_0x5dabc9[_0x124c('0x20')][_0x124c('0x14')](_0x124c('0x4')),_0x4a7b28=_0x5dabc9['plugins'][_0x124c('0x14')](_0x124c('0x6')),_0x1224e6=_0x5dabc9[_0x124c('0x20')][_0x124c('0x14')](_0x124c('0xc')),_0x5d1094={};if(_0x1c27c0&&_0x4a7b28){const _0x31a36a=getComments(_0x5dabc9[_0x124c('0x20')][_0x124c('0x1a')](_0x124c('0x6'))[_0x124c('0x15')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x124c('0x10')](_0x31a36a)['length']&&(_0x5d1094[_0x124c('0x2')]=_0x31a36a);}if(_0x1c27c0&&_0x1224e6){const _0x5d55cc=_0x5dabc9[_0x124c('0x20')][_0x124c('0x1a')](_0x124c('0xc')),_0x4f0762=_0x5dabc9[_0x124c('0x20')][_0x124c('0x1a')](_0x124c('0x4')),_0x40932c=getSuggestions(_0x5d55cc[_0x124c('0x1b')]({'toJSON':!0x0}),_0x4f0762[_0x124c('0x1d')]);Object[_0x124c('0x10')](_0x40932c)[_0x124c('0x3')]&&(_0x5d1094['suggestions']=_0x40932c);}return(_0x5d1094['suggestions']||_0x5d1094[_0x124c('0x2')])&&(_0x5d1094[_0x124c('0x9')]=new Intl[(_0x124c('0x23'))]()['resolvedOptions']()['timeZone']),_0x5d1094;}export function getComments(_0x54f794){const _0x39f54b={};if(!_0x54f794['length'])return _0x39f54b;for(const _0x35126e of _0x54f794)_0x35126e[_0x124c('0x2')][_0x124c('0x21')](_0x44ca5d=>{void 0x0===_0x39f54b[_0x35126e['id']]&&(_0x39f54b[_0x35126e['id']]=[]),_0x39f54b[_0x35126e['id']][_0x124c('0xb')]({'author':_0x44ca5d['author'][_0x124c('0x1')],'content':_0x44ca5d[_0x124c('0x5')],'created':_0x44ca5d[_0x124c('0x1f')],'is_resolved':_0x35126e[_0x124c('0x7')]});});return _0x39f54b;}export function getSuggestions(_0xe4a557,_0x2fcb33){const _0x28ecc6={};if(!_0xe4a557[_0x124c('0x3')]||!_0x2fcb33[_0x124c('0x3')])return _0x28ecc6;for(const _0xee40a1 of _0xe4a557)_0x28ecc6[_0xee40a1['id']]={'author':_0x2fcb33[_0x124c('0x1a')](_0xee40a1[_0x124c('0xf')])[_0x124c('0x1')],'created':_0xee40a1[_0x124c('0x1f')]};return _0x28ecc6;}