@ckeditor/ckeditor5-export-word 0.0.0-nightly-20231105.0 → 0.0.0-nightly-20231107.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-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
|
|
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=["has","authorId","TrackChanges","from","createdAt",":root","CommentsRepository","indexOf","plugins","keys","cssRules","name","timezone","timeZone","map","comments","then","join","push","all","get","content","length","EDITOR_STYLES","trim","warn","Users","suggestions","isResolved","getCommentThreads","data-cke","cssText"];var i,s;i=r,s=102,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("0x1d")](document.styleSheets))if(o.ownerNode.hasAttribute(c("0x18")))for(const n of Array[c("0x1d")](o[c("0x4")]))-1!==n.cssText[c("0x1")](".ck-content")?t.push(n[c("0x19")]):-1!==n.cssText[c("0x1")](c("0x1f"))&&e[c("0xc")](n[c("0x19")]);return t[c("0x10")]||console[c("0x13")]("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].join(" ")[c("0x12")]()}function d(t){const e=t[c("0x2")].has("Users"),o=t[c("0x2")][c("0x1a")](c("0x0")),n=t[c("0x2")][c("0x1a")](c("0x1c")),r={};if(e&&o){const e=function(t){const e={};if(!t.length)return e;for(const o of t)o[c("0x9")][c("0x8")]((t=>{void 0===e[o.id]&&(e[o.id]=[]),e[o.id][c("0xc")]({author:t.author[c("0x5")],content:t[c("0xf")],created:t[c("0x1e")],is_resolved:o[c("0x16")]})}));return e}(t[c("0x2")][c("0xe")]("CommentsRepository")[c("0x17")]({skipNotAttached:!0,skipEmpty:!0}));Object[c("0x3")](e).length&&(r.comments=e)}if(e&&n){const e=t.plugins[c("0xe")]("TrackChanges"),o=t[c("0x2")][c("0xe")](c("0x14")),n=function(t,e){const o={};if(!t.length||!e[c("0x10")])return o;for(const n of t)o[n.id]={author:e[c("0xe")](n[c("0x1b")])[c("0x5")],created:n.createdAt};return o}(e.getSuggestions({toJSON:!0}),o.users);Object[c("0x3")](n)[c("0x10")]&&(r[c("0x15")]=n)}return(r[c("0x15")]||r[c("0x9")])&&(r[c("0x6")]=(new Intl.DateTimeFormat).resolvedOptions()[c("0x7")]),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("0x11")!==o?e[c("0xc")](window.fetch(o)[c("0xa")]((t=>t.text()))):e[c("0xc")](a());return Promise[c("0xd")](e).then((t=>t[c("0xb")](" ").trim()))}(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-
|
|
3
|
+
"version": "0.0.0-nightly-20231107.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-
|
|
32
|
+
"ckeditor5": "0.0.0-nightly-20231107.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
|
|
23
|
+
import{Plugin as _0x158201}from'ckeditor5/src/core';import{ButtonView as _0x35685e,Notification as _0x516fd8,SpinnerView as _0x16d07c}from'ckeditor5/src/ui';import _0x22dc1e from'./exportwordcommand';import _0x12bcc8 from'../theme/icons/exportword.svg';export default class d extends _0x158201{static get['pluginName'](){return'ExportWord';}static get['requires'](){return['CloudServices',_0x516fd8];}['init'](){const _0x53e271=this['editor'],t=_0x53e271['t'],_0x280905=_0x53e271['config']['get']('exportWord')||{};_0x53e271['commands']['add']('exportWord',new _0x22dc1e(_0x53e271)),_0x53e271['ui']['componentFactory']['add']('exportWord',_0x351403=>{const _0x5df148=_0x53e271['commands']['get']('exportWord'),_0x2439ae=new _0x35685e(_0x351403),_0x68a016=new _0x16d07c();return _0x2439ae['set']({'label':t('Export\x20to\x20Word'),'icon':_0x12bcc8,'tooltip':!0x0}),_0x2439ae['children']['add'](_0x68a016),_0x2439ae['bind']('isOn','isEnabled')['to'](_0x5df148,'isBusy','isEnabled'),_0x68a016['bind']('isVisible')['to'](_0x5df148,'isBusy'),_0x2439ae['iconView']['bind']('isVisible')['to'](_0x5df148,'isBusy',_0x2fe100=>!_0x2fe100),this['listenTo'](_0x2439ae,'execute',()=>{_0x53e271['execute']('exportWord',_0x280905),_0x53e271['editing']['view']['focus']();}),_0x2439ae;});const _0x3785bf=_0x53e271['plugins']['get']('CloudServices');!0x1===_0x280905['tokenUrl']?this['_token']=null:_0x280905['tokenUrl']?_0x3785bf['registerTokenUrl'](_0x280905['tokenUrl'])['then'](_0x48a78c=>{this['_token']=_0x48a78c;}):this['_token']=_0x3785bf['token'];}}
|
package/src/exportwordcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x5dad3a}from'ckeditor5/src/core';import{getStyles as _0x447afd,getConverterOptions as _0x30bdbd}from'./utils';export default class s extends _0x5dad3a{constructor(_0x345bba){super(_0x345bba),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x193849={}){const _0x305199=this['editor'],t=_0x305199['t'],_0x43d467=_0x193849['converterUrl']||'https://docx-converter.cke-cs.com/v1/convert',_0x5165e5=_0x193849['converterOptions']||{},_0x4d88b4=_0x305199['plugins']['get']('ExportWord'),_0x476cff=_0x193849['token']||_0x4d88b4['_token'],_0x1d61d8=!0x1!==_0x5165e5['auto_pagination'],_0x283ee9=_0x193849['dataCallback']||(_0x1da1e3=>_0x1da1e3['data']['get']({'pagination':_0x1d61d8}));return this['isBusy']=!0x0,this['refresh'](),_0x447afd(_0x193849['stylesheets']||['EDITOR_STYLES'])['then'](async _0x3e7230=>{const _0x57b042=await _0x283ee9(_0x305199),_0xa48e4b={'html':'<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x305199['locale']['contentLanguageDirection']+'\x22>'+_0x57b042+'</div>','css':_0x3e7230,'options':{..._0x5165e5,..._0x30bdbd(_0x305199)}},_0x555a2e={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/docx',..._0x476cff?{'Authorization':_0x476cff['value']}:null},'body':JSON['stringify'](_0xa48e4b)};return window['fetch'](_0x43d467,_0x555a2e)['then'](_0x24c578=>{if(0xc8!==_0x24c578['status'])throw _0x24c578;return _0x24c578['blob']();})['then'](_0xc242a0=>{const _0x3488f5='function'==typeof _0x193849['fileName']?_0x193849['fileName']():_0x193849['fileName'];this['_downloadFile'](_0xc242a0,_0x3488f5||'document.docx');});})['catch'](_0x1d6099=>{throw _0x305199['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20Word\x20file.')),_0x1d6099;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x1f3d07,_0x582c12){const _0x47abce=document['createElement']('a');_0x47abce['href']=window['URL']['createObjectURL'](_0x1f3d07),_0x47abce['download']=_0x582c12,_0x47abce['click'](),_0x47abce['remove']();}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4a3a=['has','authorId','TrackChanges','from','createdAt',':root','CommentsRepository','indexOf','plugins','keys','cssRules','name','timezone','timeZone','map','comments','then','join','push','all','get','content','length','EDITOR_STYLES','trim','warn','Users','suggestions','isResolved','getCommentThreads','data-cke','cssText'];(function(_0x7f53d,_0x4a3a0f){const _0x361561=function(_0x1c5f80){while(--_0x1c5f80){_0x7f53d['push'](_0x7f53d['shift']());}};_0x361561(++_0x4a3a0f);}(_0x4a3a,0x66));const _0x3615=function(_0x7f53d,_0x4a3a0f){_0x7f53d=_0x7f53d-0x0;let _0x361561=_0x4a3a[_0x7f53d];return _0x361561;};export function getStyles(_0x5d7a2f){if(!_0x5d7a2f)return new Promise(_0x3bc27c=>_0x3bc27c(''));const _0x2f6564=[];for(const _0x9a45f1 of _0x5d7a2f)_0x3615('0x11')!==_0x9a45f1?_0x2f6564[_0x3615('0xc')](window['fetch'](_0x9a45f1)[_0x3615('0xa')](_0x302a87=>_0x302a87['text']())):_0x2f6564[_0x3615('0xc')](u());return Promise[_0x3615('0xd')](_0x2f6564)['then'](_0x58afde=>_0x58afde[_0x3615('0xb')]('\x20')['trim']());}function u(){const _0x5a8561=[],_0x2b1d04=[];for(const _0x15b769 of Array[_0x3615('0x1d')](document['styleSheets'])){if(_0x15b769['ownerNode']['hasAttribute'](_0x3615('0x18')))for(const _0x252d40 of Array[_0x3615('0x1d')](_0x15b769[_0x3615('0x4')]))-0x1!==_0x252d40['cssText'][_0x3615('0x1')]('.ck-content')?_0x5a8561['push'](_0x252d40[_0x3615('0x19')]):-0x1!==_0x252d40['cssText'][_0x3615('0x1')](_0x3615('0x1f'))&&_0x2b1d04[_0x3615('0xc')](_0x252d40[_0x3615('0x19')]);}return _0x5a8561[_0x3615('0x10')]||console[_0x3615('0x13')]('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.'),[..._0x2b1d04,..._0x5a8561]['join']('\x20')[_0x3615('0x12')]();}export function getConverterOptions(_0xa65b95){const _0x44aa4c=_0xa65b95[_0x3615('0x2')]['has']('Users'),_0x486f49=_0xa65b95[_0x3615('0x2')][_0x3615('0x1a')](_0x3615('0x0')),_0x117dba=_0xa65b95[_0x3615('0x2')][_0x3615('0x1a')](_0x3615('0x1c')),_0x5e6c9b={};if(_0x44aa4c&&_0x486f49){const _0x393ce6=getComments(_0xa65b95[_0x3615('0x2')][_0x3615('0xe')]('CommentsRepository')[_0x3615('0x17')]({'skipNotAttached':!0x0,'skipEmpty':!0x0}));Object[_0x3615('0x3')](_0x393ce6)['length']&&(_0x5e6c9b['comments']=_0x393ce6);}if(_0x44aa4c&&_0x117dba){const _0x5a329f=_0xa65b95['plugins'][_0x3615('0xe')]('TrackChanges'),_0x2ef8d3=_0xa65b95[_0x3615('0x2')][_0x3615('0xe')](_0x3615('0x14')),_0x199181=getSuggestions(_0x5a329f['getSuggestions']({'toJSON':!0x0}),_0x2ef8d3['users']);Object[_0x3615('0x3')](_0x199181)[_0x3615('0x10')]&&(_0x5e6c9b[_0x3615('0x15')]=_0x199181);}return(_0x5e6c9b[_0x3615('0x15')]||_0x5e6c9b[_0x3615('0x9')])&&(_0x5e6c9b[_0x3615('0x6')]=new Intl['DateTimeFormat']()['resolvedOptions']()[_0x3615('0x7')]),_0x5e6c9b;}export function getComments(_0x63e172){const _0x104ef0={};if(!_0x63e172['length'])return _0x104ef0;for(const _0x255feb of _0x63e172)_0x255feb[_0x3615('0x9')][_0x3615('0x8')](_0x39ce3d=>{void 0x0===_0x104ef0[_0x255feb['id']]&&(_0x104ef0[_0x255feb['id']]=[]),_0x104ef0[_0x255feb['id']][_0x3615('0xc')]({'author':_0x39ce3d['author'][_0x3615('0x5')],'content':_0x39ce3d[_0x3615('0xf')],'created':_0x39ce3d[_0x3615('0x1e')],'is_resolved':_0x255feb[_0x3615('0x16')]});});return _0x104ef0;}export function getSuggestions(_0x2647af,_0x2e0a23){const _0x217cf3={};if(!_0x2647af['length']||!_0x2e0a23[_0x3615('0x10')])return _0x217cf3;for(const _0x2a037e of _0x2647af)_0x217cf3[_0x2a037e['id']]={'author':_0x2e0a23[_0x3615('0xe')](_0x2a037e[_0x3615('0x1b')])[_0x3615('0x5')],'created':_0x2a037e['createdAt']};return _0x217cf3;}
|