@ckeditor/ckeditor5-export-word 0.0.0-nightly-20231106.0 → 0.0.0-nightly-20231108.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-2023, 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 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(704),e=o(273);const r=["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.","text","styleSheets","cssText","name",".ck-content","indexOf","then","content","resolvedOptions","hasAttribute","from","isResolved","fetch","TrackChanges","createdAt","author","Users","join","users","plugins","EDITOR_STYLES","length","CommentsRepository","ownerNode","trim","keys","comments","suggestions","push","has","cssRules","timezone","getSuggestions","DateTimeFormat","map","get"];var s,i;s=r,i=190,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("0x6")](document[c("0x22")]))if(o[c("0x13")][c("0x5")]("data-cke"))for(const n of Array[c("0x6")](o[c("0x1a")]))-1!==n[c("0x23")][c("0x1")](c("0x0"))?t.push(n[c("0x23")]):-1!==n[c("0x23")][c("0x1")](":root")&&e[c("0x18")](n.cssText);return t[c("0x11")]||console.warn(c("0x20")),[...e,...t][c("0xd")](" ").trim()}function d(t){const e=t.plugins.has(c("0xc")),o=t[c("0xf")].has(c("0x12")),n=t[c("0xf")][c("0x19")](c("0x9")),r={};if(e&&o){const e=function(t){const e={};if(!t[c("0x11")])return e;for(const o of t)o.comments[c("0x1e")]((t=>{void 0===e[o.id]&&(e[o.id]=[]),e[o.id][c("0x18")]({author:t[c("0xb")].name,content:t[c("0x3")],created:t[c("0xa")],is_resolved:o[c("0x7")]})}));return e}(t.plugins[c("0x1f")]("CommentsRepository").getCommentThreads({skipNotAttached:!0,skipEmpty:!0}));Object[c("0x15")](e)[c("0x11")]&&(r.comments=e)}if(e&&n){const e=t[c("0xf")][c("0x1f")](c("0x9")),o=t[c("0xf")][c("0x1f")]("Users"),n=function(t,e){const o={};if(!t[c("0x11")]||!e[c("0x11")])return o;for(const n of t)o[n.id]={author:e.get(n.authorId)[c("0x24")],created:n[c("0xa")]};return o}(e[c("0x1c")]({toJSON:!0}),o[c("0xe")]);Object.keys(n)[c("0x11")]&&(r[c("0x17")]=n)}return(r[c("0x17")]||r[c("0x16")])&&(r[c("0x1b")]=(new(Intl[c("0x1d")]))[c("0x4")]().timeZone),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("0x10")!==o?e[c("0x18")](window[c("0x8")](o)[c("0x2")]((t=>t[c("0x21")]()))):e[c("0x18")](a());return Promise.all(e)[c("0x2")]((t=>t[c("0xd")](" ")[c("0x14")]()))}(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={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=["content","getCommentThreads",":root","all","text","DateTimeFormat","warn","get","suggestions","timezone","data-cke","from","ownerNode","cssRules","CommentsRepository","plugins","comments","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.","author","trim","TrackChanges","getSuggestions","createdAt","users","resolvedOptions",".ck-content","push","cssText","hasAttribute","length","name","then","keys","authorId","timeZone","join"];var i,s;i=r,s=189,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("0x7")](document.styleSheets))if(o[c("0x8")][c("0x19")](c("0x6")))for(const n of Array[c("0x7")](o[c("0x9")]))-1!==n[c("0x18")].indexOf(c("0x16"))?t[c("0x17")](n[c("0x18")]):-1!==n.cssText.indexOf(c("0x23"))&&e.push(n[c("0x18")]);return t.length||console[c("0x2")](c("0xe")),[...e,...t].join(" ")[c("0x10")]()}function d(t){const e=t.plugins.has(c("0xd")),o=t[c("0xb")].has(c("0xa")),n=t[c("0xb")].has(c("0x11")),r={};if(e&&o){const e=function(t){const e={};if(!t.length)return e;for(const o of t)o[c("0xc")].map((t=>{void 0===e[o.id]&&(e[o.id]=[]),e[o.id][c("0x17")]({author:t[c("0xf")][c("0x1b")],content:t[c("0x21")],created:t[c("0x13")],is_resolved:o.isResolved})}));return e}(t[c("0xb")][c("0x3")]("CommentsRepository")[c("0x22")]({skipNotAttached:!0,skipEmpty:!0}));Object.keys(e)[c("0x1a")]&&(r[c("0xc")]=e)}if(e&&n){const e=t[c("0xb")].get(c("0x11")),o=t.plugins[c("0x3")]("Users"),n=function(t,e){const o={};if(!t[c("0x1a")]||!e.length)return o;for(const n of t)o[n.id]={author:e.get(n[c("0x1e")])[c("0x1b")],created:n[c("0x13")]};return o}(e[c("0x12")]({toJSON:!0}),o[c("0x14")]);Object[c("0x1d")](n)[c("0x1a")]&&(r[c("0x4")]=n)}return(r[c("0x4")]||r[c("0xc")])&&(r[c("0x5")]=(new(Intl[c("0x1")]))[c("0x15")]()[c("0x1f")]),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)"EDITOR_STYLES"!==o?e[c("0x17")](window.fetch(o).then((t=>t[c("0x0")]()))):e[c("0x17")](a());return Promise[c("0x24")](e)[c("0x1c")]((t=>t[c("0x20")](" ")[c("0x10")]()))}(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})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-export-word",
3
- "version": "0.0.0-nightly-20231106.0",
3
+ "version": "0.0.0-nightly-20231108.0",
4
4
  "description": "Export to Word feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "main": "src/index.js",
