@ckeditor/ckeditor5-export-word 41.1.0 → 41.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={968:(t,e,o)=>{t.exports=o(672)("./src/core.js")},348:(t,e,o)=>{t.exports=o(672)("./src/ui.js")},672:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function o(n){var r=e[n];if(void 0!==r)return r.exports;var s=e[n]={exports:{}};return t[n](s,s.exports,o),s.exports}o.d=(t,e)=>{for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";o.r(n),o.d(n,{ExportWord:()=>u});var t=o(968),e=o(348);const r=["from","createdAt","all","push","join","CommentsRepository","data-cke","content","timezone","hasAttribute","has","ownerNode","fetch","users","plugins","warn","name","getCommentThreads","TrackChanges","Users","keys","timeZone","styleSheets","suggestions","text","then",".ck-content","get","resolvedOptions","DateTimeFormat","isResolved","indexOf","comments","trim","length","cssText","EDITOR_STYLES",":root","map","authorId","getSuggestions"];var s,i;s=r,i=173,function(t){for(;--t;)s.push(s.shift())}(++i);const c=function(t,e){return r[t-=0]};function a(){const t=[],e=[];for(const o of Array[c("0x20")](document[c("0xd")]))if(o[c("0x2")][c("0x0")](c("0x26")))for(const n of Array.from(o.cssRules))-1!==n.cssText[c("0x16")](c("0x11"))?t.push(n.cssText):-1!==n[c("0x1a")][c("0x16")](c("0x1c"))&&e[c("0x23")](n[c("0x1a")]);return t[c("0x19")]||console[c("0x6")]("The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet."),[...e,...t][c("0x24")](" ")[c("0x18")]()}function d(t){const e=t[c("0x5")][c("0x1")](c("0xa")),o=t[c("0x5")].has(c("0x25")),n=t[c("0x5")].has("TrackChanges"),r={};if(e&&o){const e=function(t){const e={};if(!t[c("0x19")])return e;for(const o of t)o.comments[c("0x1d")]((t=>{void 0===e[o.id]&&(e[o.id]=[]),e[o.id][c("0x23")]({author:t.author.name,content:t[c("0x27")],created:t[c("0x21")],is_resolved:o[c("0x15")]})}));return e}(t[c("0x5")].get(c("0x25"))[c("0x8")]({skipNotAttached:!0,skipEmpty:!0}));Object[c("0xb")](e).length&&(r[c("0x17")]=e)}if(e&&n){const e=t[c("0x5")][c("0x12")](c("0x9")),o=t[c("0x5")][c("0x12")]("Users"),n=function(t,e){const o={};if(!t[c("0x19")]||!e[c("0x19")])return o;for(const n of t)o[n.id]={author:e[c("0x12")](n[c("0x1e")])[c("0x7")],created:n[c("0x21")]};return o}(e[c("0x1f")]({toJSON:!0}),o[c("0x4")]);Object[c("0xb")](n)[c("0x19")]&&(r[c("0xe")]=n)}return(r.suggestions||r[c("0x17")])&&(r[c("0x28")]=(new(Intl[c("0x14")]))[c("0x13")]()[c("0xc")]),r}class l extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,o=e.t,n=t.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",r=t.converterOptions||{},s=e.plugins.get("ExportWord"),i=t.token||s._token,l=!1!==r.auto_pagination,u=t.dataCallback||(t=>t.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(t){if(!t)return new Promise((t=>t("")));const e=[];for(const o of t)c("0x1b")!==o?e.push(window[c("0x3")](o)[c("0x10")]((t=>t[c("0xf")]()))):e[c("0x23")](a());return Promise[c("0x22")](e)[c("0x10")]((t=>t[c("0x24")](" ").trim()))}(t.stylesheets||["EDITOR_STYLES"]).then((async o=>{const s=await u(e),c={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+s+"</div>",css:o,options:{...r,...d(e)}},a={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...i?{Authorization:i.value}:null},body:JSON.stringify(c)};return window.fetch(n,a).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((e=>{const o="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(e,o||"document.docx")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(o("An error occurred while generating the Word file.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const o=document.createElement("a");o.href=window.URL.createObjectURL(t),o.download=e,o.click(),o.remove()}}class u extends t.Plugin{static get pluginName(){return"ExportWord"}static get requires(){return["CloudServices",e.Notification]}init(){const t=this.editor,o=t.t,n=t.config.get("exportWord")||{};t.commands.add("exportWord",new l(t)),t.ui.componentFactory.add("exportWord",(r=>{const s=t.commands.get("exportWord"),i=new e.ButtonView(r),c=new e.SpinnerView;return i.set({label:o("Export to Word"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n',tooltip:!0}),i.children.add(c),i.bind("isOn","isEnabled").to(s,"isBusy","isEnabled"),c.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),this.listenTo(i,"execute",(()=>{t.execute("exportWord",n),t.editing.view.focus()})),i}));const r=t.plugins.get("CloudServices");!1===n.tokenUrl?this._token=null:n.tokenUrl?r.registerTokenUrl(n.tokenUrl).then((t=>{this._token=t})):this._token=r.token}}})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=n})();
5
+ */(()=>{var t={782:(t,e,o)=>{t.exports=o(237)("./src/core.js")},311:(t,e,o)=>{t.exports=o(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function o(n){var r=e[n];if(void 0!==r)return r.exports;var s=e[n]={exports:{}};return t[n](s,s.exports,o),s.exports}o.d=(t,e)=>{for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";o.r(n),o.d(n,{ExportWord:()=>d});var t=o(782),e=o(311);function r(){const t=s,e=[],o=[];for(const n of Array[t(432)](document[t(400)]))if(n[t(415)][t(430)](t(438)))for(const r of Array[t(432)](n[t(397)]))-1!==r[t(442)][t(413)](t(440))?e[t(439)](r[t(442)]):-1!==r[t(442)][t(413)](t(410))&&o[t(439)](r[t(442)]);return e[t(402)]||console[t(394)](t(404)),[...o,...e][t(436)](" ")[t(429)]()}function s(t,e){const o=a();return(s=function(t,e){return o[t-=393]})(t,e)}function i(t){const e=s,o=t[e(445)][e(422)](e(403)),n=t[e(445)][e(422)](e(435)),r=t[e(445)][e(422)](e(437)),i={};if(o&&n){const o=function(t){const e=s,o={};if(!t[e(402)])return o;for(const n of t)n[e(396)][e(393)]((t=>{const r=e;void 0===o[n.id]&&(o[n.id]=[]),o[n.id][r(439)]({author:t[r(398)][r(428)],content:t[r(418)],created:t[r(434)],is_resolved:n[r(444)]})}));return o}(t[e(445)][e(433)](e(435))[e(407)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(443)](o)[e(402)]&&(i[e(396)]=o)}if(o&&r){const o=t[e(445)][e(433)](e(437)),n=t[e(445)][e(433)](e(403)),r=function(t,e){const o=s,n={};if(!t[o(402)]||!e[o(402)])return n;for(const r of t)n[r.id]={author:e[o(433)](r[o(419)])[o(428)],created:r[o(434)]};return n}(o[e(420)]({toJSON:!0}),n[e(426)]);Object[e(443)](r)[e(402)]&&(i[e(424)]=r)}return(i[e(424)]||i[e(396)])&&(i[e(406)]=(new(Intl[e(411)]))[e(416)]()[e(395)]),i}function a(){const t=["then","all",":root","DateTimeFormat","11102848JQKlvT","indexOf","83735aKRmQT","ownerNode","resolvedOptions","20728359CEjWni","content","authorId","getSuggestions","fetch","has","42bkKXgT","suggestions","2772126UCpMQC","users","5725240WMItbu","name","trim","hasAttribute","455768errQFc","from","get","createdAt","CommentsRepository","join","TrackChanges","data-cke","push",".ck-content","text","cssText","keys","isResolved","plugins","map","warn","timeZone","comments","cssRules","author","489qUNORd","styleSheets","9644LhWgIz","length","Users","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.","EDITOR_STYLES","timezone","getCommentThreads"];return(a=function(){return t})()}!function(t,e){const o=s,n=t();for(;;)try{if(739154===-parseInt(o(431))/1+-parseInt(o(401))/2*(parseInt(o(399))/3)+-parseInt(o(427))/4+-parseInt(o(414))/5*(-parseInt(o(423))/6)+-parseInt(o(425))/7+parseInt(o(412))/8+parseInt(o(417))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(a);class c 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",a=t.converterOptions||{},c=e.plugins.get("ExportWord"),d=t.token||c._token,u=!1!==a.auto_pagination,l=t.dataCallback||(t=>t.data.get({pagination:u}));return this.isBusy=!0,this.refresh(),function(t){const e=s;if(!t)return new Promise((t=>t("")));const o=[];for(const n of t)e(405)!==n?o[e(439)](window[e(421)](n)[e(408)]((t=>t[e(441)]()))):o[e(439)](r());return Promise[e(409)](o)[e(408)]((t=>t[e(436)](" ")[e(429)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async o=>{const r=await l(e),s={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+r+"</div>",css:o,options:{...a,...i(e)}},c={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...d?{Authorization:d.value}:null},body:JSON.stringify(s)};return window.fetch(n,c).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 d 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 c(t)),t.ui.componentFactory.add("exportWord",(r=>{const s=t.commands.get("exportWord"),i=new e.ButtonView(r),a=new e.SpinnerView;return i.set({label:o("Export to Word"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n',tooltip:!0}),i.children.add(a),i.bind("isOn","isEnabled").to(s,"isBusy","isEnabled"),a.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),this.listenTo(i,"execute",(()=>{t.execute("exportWord",n),t.editing.view.focus()})),i}));const r=t.plugins.get("CloudServices");!1===n.tokenUrl?this._token=null:n.tokenUrl?r.registerTokenUrl(n.tokenUrl).then((t=>{this._token=t})):this._token=r.token}}function u(t,e){var o=l();return(u=function(t,e){return o[t-=146]})(t,e)}function l(){var t=["5ojLxBE","2182446UywqjI","126774jkqVjR","10PeDhsy","3973824NDQziA","4083846Pargwu","703144gHgwYi","9611590OPhXbF","389202oxDWbg","8FTGpgr"];return(l=function(){return t})()}!function(t,e){for(var o=u,n=t();;)try{if(377699===parseInt(o(154))/1*(-parseInt(o(146))/2)+-parseInt(o(152))/3+parseInt(o(150))/4*(parseInt(o(147))/5)+parseInt(o(149))/6+parseInt(o(155))/7+-parseInt(o(153))/8*(-parseInt(o(148))/9)+-parseInt(o(151))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(l)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=n})();
@@ -14,7 +14,7 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
16
16
  "Language: he\n"
17
- "Plural-Forms: nplurals=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"
17
+ "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
 
20
20
  msgctxt "A toolbar button tooltip for a Word export feature."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-export-word",
3
- "version": "41.1.0",
3
+ "version": "41.2.0",
4
4
  "description": "Export to Word feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -30,7 +30,7 @@
30
30
  "type": "module",
31
31
  "main": "src/index.js",
32
32
  "dependencies": {
33
- "ckeditor5": "41.1.0"
33
+ "ckeditor5": "41.2.0"
34
34
  },
35
35
  "license": "SEE LICENSE IN LICENSE.md",
36
36
  "author": "CKSource (https://cksource.com/)",
package/src/exportword.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x4d795d}from'ckeditor5/src/core.js';import{ButtonView as _0x356c1b,Notification as _0x76d730,SpinnerView as _0x6d90d0}from'ckeditor5/src/ui.js';import _0x2d3595 from'./exportwordcommand.js';import _0x42bf5f from'../theme/icons/exportword.svg';export default class d extends _0x4d795d{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x76d730];}['init'](){const _0x52a364=this['editor'],t=_0x52a364['t'],_0x5425b1=_0x52a364['config']['get']('exportWord')||{};_0x52a364['commands']['add']('exportWord',new _0x2d3595(_0x52a364)),_0x52a364['ui']['componentFactory']['add']('exportWord',_0x154a77=>{const _0x528b0d=_0x52a364['commands']['get']('exportWord'),_0x5de458=new _0x356c1b(_0x154a77),_0x4b116e=new _0x6d90d0();return _0x5de458['set']({'label':t('Export\x20to\x20Word'),'icon':_0x42bf5f,'tooltip':!0x0}),_0x5de458['children']['add'](_0x4b116e),_0x5de458['bind']('isOn','isEnabled')['to'](_0x528b0d,'isBusy','isEnabled'),_0x4b116e['bind']('isVisible')['to'](_0x528b0d,'isBusy'),_0x5de458['iconView']['bind']('isVisible')['to'](_0x528b0d,'isBusy',_0x356e5d=>!_0x356e5d),this['listenTo'](_0x5de458,'execute',()=>{_0x52a364['execute']('exportWord',_0x5425b1),_0x52a364['editing']['view']['focus']();}),_0x5de458;});const _0x10510c=_0x52a364['plugins']['get']('CloudServices');!0x1===_0x5425b1['tokenUrl']?this['_token']=null:_0x5425b1['tokenUrl']?_0x10510c['registerTokenUrl'](_0x5425b1['tokenUrl'])['then'](_0x265d5a=>{this['_token']=_0x265d5a;}):this['_token']=_0x10510c['token'];}}
23
+ import{Plugin as _0x26d46f}from'ckeditor5/src/core.js';import{ButtonView as _0x48b7a5,Notification as _0x2a7895,SpinnerView as _0x19704b}from'ckeditor5/src/ui.js';import _0x39c966 from'./exportwordcommand.js';import _0x4d3d2a from'../theme/icons/exportword.svg';export default class d extends _0x26d46f{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x2a7895];}['init'](){const _0x3c7507=this['editor'],t=_0x3c7507['t'],_0x3b1ca8=_0x3c7507['config']['get']('exportWord')||{};_0x3c7507['commands']['add']('exportWord',new _0x39c966(_0x3c7507)),_0x3c7507['ui']['componentFactory']['add']('exportWord',_0x58ee85=>{const _0x5f22a1=_0x3c7507['commands']['get']('exportWord'),_0x2cfb02=new _0x48b7a5(_0x58ee85),_0x536efa=new _0x19704b();return _0x2cfb02['set']({'label':t('Export\x20to\x20Word'),'icon':_0x4d3d2a,'tooltip':!0x0}),_0x2cfb02['children']['add'](_0x536efa),_0x2cfb02['bind']('isOn','isEnabled')['to'](_0x5f22a1,'isBusy','isEnabled'),_0x536efa['bind']('isVisible')['to'](_0x5f22a1,'isBusy'),_0x2cfb02['iconView']['bind']('isVisible')['to'](_0x5f22a1,'isBusy',_0x208c4c=>!_0x208c4c),this['listenTo'](_0x2cfb02,'execute',()=>{_0x3c7507['execute']('exportWord',_0x3b1ca8),_0x3c7507['editing']['view']['focus']();}),_0x2cfb02;});const _0x18ea0e=_0x3c7507['plugins']['get']('CloudServices');!0x1===_0x3b1ca8['tokenUrl']?this['_token']=null:_0x3b1ca8['tokenUrl']?_0x18ea0e['registerTokenUrl'](_0x3b1ca8['tokenUrl'])['then'](_0x66d0=>{this['_token']=_0x66d0;}):this['_token']=_0x18ea0e['token'];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x3e63bd}from'ckeditor5/src/core.js';import{getStyles as _0x4bd2db,getConverterOptions as _0x2f53ac}from'./utils.js';export default class i extends _0x3e63bd{constructor(_0x3e8461){super(_0x3e8461),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x6b4788={}){const _0x1e8d10=this['editor'],t=_0x1e8d10['t'],_0xab77cd=_0x6b4788['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x8fc8cf=_0x6b4788['converterOptions']||{},_0x45cf90=_0x1e8d10['plugins']['get']('ExportWord'),_0x4575d9=_0x6b4788['token']||_0x45cf90['_token'],_0x27e301=!0x1!==_0x8fc8cf['auto_pagination'],_0x589171=_0x6b4788['dataCallback']||(_0x243124=>_0x243124['data']['get']({'pagination':_0x27e301}));return this['isBusy']=!0x0,this['refresh'](),_0x4bd2db(_0x6b4788['stylesheets']||['EDITOR_STYLES'])['then'](async _0xa31a98=>{const _0x3c362b=await _0x589171(_0x1e8d10),_0x1f5df1={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x1e8d10['locale']['contentLanguageDirection']+'\x22>'+_0x3c362b+'</div>','css':_0xa31a98,'options':{..._0x8fc8cf,..._0x2f53ac(_0x1e8d10)}},_0x3fc161={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x4575d9?{'Authorization':_0x4575d9['value']}:null},'body':JSON['stringify'](_0x1f5df1)};return window['fetch'](_0xab77cd,_0x3fc161)['then'](_0x85974e=>{if(0xc8!==_0x85974e['status'])throw _0x85974e;return _0x85974e['blob']();})['then'](_0x55c513=>{const _0x4be752='function'==typeof _0x6b4788['fileName']?_0x6b4788['fileName']():_0x6b4788['fileName'];this['_downloadFile'](_0x55c513,_0x4be752||'document.docx');});})['catch'](_0x23ed15=>{throw _0x1e8d10['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x23ed15;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x484429,_0x3d43f7){const _0x27b6f3=document['createElement']('a');_0x27b6f3['href']=window['URL']['createObjectURL'](_0x484429),_0x27b6f3['download']=_0x3d43f7,_0x27b6f3['click'](),_0x27b6f3['remove']();}}
23
+ import{Command as _0x574bbb}from'ckeditor5/src/core.js';import{getStyles as _0x2d5b7f,getConverterOptions as _0x34cd77}from'./utils.js';export default class i extends _0x574bbb{constructor(_0x223aa5){super(_0x223aa5),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x46af4b={}){const _0x4707e1=this['editor'],t=_0x4707e1['t'],_0x1a3fab=_0x46af4b['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0xc8c6f6=_0x46af4b['converterOptions']||{},_0x546674=_0x4707e1['plugins']['get']('ExportWord'),_0x35a5c2=_0x46af4b['token']||_0x546674['_token'],_0xebb55c=!0x1!==_0xc8c6f6['auto_pagination'],_0x5a9063=_0x46af4b['dataCallback']||(_0x31ae37=>_0x31ae37['data']['get']({'pagination':_0xebb55c}));return this['isBusy']=!0x0,this['refresh'](),_0x2d5b7f(_0x46af4b['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1d415f=>{const _0x3e9ee3=await _0x5a9063(_0x4707e1),_0x58211a={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x4707e1['locale']['contentLanguageDirection']+'\x22>'+_0x3e9ee3+'</div>','css':_0x1d415f,'options':{..._0xc8c6f6,..._0x34cd77(_0x4707e1)}},_0x2a7e37={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x35a5c2?{'Authorization':_0x35a5c2['value']}:null},'body':JSON['stringify'](_0x58211a)};return window['fetch'](_0x1a3fab,_0x2a7e37)['then'](_0x5211a3=>{if(0xc8!==_0x5211a3['status'])throw _0x5211a3;return _0x5211a3['blob']();})['then'](_0x1e7eef=>{const _0x5047b3='function'==typeof _0x46af4b['fileName']?_0x46af4b['fileName']():_0x46af4b['fileName'];this['_downloadFile'](_0x1e7eef,_0x5047b3||'document.docx');});})['catch'](_0x1c6219=>{throw _0x4707e1['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x1c6219;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x804289,_0x37276c){const _0x404444=document['createElement']('a');_0x404444['href']=window['URL']['createObjectURL'](_0x804289),_0x404444['download']=_0x37276c,_0x404444['click'](),_0x404444['remove']();}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export{default as ExportWord}from'./exportword.js';import'./augmentation.js';
23
+ (function(_0x294dbf,_0x1e5487){var _0x31d3ec=_0x5e9f,_0x54f7a3=_0x294dbf();while(!![]){try{var _0x3dd86c=parseInt(_0x31d3ec(0x9a))/0x1*(-parseInt(_0x31d3ec(0x92))/0x2)+-parseInt(_0x31d3ec(0x98))/0x3+parseInt(_0x31d3ec(0x96))/0x4*(parseInt(_0x31d3ec(0x93))/0x5)+parseInt(_0x31d3ec(0x95))/0x6+parseInt(_0x31d3ec(0x9b))/0x7+-parseInt(_0x31d3ec(0x99))/0x8*(-parseInt(_0x31d3ec(0x94))/0x9)+-parseInt(_0x31d3ec(0x97))/0xa;if(_0x3dd86c===_0x1e5487)break;else _0x54f7a3['push'](_0x54f7a3['shift']());}catch(_0x8aa9f){_0x54f7a3['push'](_0x54f7a3['shift']());}}}(_0x1123,0x5c363));export{default as ExportWord}from'./exportword.js';function _0x5e9f(_0x569aee,_0x54a119){var _0x11237=_0x1123();return _0x5e9f=function(_0x5e9f67,_0x5266b3){_0x5e9f67=_0x5e9f67-0x92;var _0x4ae654=_0x11237[_0x5e9f67];return _0x4ae654;},_0x5e9f(_0x569aee,_0x54a119);}function _0x1123(){var _0x32110d=['5ojLxBE','2182446UywqjI','126774jkqVjR','10PeDhsy','3973824NDQziA','4083846Pargwu','703144gHgwYi','9611590OPhXbF','389202oxDWbg','8FTGpgr'];_0x1123=function(){return _0x32110d;};return _0x1123();}import'./augmentation.js';
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x17f4=['from','createdAt','all','push','join','CommentsRepository','data-cke','content','timezone','hasAttribute','has','ownerNode','fetch','users','plugins','warn','name','getCommentThreads','TrackChanges','Users','keys','timeZone','styleSheets','suggestions','text','then','.ck-content','get','resolvedOptions','DateTimeFormat','isResolved','indexOf','comments','trim','length','cssText','EDITOR_STYLES',':root','map','authorId','getSuggestions'];(function(_0x118935,_0x17f443){const _0x6eef7c=function(_0x28aad5){while(--_0x28aad5){_0x118935['push'](_0x118935['shift']());}};_0x6eef7c(++_0x17f443);}(_0x17f4,0xad));const _0x6eef=function(_0x118935,_0x17f443){_0x118935=_0x118935-0x0;let _0x6eef7c=_0x17f4[_0x118935];return _0x6eef7c;};export function getStyles(_0x460d54){if(!_0x460d54)return new Promise(_0x2869c0=>_0x2869c0(''));const _0x47e0df=[];for(const _0x3676de of _0x460d54)_0x6eef('0x1b')!==_0x3676de?_0x47e0df['push'](window[_0x6eef('0x3')](_0x3676de)[_0x6eef('0x10')](_0x5de2e3=>_0x5de2e3[_0x6eef('0xf')]())):_0x47e0df[_0x6eef('0x23')](u());return Promise[_0x6eef('0x22')](_0x47e0df)[_0x6eef('0x10')](_0x280dcd=>_0x280dcd[_0x6eef('0x24')]('\x20')['trim']());}function u(){const _0x19a300=[],_0x3bd879=[];for(const _0x52accc of Array[_0x6eef('0x20')](document[_0x6eef('0xd')])){if(_0x52accc[_0x6eef('0x2')][_0x6eef('0x0')](_0x6eef('0x26')))for(const _0x95bb1f of Array['from'](_0x52accc['cssRules']))-0x1!==_0x95bb1f['cssText'][_0x6eef('0x16')](_0x6eef('0x11'))?_0x19a300['push'](_0x95bb1f['cssText']):-0x1!==_0x95bb1f[_0x6eef('0x1a')][_0x6eef('0x16')](_0x6eef('0x1c'))&&_0x3bd879[_0x6eef('0x23')](_0x95bb1f[_0x6eef('0x1a')]);}return _0x19a300[_0x6eef('0x19')]||console[_0x6eef('0x6')]('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0x3bd879,..._0x19a300][_0x6eef('0x24')]('\x20')[_0x6eef('0x18')]();}export function getConverterOptions(_0x238da8){const _0x41cdf0=_0x238da8[_0x6eef('0x5')][_0x6eef('0x1')](_0x6eef('0xa')),_0x19256f=_0x238da8[_0x6eef('0x5')]['has'](_0x6eef('0x25')),_0x17f243=_0x238da8[_0x6eef('0x5')]['has']('TrackChanges'),_0x5a3845={};if(_0x41cdf0&&_0x19256f){const _0x48f026=getComments(_0x238da8[_0x6eef('0x5')]['get'](_0x6eef('0x25'))[_0x6eef('0x8')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x6eef('0xb')](_0x48f026)['length']&&(_0x5a3845[_0x6eef('0x17')]=_0x48f026);}if(_0x41cdf0&&_0x17f243){const _0x3ffd4a=_0x238da8[_0x6eef('0x5')][_0x6eef('0x12')](_0x6eef('0x9')),_0x3f3d94=_0x238da8[_0x6eef('0x5')][_0x6eef('0x12')]('Users'),_0x410b93=getSuggestions(_0x3ffd4a[_0x6eef('0x1f')]({'toJSON':!0x0}),_0x3f3d94[_0x6eef('0x4')]);Object[_0x6eef('0xb')](_0x410b93)[_0x6eef('0x19')]&&(_0x5a3845[_0x6eef('0xe')]=_0x410b93);}return(_0x5a3845['suggestions']||_0x5a3845[_0x6eef('0x17')])&&(_0x5a3845[_0x6eef('0x28')]=new Intl[(_0x6eef('0x14'))]()[_0x6eef('0x13')]()[_0x6eef('0xc')]),_0x5a3845;}export function getComments(_0x276a73){const _0x4c5bc3={};if(!_0x276a73[_0x6eef('0x19')])return _0x4c5bc3;for(const _0x20b6ef of _0x276a73)_0x20b6ef['comments'][_0x6eef('0x1d')](_0x4b0455=>{void 0x0===_0x4c5bc3[_0x20b6ef['id']]&&(_0x4c5bc3[_0x20b6ef['id']]=[]),_0x4c5bc3[_0x20b6ef['id']][_0x6eef('0x23')]({'author':_0x4b0455['author']['name'],'content':_0x4b0455[_0x6eef('0x27')],'created':_0x4b0455[_0x6eef('0x21')],'is_resolved':_0x20b6ef[_0x6eef('0x15')]});});return _0x4c5bc3;}export function getSuggestions(_0x1b49bc,_0xa330fe){const _0x536b57={};if(!_0x1b49bc[_0x6eef('0x19')]||!_0xa330fe[_0x6eef('0x19')])return _0x536b57;for(const _0x4a2e36 of _0x1b49bc)_0x536b57[_0x4a2e36['id']]={'author':_0xa330fe[_0x6eef('0x12')](_0x4a2e36[_0x6eef('0x1e')])[_0x6eef('0x7')],'created':_0x4a2e36[_0x6eef('0x21')]};return _0x536b57;}
23
+ (function(_0x178e82,_0x22c18f){const _0x4ec1b6=_0x40e3,_0xe42f3f=_0x178e82();while(!![]){try{const _0x2cc793=-parseInt(_0x4ec1b6(0x1af))/0x1+-parseInt(_0x4ec1b6(0x191))/0x2*(parseInt(_0x4ec1b6(0x18f))/0x3)+-parseInt(_0x4ec1b6(0x1ab))/0x4+-parseInt(_0x4ec1b6(0x19e))/0x5*(-parseInt(_0x4ec1b6(0x1a7))/0x6)+-parseInt(_0x4ec1b6(0x1a9))/0x7+parseInt(_0x4ec1b6(0x19c))/0x8+parseInt(_0x4ec1b6(0x1a1))/0x9;if(_0x2cc793===_0x22c18f)break;else _0xe42f3f['push'](_0xe42f3f['shift']());}catch(_0x53b6b8){_0xe42f3f['push'](_0xe42f3f['shift']());}}}(_0x225b,0xb4752));export function getStyles(_0x955e40){const _0x55498e=_0x40e3;if(!_0x955e40)return new Promise(_0x1056b3=>_0x1056b3(''));const _0x290353=[];for(const _0x26d8d9 of _0x955e40)_0x55498e(0x195)!==_0x26d8d9?_0x290353[_0x55498e(0x1b7)](window[_0x55498e(0x1a5)](_0x26d8d9)[_0x55498e(0x198)](_0x56c2b8=>_0x56c2b8[_0x55498e(0x1b9)]())):_0x290353[_0x55498e(0x1b7)](u());return Promise[_0x55498e(0x199)](_0x290353)[_0x55498e(0x198)](_0x128558=>_0x128558[_0x55498e(0x1b4)]('\x20')[_0x55498e(0x1ad)]());}function u(){const _0x432e90=_0x40e3,_0x33d6e1=[],_0x10fdbf=[];for(const _0x466dcb of Array[_0x432e90(0x1b0)](document[_0x432e90(0x190)])){if(_0x466dcb[_0x432e90(0x19f)][_0x432e90(0x1ae)](_0x432e90(0x1b6))){for(const _0x10967f of Array[_0x432e90(0x1b0)](_0x466dcb[_0x432e90(0x18d)]))-0x1!==_0x10967f[_0x432e90(0x1ba)][_0x432e90(0x19d)](_0x432e90(0x1b8))?_0x33d6e1[_0x432e90(0x1b7)](_0x10967f[_0x432e90(0x1ba)]):-0x1!==_0x10967f[_0x432e90(0x1ba)][_0x432e90(0x19d)](_0x432e90(0x19a))&&_0x10fdbf[_0x432e90(0x1b7)](_0x10967f[_0x432e90(0x1ba)]);}}return _0x33d6e1[_0x432e90(0x192)]||console[_0x432e90(0x18a)](_0x432e90(0x194)),[..._0x10fdbf,..._0x33d6e1][_0x432e90(0x1b4)]('\x20')[_0x432e90(0x1ad)]();}function _0x40e3(_0x39550c,_0x5dd8f9){const _0x225bd7=_0x225b();return _0x40e3=function(_0x40e36f,_0x197888){_0x40e36f=_0x40e36f-0x189;let _0x5552c5=_0x225bd7[_0x40e36f];return _0x5552c5;},_0x40e3(_0x39550c,_0x5dd8f9);}export function getConverterOptions(_0x3987fd){const _0x5b1082=_0x40e3,_0x7c847f=_0x3987fd[_0x5b1082(0x1bd)][_0x5b1082(0x1a6)](_0x5b1082(0x193)),_0x3c090b=_0x3987fd[_0x5b1082(0x1bd)][_0x5b1082(0x1a6)](_0x5b1082(0x1b3)),_0x2fe83f=_0x3987fd[_0x5b1082(0x1bd)][_0x5b1082(0x1a6)](_0x5b1082(0x1b5)),_0xda91db={};if(_0x7c847f&&_0x3c090b){const _0x2f627f=getComments(_0x3987fd[_0x5b1082(0x1bd)][_0x5b1082(0x1b1)](_0x5b1082(0x1b3))[_0x5b1082(0x197)]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x5b1082(0x1bb)](_0x2f627f)[_0x5b1082(0x192)]&&(_0xda91db[_0x5b1082(0x18c)]=_0x2f627f);}if(_0x7c847f&&_0x2fe83f){const _0x4084dc=_0x3987fd[_0x5b1082(0x1bd)][_0x5b1082(0x1b1)](_0x5b1082(0x1b5)),_0x11f731=_0x3987fd[_0x5b1082(0x1bd)][_0x5b1082(0x1b1)](_0x5b1082(0x193)),_0x4122fb=getSuggestions(_0x4084dc[_0x5b1082(0x1a4)]({'toJSON':!0x0}),_0x11f731[_0x5b1082(0x1aa)]);Object[_0x5b1082(0x1bb)](_0x4122fb)[_0x5b1082(0x192)]&&(_0xda91db[_0x5b1082(0x1a8)]=_0x4122fb);}return(_0xda91db[_0x5b1082(0x1a8)]||_0xda91db[_0x5b1082(0x18c)])&&(_0xda91db[_0x5b1082(0x196)]=new Intl[(_0x5b1082(0x19b))]()[_0x5b1082(0x1a0)]()[_0x5b1082(0x18b)]),_0xda91db;}export function getComments(_0x3a76b0){const _0x7e31d5=_0x40e3,_0x1d1224={};if(!_0x3a76b0[_0x7e31d5(0x192)])return _0x1d1224;for(const _0x1965ec of _0x3a76b0)_0x1965ec[_0x7e31d5(0x18c)][_0x7e31d5(0x189)](_0x9bd3c2=>{const _0x3b2511=_0x7e31d5;void 0x0===_0x1d1224[_0x1965ec['id']]&&(_0x1d1224[_0x1965ec['id']]=[]),_0x1d1224[_0x1965ec['id']][_0x3b2511(0x1b7)]({'author':_0x9bd3c2[_0x3b2511(0x18e)][_0x3b2511(0x1ac)],'content':_0x9bd3c2[_0x3b2511(0x1a2)],'created':_0x9bd3c2[_0x3b2511(0x1b2)],'is_resolved':_0x1965ec[_0x3b2511(0x1bc)]});});return _0x1d1224;}function _0x225b(){const _0x46d38e=['then','all',':root','DateTimeFormat','11102848JQKlvT','indexOf','83735aKRmQT','ownerNode','resolvedOptions','20728359CEjWni','content','authorId','getSuggestions','fetch','has','42bkKXgT','suggestions','2772126UCpMQC','users','5725240WMItbu','name','trim','hasAttribute','455768errQFc','from','get','createdAt','CommentsRepository','join','TrackChanges','data-cke','push','.ck-content','text','cssText','keys','isResolved','plugins','map','warn','timeZone','comments','cssRules','author','489qUNORd','styleSheets','9644LhWgIz','length','Users','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.','EDITOR_STYLES','timezone','getCommentThreads'];_0x225b=function(){return _0x46d38e;};return _0x225b();}export function getSuggestions(_0x2a18be,_0x439567){const _0x53e229=_0x40e3,_0x1ed46c={};if(!_0x2a18be[_0x53e229(0x192)]||!_0x439567[_0x53e229(0x192)])return _0x1ed46c;for(const _0x1c8574 of _0x2a18be)_0x1ed46c[_0x1c8574['id']]={'author':_0x439567[_0x53e229(0x1b1)](_0x1c8574[_0x53e229(0x1a3)])[_0x53e229(0x1ac)],'created':_0x1c8574[_0x53e229(0x1b2)]};return _0x1ed46c;}