@ckeditor/ckeditor5-export-word 41.0.0 → 41.1.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.
- package/build/export-word.js +1 -1
- package/package.json +2 -2
- package/src/exportword.js +1 -1
- package/src/exportwordcommand.js +1 -1
- package/src/utils.js +1 -1
package/build/export-word.js
CHANGED
|
@@ -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={
|
|
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})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-export-word",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.1.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.
|
|
33
|
+
"ckeditor5": "41.1.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
|
|
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'];}}
|
package/src/exportwordcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
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']();}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
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;}
|