@ckeditor/ckeditor5-export-pdf 0.0.0-nightly-20231107.0 → 0.0.0-nightly-20231109.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-pdf.js +1 -1
- package/package.json +2 -2
- package/src/exportpdf.js +1 -1
- package/src/exportpdfcommand.js +1 -1
- package/src/utils.js +1 -1
package/build/export-pdf.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 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,{ExportPdf:()=>l});var t=o(704),e=o(273);const r=[".
|
|
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,{ExportPdf:()=>l});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.","styleSheets","data-cke","from","trim","join","cssText",".ck-content","cssRules","then","text",":root","EDITOR_STYLES","all","ownerNode","indexOf","push"];var i,s;i=r,s=185,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("0x5")](document[c("0x3")]))if(o[c("0x10")].hasAttribute(c("0x4")))for(const n of Array[c("0x5")](o[c("0xa")]))-1!==n[c("0x8")][c("0x0")](c("0x9"))?t[c("0x1")](n[c("0x8")]):-1!==n.cssText[c("0x0")](c("0xd"))&&e[c("0x1")](n[c("0x8")]);return t.length||console.warn(c("0x2")),[...e,...t][c("0x7")](" ")[c("0x6")]()}class d 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://pdf-converter.cke-cs.com/v1/convert/",r=t.dataCallback||(t=>t.data.get()),i=e.plugins.get("ExportPdf"),s=t.token||i._token;return this.isBusy=!0,this.refresh(),function(t){if(!t)return new Promise((t=>t("")));const e=[];for(const o of t)c("0xe")!==o?e.push(window.fetch(o)[c("0xb")]((t=>t[c("0xc")]()))):e[c("0x1")](a());return Promise[c("0xf")](e)[c("0xb")]((t=>t[c("0x7")](" ")[c("0x6")]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async o=>{const i={html:'<html>\n\t\t\t\t\t\t<head>\n\t\t\t\t\t\t\t<title>CKEditor 5 PDF document</title>\n\t\t\t\t\t\t\t<meta charset="utf-8">\n\t\t\t\t\t\t</head>\n\t\t\t\t\t\t<body>\n\t\t\t\t\t\t\t<div class="ck-content" dir="'+e.locale.contentLanguageDirection+'">\n\t\t\t\t\t\t\t\t'+await r(e)+"\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</body>\n\t\t\t\t\t</html>",css:o,options:t.converterOptions},c={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/pdf",...s?{Authorization:s.value}:null,"x-cs-app-id":t.appID||"cke5"},body:JSON.stringify(i)};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.pdf")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(o("An error occurred while generating the PDF.")),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 l extends t.Plugin{static get pluginName(){return"ExportPdf"}static get requires(){return["CloudServices",e.Notification]}init(){const t=this.editor,o=t.t,n=t.config.get("exportPdf")||{};t.commands.add("exportPdf",new d(t)),t.ui.componentFactory.add("exportPdf",(r=>{const i=t.commands.get("exportPdf"),s=new e.ButtonView(r),c=new e.SpinnerView;return s.set({label:o("Export to PDF"),icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4.5 14 0H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14 2l3.3 3H14V2Z"/><path d="m12.452 18.5 1.25 1.5H3v-3h1.5v1.5h7.952Z"/><path d="M19.826 16.843a.75.75 0 1 0-1.152-.96L17.5 17.29V13H16v4.29l-1.174-1.408a.75.75 0 1 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="M1.63 14.24V12.3h.88c.66 0 1.14-.15 1.46-.45.32-.3.48-.71.48-1.24 0-.52-.15-.91-.44-1.2C3.7 9.15 3.28 9 2.69 9H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3 0 .5.05.62.17.1.11.16.25.16.42 0 .16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7 3c.28 0 .6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3 0-.37-.04-.7-.13-1.02a2.3 2.3 0 0 0-.42-.84c-.19-.24-.43-.43-.72-.56C8.57 9.06 8.2 9 7.72 9h-2.4v5.24H7.73Zm-.4-1.19h-.4v-2.86h.4c.43 0 .73.1.91.3.18.2.27.59.27 1.14 0 .42-.04.73-.12.91a.76.76 0 0 1-.34.4c-.14.07-.38.11-.72.11Zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z"/></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("exportPdf",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||{}).exportPdf=n})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-export-pdf",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20231109.0",
|
|
4
4
|
"description": "Export to PDF 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-20231109.0"
|
|
33
33
|
},
|
|
34
34
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
35
35
|
"author": "CKSource (http://cksource.com/)",
|
package/src/exportpdf.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x1007a1}from'ckeditor5/src/core';import{ButtonView as _0x160a37,Notification as _0x4d6bda,SpinnerView as _0xa4e7e4}from'ckeditor5/src/ui';import _0x53c9da from'./exportpdfcommand';import _0x44fbae from'../theme/icons/exportpdf.svg';export default class p extends _0x1007a1{static get['pluginName'](){return'ExportPdf';}static get['requires'](){return['CloudServices',_0x4d6bda];}['init'](){const _0x373ca1=this['editor'],t=_0x373ca1['t'],_0x5465c9=_0x373ca1['config']['get']('exportPdf')||{};_0x373ca1['commands']['add']('exportPdf',new _0x53c9da(_0x373ca1)),_0x373ca1['ui']['componentFactory']['add']('exportPdf',_0xf5befa=>{const _0x2719f8=_0x373ca1['commands']['get']('exportPdf'),_0x1bd79b=new _0x160a37(_0xf5befa),_0x503918=new _0xa4e7e4();return _0x1bd79b['set']({'label':t('Export\x20to\x20PDF'),'icon':_0x44fbae,'tooltip':!0x0}),_0x1bd79b['children']['add'](_0x503918),_0x1bd79b['bind']('isOn','isEnabled')['to'](_0x2719f8,'isBusy','isEnabled'),_0x503918['bind']('isVisible')['to'](_0x2719f8,'isBusy'),_0x1bd79b['iconView']['bind']('isVisible')['to'](_0x2719f8,'isBusy',_0x3b4315=>!_0x3b4315),this['listenTo'](_0x1bd79b,'execute',()=>{_0x373ca1['execute']('exportPdf',_0x5465c9),_0x373ca1['editing']['view']['focus']();}),_0x1bd79b;});const _0x19fef1=_0x373ca1['plugins']['get']('CloudServices');!0x1===_0x5465c9['tokenUrl']?this['_token']=null:_0x5465c9['tokenUrl']?_0x19fef1['registerTokenUrl'](_0x5465c9['tokenUrl'])['then'](_0xcc6cd6=>{this['_token']=_0xcc6cd6;}):this['_token']=_0x19fef1['token'];}}
|
package/src/exportpdfcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x2a8c51}from'ckeditor5/src/core';import{getStyles as _0x4f15ca}from'./utils';export default class o extends _0x2a8c51{constructor(_0x5c6d8f){super(_0x5c6d8f),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x160e38={}){const _0x2eb06a=this['editor'],t=_0x2eb06a['t'],_0x3733d0=_0x160e38['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x40ae73=_0x160e38['dataCallback']||(_0x4cd37a=>_0x4cd37a['data']['get']()),_0x1d495c=_0x2eb06a['plugins']['get']('ExportPdf'),_0x2c5cda=_0x160e38['token']||_0x1d495c['_token'];return this['isBusy']=!0x0,this['refresh'](),_0x4f15ca(_0x160e38['stylesheets']||['EDITOR_STYLES'])['then'](async _0x213ebf=>{const _0x5255e4={'html':'<html>\x0a\x09\x09\x09\x09\x09\x09<head>\x0a\x09\x09\x09\x09\x09\x09\x09<title>CKEditor\x205\x20PDF\x20document</title>\x0a\x09\x09\x09\x09\x09\x09\x09<meta\x20charset=\x22utf-8\x22>\x0a\x09\x09\x09\x09\x09\x09</head>\x0a\x09\x09\x09\x09\x09\x09<body>\x0a\x09\x09\x09\x09\x09\x09\x09<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x2eb06a['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x40ae73(_0x2eb06a)+'\x0a\x09\x09\x09\x09\x09\x09\x09</div>\x0a\x09\x09\x09\x09\x09\x09</body>\x0a\x09\x09\x09\x09\x09</html>','css':_0x213ebf,'options':_0x160e38['converterOptions']},_0x1e0d10={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x2c5cda?{'Authorization':_0x2c5cda['value']}:null,'x-cs-app-id':_0x160e38['appID']||'cke5'},'body':JSON['stringify'](_0x5255e4)};return window['fetch'](_0x3733d0,_0x1e0d10)['then'](_0x1a4217=>{if(0xc8!==_0x1a4217['status'])throw _0x1a4217;return _0x1a4217['blob']();})['then'](_0x54f50e=>{const _0x391045='function'==typeof _0x160e38['fileName']?_0x160e38['fileName']():_0x160e38['fileName'];this['_downloadFile'](_0x54f50e,_0x391045||'document.pdf');});})['catch'](_0x3ff7fa=>{throw _0x2eb06a['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x3ff7fa;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x209232,_0x18137a){const _0x4dbbe5=document['createElement']('a');_0x4dbbe5['href']=window['URL']['createObjectURL'](_0x209232),_0x4dbbe5['download']=_0x18137a,_0x4dbbe5['click'](),_0x4dbbe5['remove']();}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2ca1=['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.','styleSheets','data-cke','from','trim','join','cssText','.ck-content','cssRules','then','text',':root','EDITOR_STYLES','all','ownerNode','indexOf','push'];(function(_0x146e5a,_0x2ca1e1){const _0x5efb40=function(_0x47fbc4){while(--_0x47fbc4){_0x146e5a['push'](_0x146e5a['shift']());}};_0x5efb40(++_0x2ca1e1);}(_0x2ca1,0xb9));const _0x5efb=function(_0x146e5a,_0x2ca1e1){_0x146e5a=_0x146e5a-0x0;let _0x5efb40=_0x2ca1[_0x146e5a];return _0x5efb40;};export function getStyles(_0x222423){if(!_0x222423)return new Promise(_0x88207b=>_0x88207b(''));const _0xcd6b8d=[];for(const _0x5b9043 of _0x222423)_0x5efb('0xe')!==_0x5b9043?_0xcd6b8d['push'](window['fetch'](_0x5b9043)[_0x5efb('0xb')](_0x54d1a8=>_0x54d1a8[_0x5efb('0xc')]())):_0xcd6b8d[_0x5efb('0x1')](u());return Promise[_0x5efb('0xf')](_0xcd6b8d)[_0x5efb('0xb')](_0x49605b=>_0x49605b[_0x5efb('0x7')]('\x20')[_0x5efb('0x6')]());}function u(){const _0x40aa0e=[],_0x33d516=[];for(const _0x3f9459 of Array[_0x5efb('0x5')](document[_0x5efb('0x3')])){if(_0x3f9459[_0x5efb('0x10')]['hasAttribute'](_0x5efb('0x4')))for(const _0x8aeb6b of Array[_0x5efb('0x5')](_0x3f9459[_0x5efb('0xa')]))-0x1!==_0x8aeb6b[_0x5efb('0x8')][_0x5efb('0x0')](_0x5efb('0x9'))?_0x40aa0e[_0x5efb('0x1')](_0x8aeb6b[_0x5efb('0x8')]):-0x1!==_0x8aeb6b['cssText'][_0x5efb('0x0')](_0x5efb('0xd'))&&_0x33d516[_0x5efb('0x1')](_0x8aeb6b[_0x5efb('0x8')]);}return _0x40aa0e['length']||console['warn'](_0x5efb('0x2')),[..._0x33d516,..._0x40aa0e][_0x5efb('0x7')]('\x20')[_0x5efb('0x6')]();}
|