@ckeditor/ckeditor5-export-word 41.0.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={704:(t,e,o)=>{t.exports=o(79)("./src/core.js")},273:(t,e,o)=>{t.exports=o(79)("./src/ui.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function o(n){var r=e[n];if(void 0!==r)return r.exports;var i=e[n]={exports:{}};return t[n](i,i.exports,o),i.exports}o.d=(t,e)=>{for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};(()=>{"use strict";o.r(n),o.d(n,{ExportWord:()=>u});var t=o(704),e=o(273);const r=["createdAt","from","trim","getSuggestions","warn","CommentsRepository","keys","timeZone","cssText","EDITOR_STYLES","hasAttribute","styleSheets","push",".ck-content","join","get","authorId","resolvedOptions","indexOf","all","ownerNode","has","length","comments","then","map","author","data-cke","TrackChanges","plugins","timezone","Users","name","DateTimeFormat","suggestions"];var i,s;i=r,s=247,function(t){for(;--t;)i.push(i.shift())}(++s);const c=function(t,e){return r[t-=0]};function a(){const t=[],e=[];for(const o of Array[c("0x22")](document[c("0x9")]))if(o[c("0x12")][c("0x8")](c("0x19")))for(const n of Array[c("0x22")](o.cssRules))-1!==n.cssText[c("0x10")](c("0xb"))?t.push(n[c("0x6")]):-1!==n[c("0x6")][c("0x10")](":root")&&e.push(n.cssText);return t[c("0x14")]||console[c("0x2")]("The editor stylesheet could not be found in the document. Check your webpack config – style-loader should use data-cke=true attribute for the editor stylesheet."),[...e,...t][c("0xc")](" ")[c("0x0")]()}function d(t){const e=t[c("0x1b")][c("0x13")](c("0x1d")),o=t[c("0x1b")][c("0x13")]("CommentsRepository"),n=t[c("0x1b")][c("0x13")](c("0x1a")),r={};if(e&&o){const e=function(t){const e={};if(!t[c("0x14")])return e;for(const o of t)o.comments[c("0x17")]((t=>{void 0===e[o.id]&&(e[o.id]=[]),e[o.id][c("0xa")]({author:t[c("0x18")][c("0x1e")],content:t.content,created:t.createdAt,is_resolved:o.isResolved})}));return e}(t[c("0x1b")][c("0xd")](c("0x3")).getCommentThreads({skipNotAttached:!0,skipEmpty:!0}));Object[c("0x4")](e)[c("0x14")]&&(r.comments=e)}if(e&&n){const e=t[c("0x1b")][c("0xd")](c("0x1a")),o=t[c("0x1b")][c("0xd")](c("0x1d")),n=function(t,e){const o={};if(!t.length||!e[c("0x14")])return o;for(const n of t)o[n.id]={author:e[c("0xd")](n[c("0xe")])[c("0x1e")],created:n[c("0x21")]};return o}(e[c("0x1")]({toJSON:!0}),o.users);Object[c("0x4")](n).length&&(r[c("0x20")]=n)}return(r[c("0x20")]||r[c("0x15")])&&(r[c("0x1c")]=(new(Intl[c("0x1f")]))[c("0xf")]()[c("0x5")]),r}class l extends t.Command{constructor(t){super(t),this.set("isBusy",!1),this.affectsData=!1}refresh(){this.isEnabled=!this.isBusy,this.value=this.isBusy?"pending":void 0}execute(t={}){const e=this.editor,o=e.t,n=t.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",r=t.converterOptions||{},i=e.plugins.get("ExportWord"),s=t.token||i._token,l=!1!==r.auto_pagination,u=t.dataCallback||(t=>t.data.get({pagination:l}));return this.isBusy=!0,this.refresh(),function(t){if(!t)return new Promise((t=>t("")));const e=[];for(const o of t)c("0x7")!==o?e[c("0xa")](window.fetch(o)[c("0x16")]((t=>t.text()))):e.push(a());return Promise[c("0x11")](e)[c("0x16")]((t=>t.join(" ")[c("0x0")]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async o=>{const i=await u(e),c={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+i+"</div>",css:o,options:{...r,...d(e)}},a={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...s?{Authorization:s.value}:null},body:JSON.stringify(c)};return window.fetch(n,a).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((e=>{const o="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(e,o||"document.docx")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(o("An error occurred while generating the Word file.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const o=document.createElement("a");o.href=window.URL.createObjectURL(t),o.download=e,o.click(),o.remove()}}class u extends t.Plugin{static get pluginName(){return"ExportWord"}static get requires(){return["CloudServices",e.Notification]}init(){const t=this.editor,o=t.t,n=t.config.get("exportWord")||{};t.commands.add("exportWord",new l(t)),t.ui.componentFactory.add("exportWord",(r=>{const i=t.commands.get("exportWord"),s=new e.ButtonView(r),c=new e.SpinnerView;return s.set({label:o("Export to Word"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>\n',tooltip:!0}),s.children.add(c),s.bind("isOn","isEnabled").to(i,"isBusy","isEnabled"),c.bind("isVisible").to(i,"isBusy"),s.iconView.bind("isVisible").to(i,"isBusy",(t=>!t)),this.listenTo(s,"execute",(()=>{t.execute("exportWord",n),t.editing.view.focus()})),s}));const r=t.plugins.get("CloudServices");!1===n.tokenUrl?this._token=null:n.tokenUrl?r.registerTokenUrl(n.tokenUrl).then((t=>{this._token=t})):this._token=r.token}}})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=n})();
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.0.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.0.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 _0x5177ac}from'ckeditor5/src/core.js';import{ButtonView as _0x11dfcb,Notification as _0x22f8ea,SpinnerView as _0x21e0df}from'ckeditor5/src/ui.js';import _0x41fd23 from'./exportwordcommand.js';import _0x4a08ab from'../theme/icons/exportword.svg';export default class d extends _0x5177ac{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x22f8ea];}['init'](){const _0x23e78a=this['editor'],t=_0x23e78a['t'],_0xa2c229=_0x23e78a['config']['get']('exportWord')||{};_0x23e78a['commands']['add']('exportWord',new _0x41fd23(_0x23e78a)),_0x23e78a['ui']['componentFactory']['add']('exportWord',_0x1d4f2a=>{const _0x3543be=_0x23e78a['commands']['get']('exportWord'),_0x574df4=new _0x11dfcb(_0x1d4f2a),_0x3f8339=new _0x21e0df();return _0x574df4['set']({'label':t('Export\x20to\x20Word'),'icon':_0x4a08ab,'tooltip':!0x0}),_0x574df4['children']['add'](_0x3f8339),_0x574df4['bind']('isOn','isEnabled')['to'](_0x3543be,'isBusy','isEnabled'),_0x3f8339['bind']('isVisible')['to'](_0x3543be,'isBusy'),_0x574df4['iconView']['bind']('isVisible')['to'](_0x3543be,'isBusy',_0x3e953f=>!_0x3e953f),this['listenTo'](_0x574df4,'execute',()=>{_0x23e78a['execute']('exportWord',_0xa2c229),_0x23e78a['editing']['view']['focus']();}),_0x574df4;});const _0x3e3478=_0x23e78a['plugins']['get']('CloudServices');!0x1===_0xa2c229['tokenUrl']?this['_token']=null:_0xa2c229['tokenUrl']?_0x3e3478['registerTokenUrl'](_0xa2c229['tokenUrl'])['then'](_0x2c7cc9=>{this['_token']=_0x2c7cc9;}):this['_token']=_0x3e3478['token'];}}
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 _0x4e8aac}from'ckeditor5/src/core.js';import{getStyles as _0x27b353,getConverterOptions as _0x50718b}from'./utils.js';export default class i extends _0x4e8aac{constructor(_0x329bb4){super(_0x329bb4),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x15a157={}){const _0xc382f1=this['editor'],t=_0xc382f1['t'],_0x4f3f5e=_0x15a157['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x2b04bf=_0x15a157['converterOptions']||{},_0x123eb1=_0xc382f1['plugins']['get']('ExportWord'),_0x4a5078=_0x15a157['token']||_0x123eb1['_token'],_0x4cf85a=!0x1!==_0x2b04bf['auto_pagination'],_0xf7dfeb=_0x15a157['dataCallback']||(_0x2b59c2=>_0x2b59c2['data']['get']({'pagination':_0x4cf85a}));return this['isBusy']=!0x0,this['refresh'](),_0x27b353(_0x15a157['stylesheets']||['EDITOR_STYLES'])['then'](async _0x4fae69=>{const _0x1e78cb=await _0xf7dfeb(_0xc382f1),_0x114554={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0xc382f1['locale']['contentLanguageDirection']+'\x22>'+_0x1e78cb+'</div>','css':_0x4fae69,'options':{..._0x2b04bf,..._0x50718b(_0xc382f1)}},_0xb0d41c={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x4a5078?{'Authorization':_0x4a5078['value']}:null},'body':JSON['stringify'](_0x114554)};return window['fetch'](_0x4f3f5e,_0xb0d41c)['then'](_0x5f5824=>{if(0xc8!==_0x5f5824['status'])throw _0x5f5824;return _0x5f5824['blob']();})['then'](_0x4d9c68=>{const _0x57409d='function'==typeof _0x15a157['fileName']?_0x15a157['fileName']():_0x15a157['fileName'];this['_downloadFile'](_0x4d9c68,_0x57409d||'document.docx');});})['catch'](_0xafd671=>{throw _0xc382f1['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0xafd671;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x47f77b,_0x3f5514){const _0x3a4dce=document['createElement']('a');_0x3a4dce['href']=window['URL']['createObjectURL'](_0x47f77b),_0x3a4dce['download']=_0x3f5514,_0x3a4dce['click'](),_0x3a4dce['remove']();}}
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 _0x16ce=['createdAt','from','trim','getSuggestions','warn','CommentsRepository','keys','timeZone','cssText','EDITOR_STYLES','hasAttribute','styleSheets','push','.ck-content','join','get','authorId','resolvedOptions','indexOf','all','ownerNode','has','length','comments','then','map','author','data-cke','TrackChanges','plugins','timezone','Users','name','DateTimeFormat','suggestions'];(function(_0x231fb9,_0x16ce55){const _0x12f6a0=function(_0x55386f){while(--_0x55386f){_0x231fb9['push'](_0x231fb9['shift']());}};_0x12f6a0(++_0x16ce55);}(_0x16ce,0xf7));const _0x12f6=function(_0x231fb9,_0x16ce55){_0x231fb9=_0x231fb9-0x0;let _0x12f6a0=_0x16ce[_0x231fb9];return _0x12f6a0;};export function getStyles(_0x2bb33e){if(!_0x2bb33e)return new Promise(_0x207a2e=>_0x207a2e(''));const _0xc85822=[];for(const _0x20cfca of _0x2bb33e)_0x12f6('0x7')!==_0x20cfca?_0xc85822[_0x12f6('0xa')](window['fetch'](_0x20cfca)[_0x12f6('0x16')](_0x5b9525=>_0x5b9525['text']())):_0xc85822['push'](u());return Promise[_0x12f6('0x11')](_0xc85822)[_0x12f6('0x16')](_0x2338cc=>_0x2338cc['join']('\x20')[_0x12f6('0x0')]());}function u(){const _0x2bf7de=[],_0x409d3b=[];for(const _0x1df0f9 of Array[_0x12f6('0x22')](document[_0x12f6('0x9')])){if(_0x1df0f9[_0x12f6('0x12')][_0x12f6('0x8')](_0x12f6('0x19')))for(const _0xb5a12b of Array[_0x12f6('0x22')](_0x1df0f9['cssRules']))-0x1!==_0xb5a12b['cssText'][_0x12f6('0x10')](_0x12f6('0xb'))?_0x2bf7de['push'](_0xb5a12b[_0x12f6('0x6')]):-0x1!==_0xb5a12b[_0x12f6('0x6')][_0x12f6('0x10')](':root')&&_0x409d3b['push'](_0xb5a12b['cssText']);}return _0x2bf7de[_0x12f6('0x14')]||console[_0x12f6('0x2')]('The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.'),[..._0x409d3b,..._0x2bf7de][_0x12f6('0xc')]('\x20')[_0x12f6('0x0')]();}export function getConverterOptions(_0x41f189){const _0x538880=_0x41f189[_0x12f6('0x1b')][_0x12f6('0x13')](_0x12f6('0x1d')),_0x29fc00=_0x41f189[_0x12f6('0x1b')][_0x12f6('0x13')]('CommentsRepository'),_0x1e6f77=_0x41f189[_0x12f6('0x1b')][_0x12f6('0x13')](_0x12f6('0x1a')),_0x1e7c1f={};if(_0x538880&&_0x29fc00){const _0xee006b=getComments(_0x41f189[_0x12f6('0x1b')][_0x12f6('0xd')](_0x12f6('0x3'))['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x12f6('0x4')](_0xee006b)[_0x12f6('0x14')]&&(_0x1e7c1f['comments']=_0xee006b);}if(_0x538880&&_0x1e6f77){const _0x21f324=_0x41f189[_0x12f6('0x1b')][_0x12f6('0xd')](_0x12f6('0x1a')),_0x2e789a=_0x41f189[_0x12f6('0x1b')][_0x12f6('0xd')](_0x12f6('0x1d')),_0x3d2236=getSuggestions(_0x21f324[_0x12f6('0x1')]({'toJSON':!0x0}),_0x2e789a['users']);Object[_0x12f6('0x4')](_0x3d2236)['length']&&(_0x1e7c1f[_0x12f6('0x20')]=_0x3d2236);}return(_0x1e7c1f[_0x12f6('0x20')]||_0x1e7c1f[_0x12f6('0x15')])&&(_0x1e7c1f[_0x12f6('0x1c')]=new Intl[(_0x12f6('0x1f'))]()[_0x12f6('0xf')]()[_0x12f6('0x5')]),_0x1e7c1f;}export function getComments(_0x16875c){const _0x3340ae={};if(!_0x16875c[_0x12f6('0x14')])return _0x3340ae;for(const _0x5b8990 of _0x16875c)_0x5b8990['comments'][_0x12f6('0x17')](_0x1b0423=>{void 0x0===_0x3340ae[_0x5b8990['id']]&&(_0x3340ae[_0x5b8990['id']]=[]),_0x3340ae[_0x5b8990['id']][_0x12f6('0xa')]({'author':_0x1b0423[_0x12f6('0x18')][_0x12f6('0x1e')],'content':_0x1b0423['content'],'created':_0x1b0423['createdAt'],'is_resolved':_0x5b8990['isResolved']});});return _0x3340ae;}export function getSuggestions(_0x1b5907,_0x2872fb){const _0x82e361={};if(!_0x1b5907['length']||!_0x2872fb[_0x12f6('0x14')])return _0x82e361;for(const _0x19156b of _0x1b5907)_0x82e361[_0x19156b['id']]={'author':_0x2872fb[_0x12f6('0xd')](_0x19156b[_0x12f6('0xe')])[_0x12f6('0x1e')],'created':_0x19156b[_0x12f6('0x21')]};return _0x82e361;}
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;}