@ckeditor/ckeditor5-export-pdf 41.3.0 → 41.3.2

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:()=>h});var t=n(782),e=n(311);function o(){const t=["2uuVeHx","1877064TpRXhW","then","3028300dDVEqp","push","trim","indexOf","445958EyVuRn","2479599opKHGX","length","join","warn","4121178FDXIkq","text","all","8YEoSjF",".ck-content","cssRules","EDITOR_STYLES","data-cke","fetch","1174032NnWSfU","styleSheets","hasAttribute","cssText","from",":root","ownerNode","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.","23137641XSCLGT"];return(o=function(){return t})()}function s(t,e){const n=o();return(s=function(t,e){return n[t-=364]})(t,e)}function i(){const t=s,e=[],n=[];for(const r of Array[t(385)](document[t(382)]))if(r[t(387)][t(383)](t(379)))for(const o of Array[t(385)](r[t(377)]))-1!==o[t(384)][t(366)](t(376))?e[t(364)](o[t(384)]):-1!==o[t(384)][t(366)](t(386))&&n[t(364)](o[t(384)]);return e[t(369)]||console[t(371)](t(388)),[...n,...e][t(370)](" ")[t(365)]()}!function(t){const e=s,n=t();for(;;)try{if(555825===-parseInt(e(390))/1*(-parseInt(e(367))/2)+parseInt(e(368))/3+parseInt(e(381))/4+parseInt(e(393))/5+parseInt(e(372))/6+parseInt(e(391))/7+-parseInt(e(375))/8*(parseInt(e(389))/9))break;n.push(n.shift())}catch(t){n.push(n.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(378)!==r?n[e(364)](window[e(380)](r)[e(392)]((t=>t[e(373)]()))):n[e(364)](i());return Promise[e(374)](n)[e(392)]((t=>t[e(370)](" ")[e(365)]()))}(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=p;function d(){const t=["registerTokenUrl","21tvsfyw","init","token","config","3537750PiqcBd","90685AxGXsp","plugins","15095817agFiPI","16hagPzL","4701630mjmIhF","editor","tokenUrl","add","pluginName","then","requires","3468004OuWntv","commands","_token","get","ExportPdf","CloudServices","84822sKQsuU","1889742pPwIsN","exportPdf"];return(d=function(){return t})()}function p(t,e){const n=d();return(p=function(t,e){return n[t-=328]})(t,e)}!function(t){const e=p,n=t();for(;;)try{if(484832===-parseInt(e(352))/1*(parseInt(e(348))/2)+parseInt(e(349))/3+parseInt(e(342))/4+parseInt(e(335))/5+parseInt(e(330))/6+parseInt(e(331))/7*(parseInt(e(334))/8)+-parseInt(e(333))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(d);class h extends t.Plugin{static get[u(339)](){return u(346)}static get[u(341)](){return[u(347),e.Notification,a]}[u(353)](){const t=u,e=this[t(336)],n=e[t(329)][t(345)](t(350))||{};e[t(343)][t(338)](t(350),new c(e));const r=e[t(332)][t(345)](t(347));!1===n[t(337)]?this[t(344)]=null:n[t(337)]?r[t(351)](n[t(337)])[t(340)]((e=>{this[t(344)]=e})):this[t(344)]=r[t(328)]}}function l(t,e){var n=f();return(l=function(t,e){return n[t-=164]})(t,e)}function f(){var t=["14536071BimkwH","53381416mvxWpE","10XvCyCy","2mGAUEj","4212342FiGneV","28cxHGfG","12100207MIVAxW","8QasIeo","933403DHWNDw","1999880wZcWNJ","335031spBdRQ"];return(f=function(){return t})()}!function(t){for(var e=l,n=t();;)try{if(998120===-parseInt(e(169))/1*(parseInt(e(164))/2)+-parseInt(e(171))/3*(parseInt(e(166))/4)+parseInt(e(174))/5*(parseInt(e(165))/6)+parseInt(e(167))/7*(-parseInt(e(168))/8)+-parseInt(e(172))/9+-parseInt(e(170))/10+parseInt(e(173))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(f)})(),(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.2",
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.2"
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 _0x1cbb6b=_0x25b4;function _0x2535(){const _0x7d27d=['registerTokenUrl','21tvsfyw','init','token','config','3537750PiqcBd','90685AxGXsp','plugins','15095817agFiPI','16hagPzL','4701630mjmIhF','editor','tokenUrl','add','pluginName','then','requires','3468004OuWntv','commands','_token','get','ExportPdf','CloudServices','84822sKQsuU','1889742pPwIsN','exportPdf'];_0x2535=function(){return _0x7d27d;};return _0x2535();}(function(_0x52590e,_0xe362ec){const _0x8e3e76=_0x25b4,_0x3e8773=_0x52590e();while(!![]){try{const _0x4c7630=-parseInt(_0x8e3e76(0x160))/0x1*(parseInt(_0x8e3e76(0x15c))/0x2)+parseInt(_0x8e3e76(0x15d))/0x3+parseInt(_0x8e3e76(0x156))/0x4+parseInt(_0x8e3e76(0x14f))/0x5+parseInt(_0x8e3e76(0x14a))/0x6+parseInt(_0x8e3e76(0x14b))/0x7*(parseInt(_0x8e3e76(0x14e))/0x8)+-parseInt(_0x8e3e76(0x14d))/0x9;if(_0x4c7630===_0xe362ec)break;else _0x3e8773['push'](_0x3e8773['shift']());}catch(_0x51aa97){_0x3e8773['push'](_0x3e8773['shift']());}}}(_0x2535,0x765e0));import{Plugin as _0x54a705}from'ckeditor5/src/core.js';import{Notification as _0x5aebf1}from'ckeditor5/src/ui.js';import _0xd29ce3 from'./exportpdfcommand.js';function _0x25b4(_0x5063b3,_0x130c0a){const _0x253501=_0x2535();return _0x25b4=function(_0x25b4ae,_0x2edb6f){_0x25b4ae=_0x25b4ae-0x148;let _0x3b9918=_0x253501[_0x25b4ae];return _0x3b9918;},_0x25b4(_0x5063b3,_0x130c0a);}import _0x7e8362 from'./exportpdfui.js';export default class s extends _0x54a705{static get[_0x1cbb6b(0x153)](){const _0x14c522=_0x1cbb6b;return _0x14c522(0x15a);}static get[_0x1cbb6b(0x155)](){const _0x195681=_0x1cbb6b;return[_0x195681(0x15b),_0x5aebf1,_0x7e8362];}[_0x1cbb6b(0x161)](){const _0x29221b=_0x1cbb6b,_0x533a1d=this[_0x29221b(0x150)],_0x25b654=_0x533a1d[_0x29221b(0x149)][_0x29221b(0x159)](_0x29221b(0x15e))||{};_0x533a1d[_0x29221b(0x157)][_0x29221b(0x152)](_0x29221b(0x15e),new _0xd29ce3(_0x533a1d));const _0x371701=_0x533a1d[_0x29221b(0x14c)][_0x29221b(0x159)](_0x29221b(0x15b));!0x1===_0x25b654[_0x29221b(0x151)]?this[_0x29221b(0x158)]=null:_0x25b654[_0x29221b(0x151)]?_0x371701[_0x29221b(0x15f)](_0x25b654[_0x29221b(0x151)])[_0x29221b(0x154)](_0x3d3eb7=>{const _0x442ebe=_0x29221b;this[_0x442ebe(0x158)]=_0x3d3eb7;}):this[_0x29221b(0x158)]=_0x371701[_0x29221b(0x148)];}}
@@ -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 _0xb7b627}from'ckeditor5/src/core.js';import{getStyles as _0x8e27c}from'./utils.js';export default class o extends _0xb7b627{constructor(_0x4ed3c1){super(_0x4ed3c1),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x7459f2={}){const _0x11b421=this['editor'],t=_0x11b421['t'],_0x547300=_0x7459f2['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x17e249=_0x7459f2['dataCallback']||(_0x204e3d=>_0x204e3d['data']['get']()),_0x59d181=_0x11b421['plugins']['get']('ExportPdf'),_0x253522=_0x7459f2['token']||_0x59d181['_token'];return this['isBusy']=!0x0,this['refresh'](),_0x8e27c(_0x7459f2['stylesheets']||['EDITOR_STYLES'])['then'](async _0x3de42c=>{const _0x596752={'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'+_0x11b421['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x17e249(_0x11b421)+'\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':_0x3de42c,'options':_0x7459f2['converterOptions']},_0x2cd9e1={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x253522?{'Authorization':_0x253522['value']}:null,'x-cs-app-id':_0x7459f2['appID']||'cke5'},'body':JSON['stringify'](_0x596752)};return window['fetch'](_0x547300,_0x2cd9e1)['then'](_0x58301f=>{if(0xc8!==_0x58301f['status'])throw _0x58301f;return _0x58301f['blob']();})['then'](_0x243612=>{const _0x318010='function'==typeof _0x7459f2['fileName']?_0x7459f2['fileName']():_0x7459f2['fileName'];this['_downloadFile'](_0x243612,_0x318010||'document.pdf');});})['catch'](_0x5773e9=>{throw _0x11b421['plugins']['get']('Notification')['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x5773e9;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x247a2b,_0x341170){const _0x104207=document['createElement']('a');_0x104207['href']=window['URL']['createObjectURL'](_0x247a2b),_0x104207['download']=_0x341170,_0x104207['click'](),_0x104207['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 _0x2e4daa}from'ckeditor5/src/core.js';import{ButtonView as _0x38a790,MenuBarMenuListItemButtonView as _0x5565fb,SpinnerView as _0x564462}from'ckeditor5/src/ui.js';import _0x218d0d from'../theme/icons/exportpdf.svg';export default class i extends _0x2e4daa{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x57d6bb=this['editor'];_0x57d6bb['ui']['componentFactory']['add']('exportPdf',()=>{const _0x659490=this['_createButton'](_0x38a790),_0x54f956=_0x57d6bb['commands']['get']('exportPdf');return _0x659490['set']({'tooltip':!0x0}),_0x659490['bind']('isOn')['to'](_0x54f956,'isBusy'),_0x659490;}),_0x57d6bb['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x5565fb));}['_createButton'](_0x55beda){const _0x39dae1=this['editor'],_0x282b8e=_0x39dae1['config']['get']('exportPdf')||{},t=_0x39dae1['locale']['t'],_0x584430=_0x39dae1['commands']['get']('exportPdf'),_0x5d0c37=new _0x55beda(_0x39dae1['locale']),_0x5b9776=new _0x564462();return _0x5d0c37['children']['add'](_0x5b9776),_0x5b9776['bind']('isVisible')['to'](_0x584430,'isBusy'),_0x5d0c37['iconView']['bind']('isVisible')['to'](_0x584430,'isBusy',_0x6f2015=>!_0x6f2015),_0x5d0c37['set']({'label':t('Export\x20to\x20PDF'),'icon':_0x218d0d}),_0x5d0c37['bind']('isEnabled')['to'](_0x584430,'isEnabled'),this['listenTo'](_0x5d0c37,'execute',()=>{_0x39dae1['execute']('exportPdf',_0x282b8e),_0x39dae1['editing']['view']['focus']();}),_0x5d0c37;}}
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 _0x3537(_0x54b0ed,_0x54f885){var _0x1b1ef4=_0x1b1e();return _0x3537=function(_0x35379f,_0x1fa547){_0x35379f=_0x35379f-0xa4;var _0x24519b=_0x1b1ef4[_0x35379f];return _0x24519b;},_0x3537(_0x54b0ed,_0x54f885);}function _0x1b1e(){var _0x3a04b4=['14536071BimkwH','53381416mvxWpE','10XvCyCy','2mGAUEj','4212342FiGneV','28cxHGfG','12100207MIVAxW','8QasIeo','933403DHWNDw','1999880wZcWNJ','335031spBdRQ'];_0x1b1e=function(){return _0x3a04b4;};return _0x1b1e();}(function(_0x478986,_0xf4710e){var _0x3f29d8=_0x3537,_0x39488e=_0x478986();while(!![]){try{var _0x2662af=-parseInt(_0x3f29d8(0xa9))/0x1*(parseInt(_0x3f29d8(0xa4))/0x2)+-parseInt(_0x3f29d8(0xab))/0x3*(parseInt(_0x3f29d8(0xa6))/0x4)+parseInt(_0x3f29d8(0xae))/0x5*(parseInt(_0x3f29d8(0xa5))/0x6)+parseInt(_0x3f29d8(0xa7))/0x7*(-parseInt(_0x3f29d8(0xa8))/0x8)+-parseInt(_0x3f29d8(0xac))/0x9+-parseInt(_0x3f29d8(0xaa))/0xa+parseInt(_0x3f29d8(0xad))/0xb;if(_0x2662af===_0xf4710e)break;else _0x39488e['push'](_0x39488e['shift']());}catch(_0x3948ac){_0x39488e['push'](_0x39488e['shift']());}}}(_0x1b1e,0xf3ae8));export{default as ExportPdf}from'./exportpdf.js';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(_0xb4278e,_0x5e5fea){const _0x3633b3=_0x424b,_0x2bee91=_0xb4278e();while(!![]){try{const _0x47ec3b=-parseInt(_0x3633b3(0x186))/0x1*(-parseInt(_0x3633b3(0x16f))/0x2)+parseInt(_0x3633b3(0x170))/0x3+parseInt(_0x3633b3(0x17d))/0x4+parseInt(_0x3633b3(0x189))/0x5+parseInt(_0x3633b3(0x174))/0x6+parseInt(_0x3633b3(0x187))/0x7+-parseInt(_0x3633b3(0x177))/0x8*(parseInt(_0x3633b3(0x185))/0x9);if(_0x47ec3b===_0x5e5fea)break;else _0x2bee91['push'](_0x2bee91['shift']());}catch(_0x45ff58){_0x2bee91['push'](_0x2bee91['shift']());}}}(_0x12cd,0x87b31));export function getStyles(_0x544365){const _0x25af7a=_0x424b;if(!_0x544365)return new Promise(_0x48c23b=>_0x48c23b(''));const _0x148876=[];for(const _0x429e8b of _0x544365)_0x25af7a(0x17a)!==_0x429e8b?_0x148876[_0x25af7a(0x16c)](window[_0x25af7a(0x17c)](_0x429e8b)[_0x25af7a(0x188)](_0x3d9dac=>_0x3d9dac[_0x25af7a(0x175)]())):_0x148876[_0x25af7a(0x16c)](a());return Promise[_0x25af7a(0x176)](_0x148876)[_0x25af7a(0x188)](_0x22b925=>_0x22b925[_0x25af7a(0x172)]('\x20')[_0x25af7a(0x16d)]());}function _0x12cd(){const _0x3f80bc=['2uuVeHx','1877064TpRXhW','then','3028300dDVEqp','push','trim','indexOf','445958EyVuRn','2479599opKHGX','length','join','warn','4121178FDXIkq','text','all','8YEoSjF','.ck-content','cssRules','EDITOR_STYLES','data-cke','fetch','1174032NnWSfU','styleSheets','hasAttribute','cssText','from',':root','ownerNode','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.','23137641XSCLGT'];_0x12cd=function(){return _0x3f80bc;};return _0x12cd();}function _0x424b(_0x115446,_0x5be42c){const _0x12cdf4=_0x12cd();return _0x424b=function(_0x424bcf,_0x3b3321){_0x424bcf=_0x424bcf-0x16c;let _0x185723=_0x12cdf4[_0x424bcf];return _0x185723;},_0x424b(_0x115446,_0x5be42c);}function a(){const _0x192ade=_0x424b,_0x261694=[],_0x1744dc=[];for(const _0x2520b9 of Array[_0x192ade(0x181)](document[_0x192ade(0x17e)])){if(_0x2520b9[_0x192ade(0x183)][_0x192ade(0x17f)](_0x192ade(0x17b))){for(const _0xbd5ad7 of Array[_0x192ade(0x181)](_0x2520b9[_0x192ade(0x179)]))-0x1!==_0xbd5ad7[_0x192ade(0x180)][_0x192ade(0x16e)](_0x192ade(0x178))?_0x261694[_0x192ade(0x16c)](_0xbd5ad7[_0x192ade(0x180)]):-0x1!==_0xbd5ad7[_0x192ade(0x180)][_0x192ade(0x16e)](_0x192ade(0x182))&&_0x1744dc[_0x192ade(0x16c)](_0xbd5ad7[_0x192ade(0x180)]);}}return _0x261694[_0x192ade(0x171)]||console[_0x192ade(0x173)](_0x192ade(0x184)),[..._0x1744dc,..._0x261694][_0x192ade(0x172)]('\x20')[_0x192ade(0x16d)]();}