@ckeditor/ckeditor5-export-word 41.1.0 → 41.2.1

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,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{ExportWord:()=>d});var t=n(782),e=n(311);function r(t,e){const n=s();return(r=function(t,e){return n[t-=423]})(t,e)}function s(){const t=["cssRules","CommentsRepository","authorId","map","TrackChanges","push","3JKQXxW","635903QzqTPs","join","name",":root","author","has","EDITOR_STYLES","hasAttribute","348TmRuwG","all","length","isResolved","indexOf","ownerNode","text","8345kfFUFL","DateTimeFormat","styleSheets","resolvedOptions","keys","timeZone","getSuggestions","Users","1113654ASsDQM","fetch","plugins","warn","cssText","108846zMUnBT","from","then","get","7033850OVPPlL","424YDGzuX","content",".ck-content","getCommentThreads","users","4968774NfdBTM","createdAt","trim","suggestions","490392IXIkQI","comments","data-cke","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."];return(s=function(){return t})()}function i(){const t=r,e=[],n=[];for(const o of Array[t(438)](document[t(426)]))if(o[t(476)][t(470)](t(453)))for(const r of Array[t(438)](o[t(456)]))-1!==r[t(436)][t(475)](t(444))?e[t(461)](r[t(436)]):-1!==r[t(436)][t(475)](t(466))&&n[t(461)](r[t(436)]);return e[t(473)]||console[t(435)](t(455)),[...n,...e][t(464)](" ")[t(449)]()}function a(t){const e=r,n=t[e(434)][e(468)](e(431)),o=t[e(434)][e(468)](e(457)),s=t[e(434)][e(468)](e(460)),i={};if(n&&o){const n=function(t){const e=r,n={};if(!t[e(473)])return n;for(const o of t)o[e(452)][e(459)]((t=>{const r=e;void 0===n[o.id]&&(n[o.id]=[]),n[o.id][r(461)]({author:t[r(467)][r(465)],content:t[r(443)],created:t[r(448)],is_resolved:o[r(474)]})}));return n}(t[e(434)][e(440)](e(457))[e(445)]({skipNotAttached:!0,skipEmpty:!0}));Object[e(428)](n)[e(473)]&&(i[e(452)]=n)}if(n&&s){const n=t[e(434)][e(440)](e(460)),o=t[e(434)][e(440)](e(431)),s=function(t,e){const n=r,o={};if(!t[n(473)]||!e[n(473)])return o;for(const r of t)o[r.id]={author:e[n(440)](r[n(458)])[n(465)],created:r[n(448)]};return o}(n[e(430)]({toJSON:!0}),o[e(446)]);Object[e(428)](s)[e(473)]&&(i[e(450)]=s)}return(i[e(450)]||i[e(452)])&&(i[e(454)]=(new(Intl[e(425)]))[e(427)]()[e(429)]),i}!function(t,e){const n=r,o=t();for(;;)try{if(471391===-parseInt(n(463))/1+-parseInt(n(432))/2*(-parseInt(n(462))/3)+parseInt(n(471))/4*(-parseInt(n(424))/5)+parseInt(n(447))/6+-parseInt(n(451))/7+-parseInt(n(442))/8*(-parseInt(n(437))/9)+-parseInt(n(441))/10)break;o.push(o.shift())}catch(t){o.push(o.shift())}}(s);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,n=e.t,o=t.converterUrl||"https://docx-converter.cke-cs.com/v1/convert",s=t.converterOptions||{},c=e.plugins.get("ExportWord"),d=t.token||c._token,u=!1!==s.auto_pagination,l=t.dataCallback||(t=>t.data.get({pagination:u}));return this.isBusy=!0,this.refresh(),function(t){const e=r;if(!t)return new Promise((t=>t("")));const n=[];for(const o of t)e(469)!==o?n[e(461)](window[e(433)](o)[e(439)]((t=>t[e(423)]()))):n[e(461)](i());return Promise[e(472)](n)[e(439)]((t=>t[e(464)](" ")[e(449)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async n=>{const r=await l(e),i={html:'<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">'+r+"</div>",css:n,options:{...s,...a(e)}},c={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/docx",...d?{Authorization:d.value}:null},body:JSON.stringify(i)};return window.fetch(o,c).then((t=>{if(200!==t.status)throw t;return t.blob()})).then((e=>{const n="function"==typeof t.fileName?t.fileName():t.fileName;this._downloadFile(e,n||"document.docx")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(n("An error occurred while generating the Word file.")),t})).finally((()=>{this.isBusy=!1,this.refresh()}))}_downloadFile(t,e){const n=document.createElement("a");n.href=window.URL.createObjectURL(t),n.download=e,n.click(),n.remove()}}class d extends t.Plugin{static get pluginName(){return"ExportWord"}static get requires(){return["CloudServices",e.Notification]}init(){const t=this.editor,n=t.t,o=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: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}),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",o),t.editing.view.focus()})),i}));const r=t.plugins.get("CloudServices");!1===o.tokenUrl?this._token=null:o.tokenUrl?r.registerTokenUrl(o.tokenUrl).then((t=>{this._token=t})):this._token=r.token}}function u(t,e){var n=l();return(u=function(t,e){return n[t-=105]})(t,e)}function l(){var t=["27MjCJvK","289868VSpifc","1656067vcSMwR","54257XxiRUf","7153308MvUJFt","1450760sCWrej","1298568FWKVfL","18KLdVFF","51855oBzyJG","492HsXQIi"];return(l=function(){return t})()}!function(t,e){for(var n=u,o=t();;)try{if(768258===-parseInt(n(105))/1+-parseInt(n(113))/2*(-parseInt(n(109))/3)+parseInt(n(111))/4*(-parseInt(n(110))/5)+parseInt(n(106))/6+-parseInt(n(114))/7+-parseInt(n(108))/8+-parseInt(n(112))/9*(-parseInt(n(107))/10))break;o.push(o.shift())}catch(t){o.push(o.shift())}}(l)})(),(window.CKEditor5=window.CKEditor5||{}).exportWord=o})();
@@ -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.1",
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.1"
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 _0x2b243c}from'ckeditor5/src/core.js';import{ButtonView as _0x1d2c61,Notification as _0x54f25b,SpinnerView as _0x15fcac}from'ckeditor5/src/ui.js';import _0x1adc36 from'./exportwordcommand.js';import _0x51e9d6 from'../theme/icons/exportword.svg';export default class d extends _0x2b243c{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x54f25b];}['init'](){const _0x5bea06=this['editor'],t=_0x5bea06['t'],_0x153925=_0x5bea06['config']['get']('exportWord')||{};_0x5bea06['commands']['add']('exportWord',new _0x1adc36(_0x5bea06)),_0x5bea06['ui']['componentFactory']['add']('exportWord',_0x419abf=>{const _0x664fc5=_0x5bea06['commands']['get']('exportWord'),_0x9470f5=new _0x1d2c61(_0x419abf),_0x2167b2=new _0x15fcac();return _0x9470f5['set']({'label':t('Export\x20to\x20Word'),'icon':_0x51e9d6,'tooltip':!0x0}),_0x9470f5['children']['add'](_0x2167b2),_0x9470f5['bind']('isOn','isEnabled')['to'](_0x664fc5,'isBusy','isEnabled'),_0x2167b2['bind']('isVisible')['to'](_0x664fc5,'isBusy'),_0x9470f5['iconView']['bind']('isVisible')['to'](_0x664fc5,'isBusy',_0x2de8fa=>!_0x2de8fa),this['listenTo'](_0x9470f5,'execute',()=>{_0x5bea06['execute']('exportWord',_0x153925),_0x5bea06['editing']['view']['focus']();}),_0x9470f5;});const _0x1fa846=_0x5bea06['plugins']['get']('CloudServices');!0x1===_0x153925['tokenUrl']?this['_token']=null:_0x153925['tokenUrl']?_0x1fa846['registerTokenUrl'](_0x153925['tokenUrl'])['then'](_0x14f429=>{this['_token']=_0x14f429;}):this['_token']=_0x1fa846['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 _0x1b469b}from'ckeditor5/src/core.js';import{getStyles as _0x2ae59f,getConverterOptions as _0x1090e3}from'./utils.js';export default class i extends _0x1b469b{constructor(_0x1d114e){super(_0x1d114e),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x21b6ef={}){const _0x537837=this['editor'],t=_0x537837['t'],_0x437948=_0x21b6ef['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x509211=_0x21b6ef['converterOptions']||{},_0x1dba79=_0x537837['plugins']['get']('ExportWord'),_0x31fb9b=_0x21b6ef['token']||_0x1dba79['_token'],_0x362ab0=!0x1!==_0x509211['auto_pagination'],_0x46f91f=_0x21b6ef['dataCallback']||(_0x58e0de=>_0x58e0de['data']['get']({'pagination':_0x362ab0}));return this['isBusy']=!0x0,this['refresh'](),_0x2ae59f(_0x21b6ef['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1eb76a=>{const _0x160df7=await _0x46f91f(_0x537837),_0x42a267={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x537837['locale']['contentLanguageDirection']+'\x22>'+_0x160df7+'</div>','css':_0x1eb76a,'options':{..._0x509211,..._0x1090e3(_0x537837)}},_0x42b3a6={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x31fb9b?{'Authorization':_0x31fb9b['value']}:null},'body':JSON['stringify'](_0x42a267)};return window['fetch'](_0x437948,_0x42b3a6)['then'](_0x3f612f=>{if(0xc8!==_0x3f612f['status'])throw _0x3f612f;return _0x3f612f['blob']();})['then'](_0x2719b8=>{const _0xf73101='function'==typeof _0x21b6ef['fileName']?_0x21b6ef['fileName']():_0x21b6ef['fileName'];this['_downloadFile'](_0x2719b8,_0xf73101||'document.docx');});})['catch'](_0x338cdb=>{throw _0x537837['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x338cdb;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x4b4a81,_0x55109e){const _0x4e28c7=document['createElement']('a');_0x4e28c7['href']=window['URL']['createObjectURL'](_0x4b4a81),_0x4e28c7['download']=_0x55109e,_0x4e28c7['click'](),_0x4e28c7['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(_0x53d884,_0x912caf){var _0x352fc2=_0x5c3e,_0x1db28b=_0x53d884();while(!![]){try{var _0x5d65b0=-parseInt(_0x352fc2(0x69))/0x1+-parseInt(_0x352fc2(0x71))/0x2*(-parseInt(_0x352fc2(0x6d))/0x3)+parseInt(_0x352fc2(0x6f))/0x4*(-parseInt(_0x352fc2(0x6e))/0x5)+parseInt(_0x352fc2(0x6a))/0x6+-parseInt(_0x352fc2(0x72))/0x7+-parseInt(_0x352fc2(0x6c))/0x8+-parseInt(_0x352fc2(0x70))/0x9*(-parseInt(_0x352fc2(0x6b))/0xa);if(_0x5d65b0===_0x912caf)break;else _0x1db28b['push'](_0x1db28b['shift']());}catch(_0x22a18d){_0x1db28b['push'](_0x1db28b['shift']());}}}(_0x4846,0xbb902));function _0x5c3e(_0x5e3dba,_0x55d972){var _0x4846ff=_0x4846();return _0x5c3e=function(_0x5c3e4d,_0x4d0b8a){_0x5c3e4d=_0x5c3e4d-0x69;var _0x4b4fa4=_0x4846ff[_0x5c3e4d];return _0x4b4fa4;},_0x5c3e(_0x5e3dba,_0x55d972);}export{default as ExportWord}from'./exportword.js';function _0x4846(){var _0x2d4714=['27MjCJvK','289868VSpifc','1656067vcSMwR','54257XxiRUf','7153308MvUJFt','1450760sCWrej','1298568FWKVfL','18KLdVFF','51855oBzyJG','492HsXQIi'];_0x4846=function(){return _0x2d4714;};return _0x4846();}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(_0x57833b,_0x20d397){const _0x4f874c=_0x24d8,_0x5441ac=_0x57833b();while(!![]){try{const _0x1e9568=-parseInt(_0x4f874c(0x1cf))/0x1+-parseInt(_0x4f874c(0x1b0))/0x2*(-parseInt(_0x4f874c(0x1ce))/0x3)+parseInt(_0x4f874c(0x1d7))/0x4*(-parseInt(_0x4f874c(0x1a8))/0x5)+parseInt(_0x4f874c(0x1bf))/0x6+-parseInt(_0x4f874c(0x1c3))/0x7+-parseInt(_0x4f874c(0x1ba))/0x8*(-parseInt(_0x4f874c(0x1b5))/0x9)+-parseInt(_0x4f874c(0x1b9))/0xa;if(_0x1e9568===_0x20d397)break;else _0x5441ac['push'](_0x5441ac['shift']());}catch(_0x138769){_0x5441ac['push'](_0x5441ac['shift']());}}}(_0x1464,0x7315f));function _0x24d8(_0x2bdce0,_0x426435){const _0x146449=_0x1464();return _0x24d8=function(_0x24d857,_0x2c8ef1){_0x24d857=_0x24d857-0x1a7;let _0x50777f=_0x146449[_0x24d857];return _0x50777f;},_0x24d8(_0x2bdce0,_0x426435);}export function getStyles(_0x2fab03){const _0xed7196=_0x24d8;if(!_0x2fab03)return new Promise(_0xfe0c66=>_0xfe0c66(''));const _0x533d9a=[];for(const _0x3753e9 of _0x2fab03)_0xed7196(0x1d5)!==_0x3753e9?_0x533d9a[_0xed7196(0x1cd)](window[_0xed7196(0x1b1)](_0x3753e9)[_0xed7196(0x1b7)](_0x1976f2=>_0x1976f2[_0xed7196(0x1a7)]())):_0x533d9a[_0xed7196(0x1cd)](u());return Promise[_0xed7196(0x1d8)](_0x533d9a)[_0xed7196(0x1b7)](_0x502611=>_0x502611[_0xed7196(0x1d0)]('\x20')[_0xed7196(0x1c1)]());}function _0x1464(){const _0x4f0a88=['cssRules','CommentsRepository','authorId','map','TrackChanges','push','3JKQXxW','635903QzqTPs','join','name',':root','author','has','EDITOR_STYLES','hasAttribute','348TmRuwG','all','length','isResolved','indexOf','ownerNode','text','8345kfFUFL','DateTimeFormat','styleSheets','resolvedOptions','keys','timeZone','getSuggestions','Users','1113654ASsDQM','fetch','plugins','warn','cssText','108846zMUnBT','from','then','get','7033850OVPPlL','424YDGzuX','content','.ck-content','getCommentThreads','users','4968774NfdBTM','createdAt','trim','suggestions','490392IXIkQI','comments','data-cke','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.'];_0x1464=function(){return _0x4f0a88;};return _0x1464();}function u(){const _0xe51e4d=_0x24d8,_0x2189ac=[],_0x1595b1=[];for(const _0x53111e of Array[_0xe51e4d(0x1b6)](document[_0xe51e4d(0x1aa)])){if(_0x53111e[_0xe51e4d(0x1dc)][_0xe51e4d(0x1d6)](_0xe51e4d(0x1c5))){for(const _0x278313 of Array[_0xe51e4d(0x1b6)](_0x53111e[_0xe51e4d(0x1c8)]))-0x1!==_0x278313[_0xe51e4d(0x1b4)][_0xe51e4d(0x1db)](_0xe51e4d(0x1bc))?_0x2189ac[_0xe51e4d(0x1cd)](_0x278313[_0xe51e4d(0x1b4)]):-0x1!==_0x278313[_0xe51e4d(0x1b4)][_0xe51e4d(0x1db)](_0xe51e4d(0x1d2))&&_0x1595b1[_0xe51e4d(0x1cd)](_0x278313[_0xe51e4d(0x1b4)]);}}return _0x2189ac[_0xe51e4d(0x1d9)]||console[_0xe51e4d(0x1b3)](_0xe51e4d(0x1c7)),[..._0x1595b1,..._0x2189ac][_0xe51e4d(0x1d0)]('\x20')[_0xe51e4d(0x1c1)]();}export function getConverterOptions(_0xeb747d){const _0x29935b=_0x24d8,_0x20772e=_0xeb747d[_0x29935b(0x1b2)][_0x29935b(0x1d4)](_0x29935b(0x1af)),_0x2b7c32=_0xeb747d[_0x29935b(0x1b2)][_0x29935b(0x1d4)](_0x29935b(0x1c9)),_0x4e8bc6=_0xeb747d[_0x29935b(0x1b2)][_0x29935b(0x1d4)](_0x29935b(0x1cc)),_0x278580={};if(_0x20772e&&_0x2b7c32){const _0xe74f80=getComments(_0xeb747d[_0x29935b(0x1b2)][_0x29935b(0x1b8)](_0x29935b(0x1c9))[_0x29935b(0x1bd)]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x29935b(0x1ac)](_0xe74f80)[_0x29935b(0x1d9)]&&(_0x278580[_0x29935b(0x1c4)]=_0xe74f80);}if(_0x20772e&&_0x4e8bc6){const _0x316e12=_0xeb747d[_0x29935b(0x1b2)][_0x29935b(0x1b8)](_0x29935b(0x1cc)),_0x454be0=_0xeb747d[_0x29935b(0x1b2)][_0x29935b(0x1b8)](_0x29935b(0x1af)),_0x4d7adc=getSuggestions(_0x316e12[_0x29935b(0x1ae)]({'toJSON':!0x0}),_0x454be0[_0x29935b(0x1be)]);Object[_0x29935b(0x1ac)](_0x4d7adc)[_0x29935b(0x1d9)]&&(_0x278580[_0x29935b(0x1c2)]=_0x4d7adc);}return(_0x278580[_0x29935b(0x1c2)]||_0x278580[_0x29935b(0x1c4)])&&(_0x278580[_0x29935b(0x1c6)]=new Intl[(_0x29935b(0x1a9))]()[_0x29935b(0x1ab)]()[_0x29935b(0x1ad)]),_0x278580;}export function getComments(_0x52339a){const _0x1703e5=_0x24d8,_0x2d1853={};if(!_0x52339a[_0x1703e5(0x1d9)])return _0x2d1853;for(const _0x538d63 of _0x52339a)_0x538d63[_0x1703e5(0x1c4)][_0x1703e5(0x1cb)](_0x47de94=>{const _0x4013e6=_0x1703e5;void 0x0===_0x2d1853[_0x538d63['id']]&&(_0x2d1853[_0x538d63['id']]=[]),_0x2d1853[_0x538d63['id']][_0x4013e6(0x1cd)]({'author':_0x47de94[_0x4013e6(0x1d3)][_0x4013e6(0x1d1)],'content':_0x47de94[_0x4013e6(0x1bb)],'created':_0x47de94[_0x4013e6(0x1c0)],'is_resolved':_0x538d63[_0x4013e6(0x1da)]});});return _0x2d1853;}export function getSuggestions(_0xaf9259,_0x4e736e){const _0x482656=_0x24d8,_0xa05338={};if(!_0xaf9259[_0x482656(0x1d9)]||!_0x4e736e[_0x482656(0x1d9)])return _0xa05338;for(const _0x11a928 of _0xaf9259)_0xa05338[_0x11a928['id']]={'author':_0x4e736e[_0x482656(0x1b8)](_0x11a928[_0x482656(0x1ca)])[_0x482656(0x1d1)],'created':_0x11a928[_0x482656(0x1c0)]};return _0xa05338;}