@ckeditor/ckeditor5-export-pdf 41.3.0 → 41.3.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={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(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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 r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>p});var t=n(782),e=n(311);function o(){const t=["1642JGFPXf","then","4640812hDghkw","fetch","push","length",".ck-content","hasAttribute","EDITOR_STYLES","all","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.","cssText","from","4265241agQeSk","ownerNode","text","join","cssRules","96yRxdrJ","2544755Henkoj","4361100yeagei","13245804Vpytjo","warn","indexOf","138600CEcjuz","data-cke","trim",":root","1153omBBSJ","styleSheets"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=317]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(335)](document[t(322)]))if(r[t(337)][t(330)](t(318)))for(const o of Array[t(335)](r[t(340)]))-1!==o[t(334)][t(346)](t(329))?e[t(327)](o[t(334)]):-1!==o[t(334)][t(346)](t(320))&&n[t(327)](o[t(334)]);return e[t(328)]||console[t(345)](t(333)),[...n,...e][t(339)](" ")[t(319)]()}!function(t,e){const n=s,r=t();for(;;)try{if(766986===-parseInt(n(321))/1*(parseInt(n(323))/2)+parseInt(n(336))/3+-parseInt(n(325))/4+-parseInt(n(342))/5+parseInt(n(343))/6+-parseInt(n(317))/7*(parseInt(n(341))/8)+parseInt(n(344))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(o);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,r=t.converterUrl||"https://pdf-converter.cke-cs.com/v1/convert/",o=t.dataCallback||(t=>t.data.get()),c=e.plugins.get("ExportPdf"),a=t.token||c._token;return this.isBusy=!0,this.refresh(),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(331)!==r?n[e(327)](window[e(326)](r)[e(324)]((t=>t[e(338)]()))):n[e(327)](i());return Promise[e(332)](n)[e(324)]((t=>t[e(339)](" ")[e(319)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async n=>{const s={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 o(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:n,options:t.converterOptions},i={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/pdf",...a?{Authorization:a.value}:null,"x-cs-app-id":t.appID||"cke5"},body:JSON.stringify(s)};return window.fetch(r,i).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.pdf")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(n("An error occurred while generating the PDF.")),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 a extends t.Plugin{static get pluginName(){return"ExportPdfUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportPdf",(()=>{const n=this._createButton(e.ButtonView),r=t.commands.get("exportPdf");return n.set({tooltip:!0}),n.bind("isOn").to(r,"isBusy"),n})),t.ui.componentFactory.add("menuBar:exportPdf",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,r=n.config.get("exportPdf")||{},o=n.locale.t,s=n.commands.get("exportPdf"),i=new t(n.locale),c=new e.SpinnerView;return i.children.add(c),c.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.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'}),i.bind("isEnabled").to(s,"isEnabled"),this.listenTo(i,"execute",(()=>{n.execute("exportPdf",r),n.editing.view.focus()})),i}}const u=h;function d(){const t=["token","config","registerTokenUrl","requires","editor","commands","75156eFzfmM","pluginName","tokenUrl","8055194BWMnBq","8414005xlSsIn","6954024BeLwvH","207ewAKAj","exportPdf","_token","plugins","6515408BiGitB","856230XjnMWU","get","26wNVqzA","ExportPdf","1041528vIPPVf","then","CloudServices","6xXTUky","add","init"];return(d=function(){return t})()}function h(t,e){const n=d();return(h=function(t,e){return n[t-=393]})(t,e)}!function(t,e){const n=h,r=t();for(;;)try{if(907961===-parseInt(n(404))/1+parseInt(n(402))/2*(parseInt(n(416))/3)+parseInt(n(399))/4+parseInt(n(393))/5+-parseInt(n(407))/6*(-parseInt(n(419))/7)+-parseInt(n(394))/8+parseInt(n(395))/9*(-parseInt(n(400))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Plugin{static get[u(417)](){return u(403)}static get[u(413)](){return[u(406),e.Notification,a]}[u(409)](){const t=u,e=this[t(414)],n=e[t(411)][t(401)](t(396))||{};e[t(415)][t(408)](t(396),new c(e));const r=e[t(398)][t(401)](t(406));!1===n[t(418)]?this[t(397)]=null:n[t(418)]?r[t(412)](n[t(418)])[t(405)]((e=>{this[t(397)]=e})):this[t(397)]=r[t(410)]}}function l(t,e){var n=f();return(l=function(t,e){return n[t-=301]})(t,e)}function f(){var t=["19420htZcfl","618764EUJadP","155580UOTzFP","38654gJqxvd","43605iySkYu","64173sdbJgd","2335596aceWyg","360jrTBqu","584kutNij","3LIwCRA","143BrJduu"];return(f=function(){return t})()}!function(t,e){for(var n=l,r=t();;)try{if(207564===parseInt(n(309))/1+-parseInt(n(305))/2*(-parseInt(n(302))/3)+-parseInt(n(304))/4*(parseInt(n(311))/5)+parseInt(n(310))/6+parseInt(n(307))/7*(-parseInt(n(301))/8)+-parseInt(n(308))/9+parseInt(n(306))/10*(parseInt(n(303))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
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(r){var o=e[r];if(void 0!==o)return o.exports;var s=e[r]={exports:{}};return t[r](s,s.exports,n),s.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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 r={};(()=>{"use strict";n.r(r),n.d(r,{ExportPdf:()=>p});var t=n(782),e=n(311);function o(){const t=s,e=[],n=[];for(const r of Array[t(473)](document[t(482)]))if(r[t(480)][t(500)](t(476)))for(const o of Array[t(473)](r[t(495)]))-1!==o[t(488)][t(498)](t(490))?e[t(478)](o[t(488)]):-1!==o[t(488)][t(498)](t(474))&&n[t(478)](o[t(488)]);return e[t(494)]||console[t(493)](t(491)),[...n,...e][t(472)](" ")[t(496)]()}function s(t,e){const n=i();return(s=function(t,e){return n[t-=471]})(t,e)}function i(){const t=["trim","2594505olsscO","indexOf","7117060ZqnfdV","hasAttribute","119212gblWTX","396516WpcAKS","join","from",":root","fetch","data-cke","294doArJg","push","5776iKeZxz","ownerNode","27PTMAGm","styleSheets","63592BhqTau","then","EDITOR_STYLES","all","2271411RiRwui","cssText","16jRXldw",".ck-content","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","warn","length","cssRules"];return(i=function(){return t})()}!function(t,e){const n=s,r=t();for(;;)try{if(296017===-parseInt(n(489))/1*(-parseInt(n(483))/2)+parseInt(n(481))/3*(parseInt(n(501))/4)+parseInt(n(497))/5+-parseInt(n(471))/6+parseInt(n(477))/7*(parseInt(n(479))/8)+-parseInt(n(487))/9+-parseInt(n(499))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(i);class a 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,r=t.converterUrl||"https://pdf-converter.cke-cs.com/v1/convert/",i=t.dataCallback||(t=>t.data.get()),a=e.plugins.get("ExportPdf"),c=t.token||a._token;return this.isBusy=!0,this.refresh(),function(t){const e=s;if(!t)return new Promise((t=>t("")));const n=[];for(const r of t)e(485)!==r?n[e(478)](window[e(475)](r)[e(484)]((t=>t[e(492)]()))):n[e(478)](o());return Promise[e(486)](n)[e(484)]((t=>t[e(472)](" ")[e(496)]()))}(t.stylesheets||["EDITOR_STYLES"]).then((async n=>{const o={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 i(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:n,options:t.converterOptions},s={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/pdf",...c?{Authorization:c.value}:null,"x-cs-app-id":t.appID||"cke5"},body:JSON.stringify(o)};return window.fetch(r,s).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.pdf")}))})).catch((t=>{throw e.plugins.get("Notification").showWarning(n("An error occurred while generating the PDF.")),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 c extends t.Plugin{static get pluginName(){return"ExportPdfUI"}init(){const t=this.editor;t.ui.componentFactory.add("exportPdf",(()=>{const n=this._createButton(e.ButtonView),r=t.commands.get("exportPdf");return n.set({tooltip:!0}),n.bind("isOn").to(r,"isBusy"),n})),t.ui.componentFactory.add("menuBar:exportPdf",(()=>this._createButton(e.MenuBarMenuListItemButtonView)))}_createButton(t){const n=this.editor,r=n.config.get("exportPdf")||{},o=n.locale.t,s=n.commands.get("exportPdf"),i=new t(n.locale),a=new e.SpinnerView;return i.children.add(a),a.bind("isVisible").to(s,"isBusy"),i.iconView.bind("isVisible").to(s,"isBusy",(t=>!t)),i.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'}),i.bind("isEnabled").to(s,"isEnabled"),this.listenTo(i,"execute",(()=>{n.execute("exportPdf",r),n.editing.view.focus()})),i}}const u=h;function d(){const t=["140865qlkKEV","exportPdf","registerTokenUrl","_token","init","ExportPdf","140mwOWhh","130CyVftQ","CloudServices","add","598860HEMgyn","91445NobtRV","editor","requires","plugins","767511NHxiqb","then","542432DavNKG","token","306736NPgutB","tokenUrl","get","commands","config","pluginName","21406605XeCzPJ","2rMxePI","138tVjUTq"];return(d=function(){return t})()}function h(t,e){const n=d();return(h=function(t,e){return n[t-=405]})(t,e)}!function(t,e){const n=h,r=t();for(;;)try{if(746e3===-parseInt(n(432))/1*(-parseInt(n(419))/2)+-parseInt(n(431))/3+parseInt(n(410))/4+parseInt(n(421))/5*(parseInt(n(420))/6)+-parseInt(n(427))/7*(parseInt(n(412))/8)+-parseInt(n(408))/9*(parseInt(n(428))/10)+parseInt(n(418))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Plugin{static get[u(417)](){return u(426)}static get[u(406)](){return[u(429),e.Notification,c]}[u(425)](){const t=u,e=this[t(405)],n=e[t(416)][t(414)](t(422))||{};e[t(415)][t(430)](t(422),new a(e));const r=e[t(407)][t(414)](t(429));!1===n[t(413)]?this[t(424)]=null:n[t(413)]?r[t(423)](n[t(413)])[t(409)]((e=>{this[t(424)]=e})):this[t(424)]=r[t(411)]}}function l(){var t=["1171497WpXSHq","248117Psbjjs","323169VVrYYf","2vIojIV","1349226jtNMXa","2823021sQjbHf","860916XSuNyr","8IEEaYy","777370PetyXk"];return(l=function(){return t})()}function f(t,e){var n=l();return(f=function(t,e){return n[t-=215]})(t,e)}!function(t,e){for(var n=f,r=t();;)try{if(225282===parseInt(n(215))/1+parseInt(n(217))/2*(parseInt(n(223))/3)+-parseInt(n(220))/4+-parseInt(n(222))/5+parseInt(n(218))/6+parseInt(n(216))/7+parseInt(n(221))/8*(-parseInt(n(219))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(l)})(),(window.CKEditor5=window.CKEditor5||{}).exportPdf=r})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-export-pdf",
3
- "version": "41.3.0",
3
+ "version": "41.3.1",
4
4
  "description": "Export to PDF 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.3.0"
33
+ "ckeditor5": "41.3.1"
34
34
  },
35
35
  "license": "SEE LICENSE IN LICENSE.md",
36
36
  "author": "CKSource (http://cksource.com/)",
package/src/exportpdf.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x21d6a4=_0x6349;(function(_0x2ea7e8,_0x206e52){const _0x203450=_0x6349,_0x4ede8e=_0x2ea7e8();while(!![]){try{const _0x3cbb83=-parseInt(_0x203450(0x194))/0x1+parseInt(_0x203450(0x192))/0x2*(parseInt(_0x203450(0x1a0))/0x3)+parseInt(_0x203450(0x18f))/0x4+parseInt(_0x203450(0x189))/0x5+-parseInt(_0x203450(0x197))/0x6*(-parseInt(_0x203450(0x1a3))/0x7)+-parseInt(_0x203450(0x18a))/0x8+parseInt(_0x203450(0x18b))/0x9*(-parseInt(_0x203450(0x190))/0xa);if(_0x3cbb83===_0x206e52)break;else _0x4ede8e['push'](_0x4ede8e['shift']());}catch(_0x5781e7){_0x4ede8e['push'](_0x4ede8e['shift']());}}}(_0x5c14,0xddab9));function _0x5c14(){const _0x1a20bb=['token','config','registerTokenUrl','requires','editor','commands','75156eFzfmM','pluginName','tokenUrl','8055194BWMnBq','8414005xlSsIn','6954024BeLwvH','207ewAKAj','exportPdf','_token','plugins','6515408BiGitB','856230XjnMWU','get','26wNVqzA','ExportPdf','1041528vIPPVf','then','CloudServices','6xXTUky','add','init'];_0x5c14=function(){return _0x1a20bb;};return _0x5c14();}import{Plugin as _0x410669}from'ckeditor5/src/core.js';import{Notification as _0xb88791}from'ckeditor5/src/ui.js';function _0x6349(_0xafccf1,_0xdef481){const _0x5c149a=_0x5c14();return _0x6349=function(_0x6349b0,_0x3bdf6c){_0x6349b0=_0x6349b0-0x189;let _0x1f1aad=_0x5c149a[_0x6349b0];return _0x1f1aad;},_0x6349(_0xafccf1,_0xdef481);}import _0xbf2df0 from'./exportpdfcommand.js';import _0x2c6d5d from'./exportpdfui.js';export default class s extends _0x410669{static get[_0x21d6a4(0x1a1)](){const _0x424a72=_0x21d6a4;return _0x424a72(0x193);}static get[_0x21d6a4(0x19d)](){const _0x3b4806=_0x21d6a4;return[_0x3b4806(0x196),_0xb88791,_0x2c6d5d];}[_0x21d6a4(0x199)](){const _0x77557f=_0x21d6a4,_0x563353=this[_0x77557f(0x19e)],_0x4653ad=_0x563353[_0x77557f(0x19b)][_0x77557f(0x191)](_0x77557f(0x18c))||{};_0x563353[_0x77557f(0x19f)][_0x77557f(0x198)](_0x77557f(0x18c),new _0xbf2df0(_0x563353));const _0x5e6cc6=_0x563353[_0x77557f(0x18e)][_0x77557f(0x191)](_0x77557f(0x196));!0x1===_0x4653ad[_0x77557f(0x1a2)]?this[_0x77557f(0x18d)]=null:_0x4653ad[_0x77557f(0x1a2)]?_0x5e6cc6[_0x77557f(0x19c)](_0x4653ad[_0x77557f(0x1a2)])[_0x77557f(0x195)](_0x3f894e=>{const _0x3b5398=_0x77557f;this[_0x3b5398(0x18d)]=_0x3f894e;}):this[_0x77557f(0x18d)]=_0x5e6cc6[_0x77557f(0x19a)];}}
23
+ const _0x92f06a=_0x52db;(function(_0x13a553,_0x592eb3){const _0x204477=_0x52db,_0x47952f=_0x13a553();while(!![]){try{const _0x24e702=-parseInt(_0x204477(0x1b0))/0x1*(-parseInt(_0x204477(0x1a3))/0x2)+-parseInt(_0x204477(0x1af))/0x3+parseInt(_0x204477(0x19a))/0x4+parseInt(_0x204477(0x1a5))/0x5*(parseInt(_0x204477(0x1a4))/0x6)+-parseInt(_0x204477(0x1ab))/0x7*(parseInt(_0x204477(0x19c))/0x8)+-parseInt(_0x204477(0x198))/0x9*(parseInt(_0x204477(0x1ac))/0xa)+parseInt(_0x204477(0x1a2))/0xb;if(_0x24e702===_0x592eb3)break;else _0x47952f['push'](_0x47952f['shift']());}catch(_0x5dbb61){_0x47952f['push'](_0x47952f['shift']());}}}(_0x76a7,0xb6210));function _0x76a7(){const _0x2cafe9=['140865qlkKEV','exportPdf','registerTokenUrl','_token','init','ExportPdf','140mwOWhh','130CyVftQ','CloudServices','add','598860HEMgyn','91445NobtRV','editor','requires','plugins','767511NHxiqb','then','542432DavNKG','token','306736NPgutB','tokenUrl','get','commands','config','pluginName','21406605XeCzPJ','2rMxePI','138tVjUTq'];_0x76a7=function(){return _0x2cafe9;};return _0x76a7();}import{Plugin as _0x3c0966}from'ckeditor5/src/core.js';import{Notification as _0x1c8fcf}from'ckeditor5/src/ui.js';function _0x52db(_0x515d2d,_0x1ad2c2){const _0x76a723=_0x76a7();return _0x52db=function(_0x52db74,_0x1f15c7){_0x52db74=_0x52db74-0x195;let _0x5261a8=_0x76a723[_0x52db74];return _0x5261a8;},_0x52db(_0x515d2d,_0x1ad2c2);}import _0x5d9883 from'./exportpdfcommand.js';import _0x16b52e from'./exportpdfui.js';export default class s extends _0x3c0966{static get[_0x92f06a(0x1a1)](){const _0x12233f=_0x92f06a;return _0x12233f(0x1aa);}static get[_0x92f06a(0x196)](){const _0xff559d=_0x92f06a;return[_0xff559d(0x1ad),_0x1c8fcf,_0x16b52e];}[_0x92f06a(0x1a9)](){const _0x49451c=_0x92f06a,_0x559d2a=this[_0x49451c(0x195)],_0x1a9b3f=_0x559d2a[_0x49451c(0x1a0)][_0x49451c(0x19e)](_0x49451c(0x1a6))||{};_0x559d2a[_0x49451c(0x19f)][_0x49451c(0x1ae)](_0x49451c(0x1a6),new _0x5d9883(_0x559d2a));const _0x63ae9f=_0x559d2a[_0x49451c(0x197)][_0x49451c(0x19e)](_0x49451c(0x1ad));!0x1===_0x1a9b3f[_0x49451c(0x19d)]?this[_0x49451c(0x1a8)]=null:_0x1a9b3f[_0x49451c(0x19d)]?_0x63ae9f[_0x49451c(0x1a7)](_0x1a9b3f[_0x49451c(0x19d)])[_0x49451c(0x199)](_0x30f495=>{const _0x5a2e0c=_0x49451c;this[_0x5a2e0c(0x1a8)]=_0x30f495;}):this[_0x49451c(0x1a8)]=_0x63ae9f[_0x49451c(0x19b)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Command as _0x302481}from'ckeditor5/src/core.js';import{getStyles as _0x507028}from'./utils.js';export default class o extends _0x302481{constructor(_0x499776){super(_0x499776),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x1ce5cc={}){const _0x523da9=this['editor'],t=_0x523da9['t'],_0x311843=_0x1ce5cc['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x55cea3=_0x1ce5cc['dataCallback']||(_0x1b2cf3=>_0x1b2cf3['data']['get']()),_0x4a868f=_0x523da9['plugins']['get']('ExportPdf'),_0x5492d7=_0x1ce5cc['token']||_0x4a868f['_token'];return this['isBusy']=!0x0,this['refresh'](),_0x507028(_0x1ce5cc['stylesheets']||['EDITOR_STYLES'])['then'](async _0x452bf8=>{const _0x2701fa={'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'+_0x523da9['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x55cea3(_0x523da9)+'\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':_0x452bf8,'options':_0x1ce5cc['converterOptions']},_0x14f92b={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x5492d7?{'Authorization':_0x5492d7['value']}:null,'x-cs-app-id':_0x1ce5cc['appID']||'cke5'},'body':JSON['stringify'](_0x2701fa)};return window['fetch'](_0x311843,_0x14f92b)['then'](_0x45a366=>{if(0xc8!==_0x45a366['status'])throw _0x45a366;return _0x45a366['blob']();})['then'](_0x23fa26=>{const _0x1bc00a='function'==typeof _0x1ce5cc['fileName']?_0x1ce5cc['fileName']():_0x1ce5cc['fileName'];this['_downloadFile'](_0x23fa26,_0x1bc00a||'document.pdf');});})['catch'](_0xae6d5d=>{throw _0x523da9['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0xae6d5d;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x2cd1ab,_0x262f3d){const _0xeaf8d6=document['createElement']('a');_0xeaf8d6['href']=window['URL']['createObjectURL'](_0x2cd1ab),_0xeaf8d6['download']=_0x262f3d,_0xeaf8d6['click'](),_0xeaf8d6['remove']();}}
23
+ import{Command as _0x441053}from'ckeditor5/src/core.js';import{getStyles as _0x4316ee}from'./utils.js';export default class o extends _0x441053{constructor(_0x37547d){super(_0x37547d),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x25a435={}){const _0x505e14=this['editor'],t=_0x505e14['t'],_0x23ab1b=_0x25a435['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x5db239=_0x25a435['dataCallback']||(_0x595143=>_0x595143['data']['get']()),_0x19c751=_0x505e14['plugins']['get']('ExportPdf'),_0xc11c09=_0x25a435['token']||_0x19c751['_token'];return this['isBusy']=!0x0,this['refresh'](),_0x4316ee(_0x25a435['stylesheets']||['EDITOR_STYLES'])['then'](async _0x375cad=>{const _0x5bdf42={'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'+_0x505e14['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x5db239(_0x505e14)+'\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':_0x375cad,'options':_0x25a435['converterOptions']},_0x3ec2e7={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0xc11c09?{'Authorization':_0xc11c09['value']}:null,'x-cs-app-id':_0x25a435['appID']||'cke5'},'body':JSON['stringify'](_0x5bdf42)};return window['fetch'](_0x23ab1b,_0x3ec2e7)['then'](_0x352d33=>{if(0xc8!==_0x352d33['status'])throw _0x352d33;return _0x352d33['blob']();})['then'](_0x4d14d7=>{const _0x270b16='function'==typeof _0x25a435['fileName']?_0x25a435['fileName']():_0x25a435['fileName'];this['_downloadFile'](_0x4d14d7,_0x270b16||'document.pdf');});})['catch'](_0xd8527c=>{throw _0x505e14['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0xd8527c;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3e3246,_0x24b1ff){const _0xbc8603=document['createElement']('a');_0xbc8603['href']=window['URL']['createObjectURL'](_0x3e3246),_0xbc8603['download']=_0x24b1ff,_0xbc8603['click'](),_0xbc8603['remove']();}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- import{Plugin as _0x1d0923}from'ckeditor5/src/core.js';import{ButtonView as _0x5df30d,MenuBarMenuListItemButtonView as _0x3864ac,SpinnerView as _0x4f5471}from'ckeditor5/src/ui.js';import _0x423a9d from'../theme/icons/exportpdf.svg';export default class i extends _0x1d0923{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x17a0ff=this['editor'];_0x17a0ff['ui']['componentFactory']['add']('exportPdf',()=>{const _0x59852a=this['_createButton'](_0x5df30d),_0x44c54d=_0x17a0ff['commands']['get']('exportPdf');return _0x59852a['set']({'tooltip':!0x0}),_0x59852a['bind']('isOn')['to'](_0x44c54d,'isBusy'),_0x59852a;}),_0x17a0ff['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x3864ac));}['_createButton'](_0x2e2e1a){const _0x220c91=this['editor'],_0x515b14=_0x220c91['config']['get']('exportPdf')||{},t=_0x220c91['locale']['t'],_0x2c2b48=_0x220c91['commands']['get']('exportPdf'),_0x2894db=new _0x2e2e1a(_0x220c91['locale']),_0x57db97=new _0x4f5471();return _0x2894db['children']['add'](_0x57db97),_0x57db97['bind']('isVisible')['to'](_0x2c2b48,'isBusy'),_0x2894db['iconView']['bind']('isVisible')['to'](_0x2c2b48,'isBusy',_0x585bf1=>!_0x585bf1),_0x2894db['set']({'label':t('Export\x20to\x20PDF'),'icon':_0x423a9d}),_0x2894db['bind']('isEnabled')['to'](_0x2c2b48,'isEnabled'),this['listenTo'](_0x2894db,'execute',()=>{_0x220c91['execute']('exportPdf',_0x515b14),_0x220c91['editing']['view']['focus']();}),_0x2894db;}}
23
+ import{Plugin as _0x3061fb}from'ckeditor5/src/core.js';import{ButtonView as _0x2e0849,MenuBarMenuListItemButtonView as _0x23cc73,SpinnerView as _0x253575}from'ckeditor5/src/ui.js';import _0x25618c from'../theme/icons/exportpdf.svg';export default class i extends _0x3061fb{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x7863fa=this['editor'];_0x7863fa['ui']['componentFactory']['add']('exportPdf',()=>{const _0x1ce5e8=this['_createButton'](_0x2e0849),_0x18f183=_0x7863fa['commands']['get']('exportPdf');return _0x1ce5e8['set']({'tooltip':!0x0}),_0x1ce5e8['bind']('isOn')['to'](_0x18f183,'isBusy'),_0x1ce5e8;}),_0x7863fa['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x23cc73));}['_createButton'](_0x137fa9){const _0x44650d=this['editor'],_0x475443=_0x44650d['config']['get']('exportPdf')||{},t=_0x44650d['locale']['t'],_0x50022e=_0x44650d['commands']['get']('exportPdf'),_0x29b0eb=new _0x137fa9(_0x44650d['locale']),_0x4cf9c8=new _0x253575();return _0x29b0eb['children']['add'](_0x4cf9c8),_0x4cf9c8['bind']('isVisible')['to'](_0x50022e,'isBusy'),_0x29b0eb['iconView']['bind']('isVisible')['to'](_0x50022e,'isBusy',_0x5532b8=>!_0x5532b8),_0x29b0eb['set']({'label':t('Export\x20to\x20PDF'),'icon':_0x25618c}),_0x29b0eb['bind']('isEnabled')['to'](_0x50022e,'isEnabled'),this['listenTo'](_0x29b0eb,'execute',()=>{_0x44650d['execute']('exportPdf',_0x475443),_0x44650d['editing']['view']['focus']();}),_0x29b0eb;}}
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4b7f(_0xca9afc,_0x517f05){var _0x24ce8e=_0x24ce();return _0x4b7f=function(_0x4b7f08,_0xcaddc6){_0x4b7f08=_0x4b7f08-0x12d;var _0x247791=_0x24ce8e[_0x4b7f08];return _0x247791;},_0x4b7f(_0xca9afc,_0x517f05);}(function(_0x93abea,_0x1ec846){var _0x4b8f4b=_0x4b7f,_0x4d0955=_0x93abea();while(!![]){try{var _0x2db38f=parseInt(_0x4b8f4b(0x135))/0x1+-parseInt(_0x4b8f4b(0x131))/0x2*(-parseInt(_0x4b8f4b(0x12e))/0x3)+-parseInt(_0x4b8f4b(0x130))/0x4*(parseInt(_0x4b8f4b(0x137))/0x5)+parseInt(_0x4b8f4b(0x136))/0x6+parseInt(_0x4b8f4b(0x133))/0x7*(-parseInt(_0x4b8f4b(0x12d))/0x8)+-parseInt(_0x4b8f4b(0x134))/0x9+parseInt(_0x4b8f4b(0x132))/0xa*(parseInt(_0x4b8f4b(0x12f))/0xb);if(_0x2db38f===_0x1ec846)break;else _0x4d0955['push'](_0x4d0955['shift']());}catch(_0x3c6d7f){_0x4d0955['push'](_0x4d0955['shift']());}}}(_0x24ce,0x32acc));export{default as ExportPdf}from'./exportpdf.js';function _0x24ce(){var _0x330591=['19420htZcfl','618764EUJadP','155580UOTzFP','38654gJqxvd','43605iySkYu','64173sdbJgd','2335596aceWyg','360jrTBqu','584kutNij','3LIwCRA','143BrJduu'];_0x24ce=function(){return _0x330591;};return _0x24ce();}import'./augmentation.js';
23
+ function _0x41e8(){var _0x4afeb9=['1171497WpXSHq','248117Psbjjs','323169VVrYYf','2vIojIV','1349226jtNMXa','2823021sQjbHf','860916XSuNyr','8IEEaYy','777370PetyXk'];_0x41e8=function(){return _0x4afeb9;};return _0x41e8();}(function(_0x21356c,_0x46a510){var _0x2123ef=_0x92b1,_0x39353f=_0x21356c();while(!![]){try{var _0x99df4a=parseInt(_0x2123ef(0xd7))/0x1+parseInt(_0x2123ef(0xd9))/0x2*(parseInt(_0x2123ef(0xdf))/0x3)+-parseInt(_0x2123ef(0xdc))/0x4+-parseInt(_0x2123ef(0xde))/0x5+parseInt(_0x2123ef(0xda))/0x6+parseInt(_0x2123ef(0xd8))/0x7+parseInt(_0x2123ef(0xdd))/0x8*(-parseInt(_0x2123ef(0xdb))/0x9);if(_0x99df4a===_0x46a510)break;else _0x39353f['push'](_0x39353f['shift']());}catch(_0x690142){_0x39353f['push'](_0x39353f['shift']());}}}(_0x41e8,0x37002));export{default as ExportPdf}from'./exportpdf.js';function _0x92b1(_0x522d00,_0x2bce34){var _0x41e89a=_0x41e8();return _0x92b1=function(_0x92b14b,_0x19312f){_0x92b14b=_0x92b14b-0xd7;var _0x8f0798=_0x41e89a[_0x92b14b];return _0x8f0798;},_0x92b1(_0x522d00,_0x2bce34);}import'./augmentation.js';
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2a93(){const _0x2937d8=['1642JGFPXf','then','4640812hDghkw','fetch','push','length','.ck-content','hasAttribute','EDITOR_STYLES','all','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.','cssText','from','4265241agQeSk','ownerNode','text','join','cssRules','96yRxdrJ','2544755Henkoj','4361100yeagei','13245804Vpytjo','warn','indexOf','138600CEcjuz','data-cke','trim',':root','1153omBBSJ','styleSheets'];_0x2a93=function(){return _0x2937d8;};return _0x2a93();}function _0x399b(_0x1cd65b,_0x58c37e){const _0x2a93e3=_0x2a93();return _0x399b=function(_0x399bd8,_0x408fbf){_0x399bd8=_0x399bd8-0x13d;let _0x4e1f77=_0x2a93e3[_0x399bd8];return _0x4e1f77;},_0x399b(_0x1cd65b,_0x58c37e);}(function(_0x154d29,_0x483a71){const _0x3771ef=_0x399b,_0x3079eb=_0x154d29();while(!![]){try{const _0x38c785=-parseInt(_0x3771ef(0x141))/0x1*(parseInt(_0x3771ef(0x143))/0x2)+parseInt(_0x3771ef(0x150))/0x3+-parseInt(_0x3771ef(0x145))/0x4+-parseInt(_0x3771ef(0x156))/0x5+parseInt(_0x3771ef(0x157))/0x6+-parseInt(_0x3771ef(0x13d))/0x7*(parseInt(_0x3771ef(0x155))/0x8)+parseInt(_0x3771ef(0x158))/0x9;if(_0x38c785===_0x483a71)break;else _0x3079eb['push'](_0x3079eb['shift']());}catch(_0x16e7eb){_0x3079eb['push'](_0x3079eb['shift']());}}}(_0x2a93,0xbb40a));export function getStyles(_0x41c2e2){const _0x2332c7=_0x399b;if(!_0x41c2e2)return new Promise(_0x52f911=>_0x52f911(''));const _0x261f74=[];for(const _0x2b17d1 of _0x41c2e2)_0x2332c7(0x14b)!==_0x2b17d1?_0x261f74[_0x2332c7(0x147)](window[_0x2332c7(0x146)](_0x2b17d1)[_0x2332c7(0x144)](_0x2598d4=>_0x2598d4[_0x2332c7(0x152)]())):_0x261f74[_0x2332c7(0x147)](a());return Promise[_0x2332c7(0x14c)](_0x261f74)[_0x2332c7(0x144)](_0x2011cc=>_0x2011cc[_0x2332c7(0x153)]('\x20')[_0x2332c7(0x13f)]());}function a(){const _0x1ef8a3=_0x399b,_0x5c7b19=[],_0x2e5815=[];for(const _0x3cbe1c of Array[_0x1ef8a3(0x14f)](document[_0x1ef8a3(0x142)])){if(_0x3cbe1c[_0x1ef8a3(0x151)][_0x1ef8a3(0x14a)](_0x1ef8a3(0x13e))){for(const _0x5df405 of Array[_0x1ef8a3(0x14f)](_0x3cbe1c[_0x1ef8a3(0x154)]))-0x1!==_0x5df405[_0x1ef8a3(0x14e)][_0x1ef8a3(0x15a)](_0x1ef8a3(0x149))?_0x5c7b19[_0x1ef8a3(0x147)](_0x5df405[_0x1ef8a3(0x14e)]):-0x1!==_0x5df405[_0x1ef8a3(0x14e)][_0x1ef8a3(0x15a)](_0x1ef8a3(0x140))&&_0x2e5815[_0x1ef8a3(0x147)](_0x5df405[_0x1ef8a3(0x14e)]);}}return _0x5c7b19[_0x1ef8a3(0x148)]||console[_0x1ef8a3(0x159)](_0x1ef8a3(0x14d)),[..._0x2e5815,..._0x5c7b19][_0x1ef8a3(0x153)]('\x20')[_0x1ef8a3(0x13f)]();}
23
+ (function(_0x4392ac,_0x280745){const _0x143762=_0x3086,_0x39bdbc=_0x4392ac();while(!![]){try{const _0x6e56ac=-parseInt(_0x143762(0x1e9))/0x1*(-parseInt(_0x143762(0x1e3))/0x2)+parseInt(_0x143762(0x1e1))/0x3*(parseInt(_0x143762(0x1f5))/0x4)+parseInt(_0x143762(0x1f1))/0x5+-parseInt(_0x143762(0x1d7))/0x6+parseInt(_0x143762(0x1dd))/0x7*(parseInt(_0x143762(0x1df))/0x8)+-parseInt(_0x143762(0x1e7))/0x9+-parseInt(_0x143762(0x1f3))/0xa;if(_0x6e56ac===_0x280745)break;else _0x39bdbc['push'](_0x39bdbc['shift']());}catch(_0x3094de){_0x39bdbc['push'](_0x39bdbc['shift']());}}}(_0x3385,0x48451));export function getStyles(_0x17ca48){const _0x20d6dc=_0x3086;if(!_0x17ca48)return new Promise(_0x10fde3=>_0x10fde3(''));const _0x3274fd=[];for(const _0xf02a1b of _0x17ca48)_0x20d6dc(0x1e5)!==_0xf02a1b?_0x3274fd[_0x20d6dc(0x1de)](window[_0x20d6dc(0x1db)](_0xf02a1b)[_0x20d6dc(0x1e4)](_0x34223d=>_0x34223d[_0x20d6dc(0x1ec)]())):_0x3274fd[_0x20d6dc(0x1de)](a());return Promise[_0x20d6dc(0x1e6)](_0x3274fd)[_0x20d6dc(0x1e4)](_0x519121=>_0x519121[_0x20d6dc(0x1d8)]('\x20')[_0x20d6dc(0x1f0)]());}function a(){const _0x4f09db=_0x3086,_0xd42693=[],_0x177d00=[];for(const _0x479cc9 of Array[_0x4f09db(0x1d9)](document[_0x4f09db(0x1e2)])){if(_0x479cc9[_0x4f09db(0x1e0)][_0x4f09db(0x1f4)](_0x4f09db(0x1dc))){for(const _0x2213b6 of Array[_0x4f09db(0x1d9)](_0x479cc9[_0x4f09db(0x1ef)]))-0x1!==_0x2213b6[_0x4f09db(0x1e8)][_0x4f09db(0x1f2)](_0x4f09db(0x1ea))?_0xd42693[_0x4f09db(0x1de)](_0x2213b6[_0x4f09db(0x1e8)]):-0x1!==_0x2213b6[_0x4f09db(0x1e8)][_0x4f09db(0x1f2)](_0x4f09db(0x1da))&&_0x177d00[_0x4f09db(0x1de)](_0x2213b6[_0x4f09db(0x1e8)]);}}return _0xd42693[_0x4f09db(0x1ee)]||console[_0x4f09db(0x1ed)](_0x4f09db(0x1eb)),[..._0x177d00,..._0xd42693][_0x4f09db(0x1d8)]('\x20')[_0x4f09db(0x1f0)]();}function _0x3086(_0x1303ef,_0x2bcafd){const _0x3385da=_0x3385();return _0x3086=function(_0x3086af,_0x4c0633){_0x3086af=_0x3086af-0x1d7;let _0x100729=_0x3385da[_0x3086af];return _0x100729;},_0x3086(_0x1303ef,_0x2bcafd);}function _0x3385(){const _0x149706=['trim','2594505olsscO','indexOf','7117060ZqnfdV','hasAttribute','119212gblWTX','396516WpcAKS','join','from',':root','fetch','data-cke','294doArJg','push','5776iKeZxz','ownerNode','27PTMAGm','styleSheets','63592BhqTau','then','EDITOR_STYLES','all','2271411RiRwui','cssText','16jRXldw','.ck-content','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','warn','length','cssRules'];_0x3385=function(){return _0x149706;};return _0x3385();}