31
31
  "dependencies": {
32
- "ckeditor5": "0.0.0-nightly-20231106.0"
32
+ "ckeditor5": "0.0.0-nightly-20231108.0"
33
33
  },
34
34
  "license": "SEE LICENSE IN LICENSE.md",
35
35
  "author": "CKSource (https://cksource.com/)",
package/src/exportword.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x3ad905}from'ckeditor5/src/core';import{ButtonView as _0x419cdf,Notification as _0x2d9c2d,SpinnerView as _0x3ca8f0}from'ckeditor5/src/ui';import _0x177ef3 from'./exportwordcommand';import _0x290f32 from'../theme/icons/exportword.svg';export default class d extends _0x3ad905{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x2d9c2d];}['init'](){const _0x42af42=this['editor'],t=_0x42af42['t'],_0x596623=_0x42af42['config']['get']('exportWord')||{};_0x42af42['commands']['add']('exportWord',new _0x177ef3(_0x42af42)),_0x42af42['ui']['componentFactory']['add']('exportWord',_0x346af=>{const _0x971454=_0x42af42['commands']['get']('exportWord'),_0x5158de=new _0x419cdf(_0x346af),_0x14bd41=new _0x3ca8f0();return _0x5158de['set']({'label':t('Export\x20to\x20Word'),'icon':_0x290f32,'tooltip':!0x0}),_0x5158de['children']['add'](_0x14bd41),_0x5158de['bind']('isOn','isEnabled')['to'](_0x971454,'isBusy','isEnabled'),_0x14bd41['bind']('isVisible')['to'](_0x971454,'isBusy'),_0x5158de['iconView']['bind']('isVisible')['to'](_0x971454,'isBusy',_0x346d9b=>!_0x346d9b),this['listenTo'](_0x5158de,'execute',()=>{_0x42af42['execute']('exportWord',_0x596623),_0x42af42['editing']['view']['focus']();}),_0x5158de;});const _0x2935e6=_0x42af42['plugins']['get']('CloudServices');!0x1===_0x596623['tokenUrl']?this['_token']=null:_0x596623['tokenUrl']?_0x2935e6['registerTokenUrl'](_0x596623['tokenUrl'])['then'](_0x4a15e2=>{this['_token']=_0x4a15e2;}):this['_token']=_0x2935e6['token'];}}
23
+ import{Plugin as _0x4d1315}from'ckeditor5/src/core';import{ButtonView as _0x1f1816,Notification as _0x39c807,SpinnerView as _0x40512e}from'ckeditor5/src/ui';import _0x143b76 from'./exportwordcommand';import _0x4cc660 from'../theme/icons/exportword.svg';export default class d extends _0x4d1315{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x39c807];}['init'](){const _0x5acd95=this['editor'],t=_0x5acd95['t'],_0x23d212=_0x5acd95['config']['get']('exportWord')||{};_0x5acd95['commands']['add']('exportWord',new _0x143b76(_0x5acd95)),_0x5acd95['ui']['componentFactory']['add']('exportWord',_0x44d4d8=>{const _0x393882=_0x5acd95['commands']['get']('exportWord'),_0x43a609=new _0x1f1816(_0x44d4d8),_0x232958=new _0x40512e();return _0x43a609['set']({'label':t('Export\x20to\x20Word'),'icon':_0x4cc660,'tooltip':!0x0}),_0x43a609['children']['add'](_0x232958),_0x43a609['bind']('isOn','isEnabled')['to'](_0x393882,'isBusy','isEnabled'),_0x232958['bind']('isVisible')['to'](_0x393882,'isBusy'),_0x43a609['iconView']['bind']('isVisible')['to'](_0x393882,'isBusy',_0x54c995=>!_0x54c995),this['listenTo'](_0x43a609,'execute',()=>{_0x5acd95['execute']('exportWord',_0x23d212),_0x5acd95['editing']['view']['focus']();}),_0x43a609;});const _0x2315bf=_0x5acd95['plugins']['get']('CloudServices');!0x1===_0x23d212['tokenUrl']?this['_token']=null:_0x23d212['tokenUrl']?_0x2315bf['registerTokenUrl'](_0x23d212['tokenUrl'])['then'](_0x4d51d1=>{this['_token']=_0x4d51d1;}):this['_token']=_0x2315bf['token'];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x1c3e7b}from'ckeditor5/src/core';import{getStyles as _0x5d0661,getConverterOptions as _0x28dc7a}from'./utils';export default class s extends _0x1c3e7b{constructor(_0x11a7c3){super(_0x11a7c3),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x32001e={}){const _0x28175b=this['editor'],t=_0x28175b['t'],_0x1eaf5b=_0x32001e['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x3b30ff=_0x32001e['converterOptions']||{},_0x124a24=_0x28175b['plugins']['get']('ExportWord'),_0x4f8b97=_0x32001e['token']||_0x124a24['_token'],_0xfe5d40=!0x1!==_0x3b30ff['auto_pagination'],_0x146b33=_0x32001e['dataCallback']||(_0x2766f6=>_0x2766f6['data']['get']({'pagination':_0xfe5d40}));return this['isBusy']=!0x0,this['refresh'](),_0x5d0661(_0x32001e['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1acfc2=>{const _0x27ed9a=await _0x146b33(_0x28175b),_0x3025cd={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x28175b['locale']['contentLanguageDirection']+'\x22>'+_0x27ed9a+'</div>','css':_0x1acfc2,'options':{..._0x3b30ff,..._0x28dc7a(_0x28175b)}},_0x2a6cb1={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x4f8b97?{'Authorization':_0x4f8b97['value']}:null},'body':JSON['stringify'](_0x3025cd)};return window['fetch'](_0x1eaf5b,_0x2a6cb1)['then'](_0xfc4951=>{if(0xc8!==_0xfc4951['status'])throw _0xfc4951;return _0xfc4951['blob']();})['then'](_0x2178fe=>{const _0x4b6190='function'==typeof _0x32001e['fileName']?_0x32001e['fileName']():_0x32001e['fileName'];this['_downloadFile'](_0x2178fe,_0x4b6190||'document.docx');});})['catch'](_0x2fbef3=>{throw _0x28175b['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x2fbef3;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x1b7707,_0x3110ec){const _0x5c77d5=document['createElement']('a');_0x5c77d5['href']=window['URL']['createObjectURL'](_0x1b7707),_0x5c77d5['download']=_0x3110ec,_0x5c77d5['click'](),_0x5c77d5['remove']();}}
23
+ import{Command as _0x1e0c4b}from'ckeditor5/src/core';import{getStyles as _0x44e11b,getConverterOptions as _0x4f5a9d}from'./utils';export default class s extends _0x1e0c4b{constructor(_0x1bd03c){super(_0x1bd03c),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x4ec9ac={}){const _0x5c269a=this['editor'],t=_0x5c269a['t'],_0x16c3b5=_0x4ec9ac['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x24f8ad=_0x4ec9ac['converterOptions']||{},_0x255ade=_0x5c269a['plugins']['get']('ExportWord'),_0xdf468e=_0x4ec9ac['token']||_0x255ade['_token'],_0x14b120=!0x1!==_0x24f8ad['auto_pagination'],_0x2abca0=_0x4ec9ac['dataCallback']||(_0x5052b7=>_0x5052b7['data']['get']({'pagination':_0x14b120}));return this['isBusy']=!0x0,this['refresh'](),_0x44e11b(_0x4ec9ac['stylesheets']||['EDITOR_STYLES'])['then'](async _0x2bf02e=>{const _0xa63ae9=await _0x2abca0(_0x5c269a),_0x56bf66={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x5c269a['locale']['contentLanguageDirection']+'\x22>'+_0xa63ae9+'</div>','css':_0x2bf02e,'options':{..._0x24f8ad,..._0x4f5a9d(_0x5c269a)}},_0x4d237c={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0xdf468e?{'Authorization':_0xdf468e['value']}:null},'body':JSON['stringify'](_0x56bf66)};return window['fetch'](_0x16c3b5,_0x4d237c)['then'](_0x26cb3d=>{if(0xc8!==_0x26cb3d['status'])throw _0x26cb3d;return _0x26cb3d['blob']();})['then'](_0x37f7ff=>{const _0x149270='function'==typeof _0x4ec9ac['fileName']?_0x4ec9ac['fileName']():_0x4ec9ac['fileName'];this['_downloadFile'](_0x37f7ff,_0x149270||'document.docx');});})['catch'](_0x29ac3f=>{throw _0x5c269a['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x29ac3f;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x4b21f7,_0x68fcde){const _0x59e3b9=document['createElement']('a');_0x59e3b9['href']=window['URL']['createObjectURL'](_0x4b21f7),_0x59e3b9['download']=_0x68fcde,_0x59e3b9['click'](),_0x59e3b9['remove']();}}
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4643=['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.','text','styleSheets','cssText','name','.ck-content','indexOf','then','content','resolvedOptions','hasAttribute','from','isResolved','fetch','TrackChanges','createdAt','author','Users','join','users','plugins','EDITOR_STYLES','length','CommentsRepository','ownerNode','trim','keys','comments','suggestions','push','has','cssRules','timezone','getSuggestions','DateTimeFormat','map','get'];(function(_0x157d7e,_0x464329){const _0x4cc1e7=function(_0x3b9350){while(--_0x3b9350){_0x157d7e['push'](_0x157d7e['shift']());}};_0x4cc1e7(++_0x464329);}(_0x4643,0xbe));const _0x4cc1=function(_0x157d7e,_0x464329){_0x157d7e=_0x157d7e-0x0;let _0x4cc1e7=_0x4643[_0x157d7e];return _0x4cc1e7;};export function getStyles(_0x360322){if(!_0x360322)return new Promise(_0x3bd586=>_0x3bd586(''));const _0x315d0a=[];for(const _0x13db65 of _0x360322)_0x4cc1('0x10')!==_0x13db65?_0x315d0a[_0x4cc1('0x18')](window[_0x4cc1('0x8')](_0x13db65)[_0x4cc1('0x2')](_0xf87e73=>_0xf87e73[_0x4cc1('0x21')]())):_0x315d0a[_0x4cc1('0x18')](u());return Promise['all'](_0x315d0a)[_0x4cc1('0x2')](_0x2e940e=>_0x2e940e[_0x4cc1('0xd')]('\x20')[_0x4cc1('0x14')]());}function u(){const _0x10a13c=[],_0x5b262f=[];for(const _0x20c7f7 of Array[_0x4cc1('0x6')](document[_0x4cc1('0x22')])){if(_0x20c7f7[_0x4cc1('0x13')][_0x4cc1('0x5')]('data-cke'))for(const _0x2def3a of Array[_0x4cc1('0x6')](_0x20c7f7[_0x4cc1('0x1a')]))-0x1!==_0x2def3a[_0x4cc1('0x23')][_0x4cc1('0x1')](_0x4cc1('0x0'))?_0x10a13c['push'](_0x2def3a[_0x4cc1('0x23')]):-0x1!==_0x2def3a[_0x4cc1('0x23')][_0x4cc1('0x1')](':root')&&_0x5b262f[_0x4cc1('0x18')](_0x2def3a['cssText']);}return _0x10a13c[_0x4cc1('0x11')]||console['warn'](_0x4cc1('0x20')),[..._0x5b262f,..._0x10a13c][_0x4cc1('0xd')]('\x20')['trim']();}export function getConverterOptions(_0x54034a){const _0x5ecc4b=_0x54034a['plugins']['has'](_0x4cc1('0xc')),_0x159778=_0x54034a[_0x4cc1('0xf')]['has'](_0x4cc1('0x12')),_0x70dc8c=_0x54034a[_0x4cc1('0xf')][_0x4cc1('0x19')](_0x4cc1('0x9')),_0x5c6889={};if(_0x5ecc4b&&_0x159778){const _0x5ad848=getComments(_0x54034a['plugins'][_0x4cc1('0x1f')]('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x4cc1('0x15')](_0x5ad848)[_0x4cc1('0x11')]&&(_0x5c6889['comments']=_0x5ad848);}if(_0x5ecc4b&&_0x70dc8c){const _0x48e6a2=_0x54034a[_0x4cc1('0xf')][_0x4cc1('0x1f')](_0x4cc1('0x9')),_0x354d32=_0x54034a[_0x4cc1('0xf')][_0x4cc1('0x1f')]('Users'),_0x4a73cc=getSuggestions(_0x48e6a2[_0x4cc1('0x1c')]({'toJSON':!0x0}),_0x354d32[_0x4cc1('0xe')]);Object['keys'](_0x4a73cc)[_0x4cc1('0x11')]&&(_0x5c6889[_0x4cc1('0x17')]=_0x4a73cc);}return(_0x5c6889[_0x4cc1('0x17')]||_0x5c6889[_0x4cc1('0x16')])&&(_0x5c6889[_0x4cc1('0x1b')]=new Intl[(_0x4cc1('0x1d'))]()[_0x4cc1('0x4')]()['timeZone']),_0x5c6889;}export function getComments(_0x57bcef){const _0x18b1ae={};if(!_0x57bcef[_0x4cc1('0x11')])return _0x18b1ae;for(const _0x5c112d of _0x57bcef)_0x5c112d['comments'][_0x4cc1('0x1e')](_0x357660=>{void 0x0===_0x18b1ae[_0x5c112d['id']]&&(_0x18b1ae[_0x5c112d['id']]=[]),_0x18b1ae[_0x5c112d['id']][_0x4cc1('0x18')]({'author':_0x357660[_0x4cc1('0xb')]['name'],'content':_0x357660[_0x4cc1('0x3')],'created':_0x357660[_0x4cc1('0xa')],'is_resolved':_0x5c112d[_0x4cc1('0x7')]});});return _0x18b1ae;}export function getSuggestions(_0x27d2f5,_0xfcf6e7){const _0x34c267={};if(!_0x27d2f5[_0x4cc1('0x11')]||!_0xfcf6e7[_0x4cc1('0x11')])return _0x34c267;for(const _0x1284e9 of _0x27d2f5)_0x34c267[_0x1284e9['id']]={'author':_0xfcf6e7['get'](_0x1284e9['authorId'])[_0x4cc1('0x24')],'created':_0x1284e9[_0x4cc1('0xa')]};return _0x34c267;}
23
+ const _0x5981=['content','getCommentThreads',':root','all','text','DateTimeFormat','warn','get','suggestions','timezone','data-cke','from','ownerNode','cssRules','CommentsRepository','plugins','comments','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.','author','trim','TrackChanges','getSuggestions','createdAt','users','resolvedOptions','.ck-content','push','cssText','hasAttribute','length','name','then','keys','authorId','timeZone','join'];(function(_0x155e49,_0x5981ad){const _0x3b9f4a=function(_0x2d61e1){while(--_0x2d61e1){_0x155e49['push'](_0x155e49['shift']());}};_0x3b9f4a(++_0x5981ad);}(_0x5981,0xbd));const _0x3b9f=function(_0x155e49,_0x5981ad){_0x155e49=_0x155e49-0x0;let _0x3b9f4a=_0x5981[_0x155e49];return _0x3b9f4a;};export function getStyles(_0x314592){if(!_0x314592)return new Promise(_0x100a60=>_0x100a60(''));const _0x24476f=[];for(const _0x1859b9 of _0x314592)'EDITOR_STYLES'!==_0x1859b9?_0x24476f[_0x3b9f('0x17')](window['fetch'](_0x1859b9)['then'](_0x418635=>_0x418635[_0x3b9f('0x0')]())):_0x24476f[_0x3b9f('0x17')](u());return Promise[_0x3b9f('0x24')](_0x24476f)[_0x3b9f('0x1c')](_0x5ef0c6=>_0x5ef0c6[_0x3b9f('0x20')]('\x20')[_0x3b9f('0x10')]());}function u(){const _0x3d7d71=[],_0x5b32e9=[];for(const _0x4166e4 of Array[_0x3b9f('0x7')](document['styleSheets'])){if(_0x4166e4[_0x3b9f('0x8')][_0x3b9f('0x19')](_0x3b9f('0x6')))for(const _0x5bbfff of Array[_0x3b9f('0x7')](_0x4166e4[_0x3b9f('0x9')]))-0x1!==_0x5bbfff[_0x3b9f('0x18')]['indexOf'](_0x3b9f('0x16'))?_0x3d7d71[_0x3b9f('0x17')](_0x5bbfff[_0x3b9f('0x18')]):-0x1!==_0x5bbfff['cssText']['indexOf'](_0x3b9f('0x23'))&&_0x5b32e9['push'](_0x5bbfff[_0x3b9f('0x18')]);}return _0x3d7d71['length']||console[_0x3b9f('0x2')](_0x3b9f('0xe')),[..._0x5b32e9,..._0x3d7d71]['join']('\x20')[_0x3b9f('0x10')]();}export function getConverterOptions(_0x3c4e88){const _0x343786=_0x3c4e88['plugins']['has'](_0x3b9f('0xd')),_0x1abaca=_0x3c4e88[_0x3b9f('0xb')]['has'](_0x3b9f('0xa')),_0x21dbfd=_0x3c4e88[_0x3b9f('0xb')]['has'](_0x3b9f('0x11')),_0x19f360={};if(_0x343786&&_0x1abaca){const _0x2a7e80=getComments(_0x3c4e88[_0x3b9f('0xb')][_0x3b9f('0x3')]('CommentsRepository')[_0x3b9f('0x22')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object['keys'](_0x2a7e80)[_0x3b9f('0x1a')]&&(_0x19f360[_0x3b9f('0xc')]=_0x2a7e80);}if(_0x343786&&_0x21dbfd){const _0x1f4a1b=_0x3c4e88[_0x3b9f('0xb')]['get'](_0x3b9f('0x11')),_0x3243ab=_0x3c4e88['plugins'][_0x3b9f('0x3')]('Users'),_0x5ddb28=getSuggestions(_0x1f4a1b[_0x3b9f('0x12')]({'toJSON':!0x0}),_0x3243ab[_0x3b9f('0x14')]);Object[_0x3b9f('0x1d')](_0x5ddb28)[_0x3b9f('0x1a')]&&(_0x19f360[_0x3b9f('0x4')]=_0x5ddb28);}return(_0x19f360[_0x3b9f('0x4')]||_0x19f360[_0x3b9f('0xc')])&&(_0x19f360[_0x3b9f('0x5')]=new Intl[(_0x3b9f('0x1'))]()[_0x3b9f('0x15')]()[_0x3b9f('0x1f')]),_0x19f360;}export function getComments(_0x30f261){const _0x313ee1={};if(!_0x30f261['length'])return _0x313ee1;for(const _0x45bda8 of _0x30f261)_0x45bda8[_0x3b9f('0xc')]['map'](_0x4e4c70=>{void 0x0===_0x313ee1[_0x45bda8['id']]&&(_0x313ee1[_0x45bda8['id']]=[]),_0x313ee1[_0x45bda8['id']][_0x3b9f('0x17')]({'author':_0x4e4c70[_0x3b9f('0xf')][_0x3b9f('0x1b')],'content':_0x4e4c70[_0x3b9f('0x21')],'created':_0x4e4c70[_0x3b9f('0x13')],'is_resolved':_0x45bda8['isResolved']});});return _0x313ee1;}export function getSuggestions(_0x39d8aa,_0x4f4d1f){const _0x1d1b19={};if(!_0x39d8aa[_0x3b9f('0x1a')]||!_0x4f4d1f['length'])return _0x1d1b19;for(const _0x4a9c80 of _0x39d8aa)_0x1d1b19[_0x4a9c80['id']]={'author':_0x4f4d1f['get'](_0x4a9c80[_0x3b9f('0x1e')])[_0x3b9f('0x1b')],'created':_0x4a9c80[_0x3b9f('0x13')]};return _0x1d1b19;}