@ckeditor/ckeditor5-export-pdf 0.0.0-nightly-20240522.0 → 0.0.0-nightly-20240524.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/README.md +6 -0
- package/build/export-pdf.js +1 -1
- package/dist/index.js +1 -1
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/exportpdf.d.ts +3 -2
- package/package.json +2 -2
- package/src/exportpdf.d.ts +3 -2
- package/src/exportpdf.js +1 -1
- package/src/exportpdfcommand.js +1 -1
- package/src/exportpdfui.js +1 -1
- package/src/index.js +1 -1
- package/src/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x5090bc=>{const {zh:{dictionary:_0x192f08,getPluralForm:_0x91c140}}={'zh':{'dictionary':{'Export\x20to\x20PDF':'匯出為\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'產生\x20PDF\x20時發生錯誤。','PDF\x20export\x20started':'PDF\x20匯出開始','PDF\x20export\x20failed':'PDF\x20匯出失敗','PDF\x20export\x20successful':'PDF\x20匯出成功','Exporting\x20PDF\x20document':'正在匯出\x20PDF\x20文件'},'getPluralForm':_0x3b6c73=>0x0}};_0x5090bc['zh']||={'dictionary':{},'getPluralForm':null},_0x5090bc['zh']['dictionary']=Object['assign'](_0x5090bc['zh']['dictionary'],_0x192f08),_0x5090bc['zh']['getPluralForm']=_0x91c140;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -60,10 +60,11 @@ export interface ExportPdfConfig {
|
|
|
60
60
|
* ```
|
|
61
61
|
*
|
|
62
62
|
* **NOTE:** If `stylesheets` are not provided, the plugin will sent only
|
|
63
|
-
* {@glink
|
|
63
|
+
* {@glink getting-started/setup/css the default editor content styles}
|
|
64
|
+
* to the converter.
|
|
64
65
|
*
|
|
65
66
|
* **Default editor's content styles**:
|
|
66
|
-
* {@glink
|
|
67
|
+
* {@glink getting-started/setup/css The default editor content styles}
|
|
67
68
|
* are applied to the generated PDF thanks to the 'EDITOR_STYLES' token, which is provided to the `stylesheets` by default.
|
|
68
69
|
* If you don't want them to be applied, you have to omit the token:
|
|
69
70
|
*
|
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-20240524.0",
|
|
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": "0.0.0-nightly-
|
|
33
|
+
"ckeditor5": "0.0.0-nightly-20240524.0"
|
|
34
34
|
},
|
|
35
35
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
36
36
|
"author": "CKSource (http://cksource.com/)",
|
package/src/exportpdf.d.ts
CHANGED
|
@@ -56,10 +56,11 @@ export interface ExportPdfConfig {
|
|
|
56
56
|
* ```
|
|
57
57
|
*
|
|
58
58
|
* **NOTE:** If `stylesheets` are not provided, the plugin will sent only
|
|
59
|
-
* {@glink
|
|
59
|
+
* {@glink getting-started/setup/css the default editor content styles}
|
|
60
|
+
* to the converter.
|
|
60
61
|
*
|
|
61
62
|
* **Default editor's content styles**:
|
|
62
|
-
* {@glink
|
|
63
|
+
* {@glink getting-started/setup/css The default editor content styles}
|
|
63
64
|
* are applied to the generated PDF thanks to the 'EDITOR_STYLES' token, which is provided to the `stylesheets` by default.
|
|
64
65
|
* If you don't want them to be applied, you have to omit the token:
|
|
65
66
|
*
|
package/src/exportpdf.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x42bbbe=_0x1c98;function _0x1c98(_0x249c8b,_0x2a38c5){const _0x505ba8=_0x505b();return _0x1c98=function(_0x1c980,_0x8de6a9){_0x1c980=_0x1c980-0xd5;let _0x5cd410=_0x505ba8[_0x1c980];return _0x5cd410;},_0x1c98(_0x249c8b,_0x2a38c5);}(function(_0x1a4aac,_0x4fae98){const _0x10ea28=_0x1c98,_0xb34220=_0x1a4aac();while(!![]){try{const _0x3f91c2=-parseInt(_0x10ea28(0xd5))/0x1+parseInt(_0x10ea28(0xe5))/0x2+parseInt(_0x10ea28(0xeb))/0x3+parseInt(_0x10ea28(0xdc))/0x4*(-parseInt(_0x10ea28(0xd8))/0x5)+-parseInt(_0x10ea28(0xed))/0x6+parseInt(_0x10ea28(0xdb))/0x7+parseInt(_0x10ea28(0xde))/0x8;if(_0x3f91c2===_0x4fae98)break;else _0xb34220['push'](_0xb34220['shift']());}catch(_0x3777d5){_0xb34220['push'](_0xb34220['shift']());}}}(_0x505b,0xa0bc0));import{Plugin as _0x4cf87}from'ckeditor5/src/core.js';function _0x505b(){const _0x57640b=['exportPdf','27186cITckf','token','2669112rVIpvT','533866TKinTb','editor','add','235eqaXnS','_token','config','6891437WAtFWz','31064yxaXUk','CloudServices','3553072CBeiEl','get','tokenUrl','plugins','then','ExportPdf','requires','1128802RgDUNE','registerTokenUrl','pluginName','init','commands'];_0x505b=function(){return _0x57640b;};return _0x505b();}import{Notification as _0x46ea44}from'ckeditor5/src/ui.js';import _0x4f2445 from'./exportpdfcommand.js';import _0x56c589 from'./exportpdfui.js';export default class s extends _0x4cf87{static get[_0x42bbbe(0xe7)](){const _0x4254fc=_0x42bbbe;return _0x4254fc(0xe3);}static get[_0x42bbbe(0xe4)](){const _0xcf8dd1=_0x42bbbe;return[_0xcf8dd1(0xdd),_0x46ea44,_0x56c589];}[_0x42bbbe(0xe8)](){const _0x24bc9b=_0x42bbbe,_0x23134d=this[_0x24bc9b(0xd6)],_0x15c5ca=_0x23134d[_0x24bc9b(0xda)][_0x24bc9b(0xdf)](_0x24bc9b(0xea))||{};_0x23134d[_0x24bc9b(0xe9)][_0x24bc9b(0xd7)](_0x24bc9b(0xea),new _0x4f2445(_0x23134d));const _0xe5fb14=_0x23134d[_0x24bc9b(0xe1)][_0x24bc9b(0xdf)](_0x24bc9b(0xdd));!0x1===_0x15c5ca[_0x24bc9b(0xe0)]?this[_0x24bc9b(0xd9)]=null:_0x15c5ca[_0x24bc9b(0xe0)]?_0xe5fb14[_0x24bc9b(0xe6)](_0x15c5ca[_0x24bc9b(0xe0)])[_0x24bc9b(0xe2)](_0x54668f=>{const _0x22a088=_0x24bc9b;this[_0x22a088(0xd9)]=_0x54668f;}):this[_0x24bc9b(0xd9)]=_0xe5fb14[_0x24bc9b(0xec)];}}
|
package/src/exportpdfcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x17464d}from'ckeditor5/src/core.js';import{getStyles as _0x365635}from'./utils.js';export default class o extends _0x17464d{constructor(_0x3ee011){super(_0x3ee011),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x8becf1={}){const _0x2f20c9=this['editor'],t=_0x2f20c9['t'],_0x1f8f7b=_0x8becf1['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x1b8742=_0x8becf1['dataCallback']||(_0xedac80=>_0xedac80['data']['get']()),_0x225dca=_0x2f20c9['plugins']['get']('ExportPdf'),_0x3039d4=_0x8becf1['token']||_0x225dca['_token'];return this['isBusy']=!0x0,this['refresh'](),_0x365635(_0x8becf1['stylesheets']||['EDITOR_STYLES'])['then'](async _0x1a248d=>{_0x2f20c9['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20started'));const _0x1879f0={'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'+_0x2f20c9['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x1b8742(_0x2f20c9)+'\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':_0x1a248d,'options':_0x8becf1['converterOptions']},_0x2490a3={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x3039d4?{'Authorization':_0x3039d4['value']}:null,'x-cs-app-id':_0x8becf1['appID']||'cke5'},'body':JSON['stringify'](_0x1879f0)};return window['fetch'](_0x1f8f7b,_0x2490a3)['then'](_0x8d9cdc=>{if(0xc8!==_0x8d9cdc['status'])throw _0x8d9cdc;return _0x8d9cdc['blob']();})['then'](_0x53ccf4=>{_0x2f20c9['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20successful'));const _0x1ddc72='function'==typeof _0x8becf1['fileName']?_0x8becf1['fileName']():_0x8becf1['fileName'];this['_downloadFile'](_0x53ccf4,_0x1ddc72||'document.pdf');});})['catch'](_0x162d09=>{const _0x74a132=_0x2f20c9['plugins']['get']('Notification');throw _0x2f20c9['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x74a132['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x162d09;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x1b884d,_0x4b37f3){const _0x287ecf=document['createElement']('a');_0x287ecf['href']=window['URL']['createObjectURL'](_0x1b884d),_0x287ecf['download']=_0x4b37f3,_0x287ecf['click'](),_0x287ecf['remove']();}}
|
package/src/exportpdfui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x5afb71}from'ckeditor5/src/core.js';import{ButtonView as _0x2e41c9,MenuBarMenuListItemButtonView as _0x145b25,SpinnerView as _0x2ed2d3}from'ckeditor5/src/ui.js';import _0x2b61d3 from'../theme/icons/exportpdf.svg';export default class i extends _0x5afb71{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x36ee2b=this['editor'];_0x36ee2b['ui']['componentFactory']['add']('exportPdf',()=>{const _0xebc168=this['_createButton'](_0x2e41c9),_0x934132=_0x36ee2b['commands']['get']('exportPdf');return _0xebc168['set']({'tooltip':!0x0}),_0xebc168['bind']('isOn')['to'](_0x934132,'isBusy'),_0xebc168;}),_0x36ee2b['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x145b25));}['_createButton'](_0x8c0395){const _0x5219dd=this['editor'],_0x3d53ce=_0x5219dd['config']['get']('exportPdf')||{},t=_0x5219dd['locale']['t'],_0x31355d=_0x5219dd['commands']['get']('exportPdf'),_0x5c5237=new _0x8c0395(_0x5219dd['locale']),_0x54f73f=new _0x2ed2d3();return _0x5c5237['children']['add'](_0x54f73f),_0x54f73f['bind']('isVisible')['to'](_0x31355d,'isBusy'),_0x5c5237['iconView']['bind']('isVisible')['to'](_0x31355d,'isBusy',_0x1be55a=>!_0x1be55a),_0x5c5237['set']({'icon':_0x2b61d3}),_0x5c5237['bind']('isEnabled')['to'](_0x31355d,'isEnabled'),_0x5c5237['bind']('label')['to'](_0x31355d,'isBusy',_0x4d48fd=>t(_0x4d48fd?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x5c5237,'execute',()=>{_0x5219dd['execute']('exportPdf',_0x3d53ce),_0x5219dd['editing']['view']['focus']();}),_0x5c5237;}}
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x21796f,_0x2322d2){var _0x4a237b=_0x5a79,_0x43f595=_0x21796f();while(!![]){try{var _0xe66ba5=-parseInt(_0x4a237b(0x1d5))/0x1+-parseInt(_0x4a237b(0x1d2))/0x2*(-parseInt(_0x4a237b(0x1d1))/0x3)+-parseInt(_0x4a237b(0x1d7))/0x4+-parseInt(_0x4a237b(0x1db))/0x5*(parseInt(_0x4a237b(0x1da))/0x6)+parseInt(_0x4a237b(0x1d6))/0x7+-parseInt(_0x4a237b(0x1d8))/0x8*(-parseInt(_0x4a237b(0x1d9))/0x9)+-parseInt(_0x4a237b(0x1d3))/0xa*(-parseInt(_0x4a237b(0x1d4))/0xb);if(_0xe66ba5===_0x2322d2)break;else _0x43f595['push'](_0x43f595['shift']());}catch(_0x34c4c2){_0x43f595['push'](_0x43f595['shift']());}}}(_0x1392,0x1c380));export{default as ExportPdf}from'./exportpdf.js';function _0x1392(){var _0x4ea37d=['93GtsnNk','3902rkhzxk','8960RXyhGu','1243MneJlK','38378cqctWQ','722022RSBkzr','899784kNKfuQ','147144SPeZiP','63yHzZEO','29436MQKXej','15LKTwSR'];_0x1392=function(){return _0x4ea37d;};return _0x1392();}function _0x5a79(_0x1a19d9,_0x194dd5){var _0x1392aa=_0x1392();return _0x5a79=function(_0x5a79a9,_0x19e10e){_0x5a79a9=_0x5a79a9-0x1d1;var _0x3719da=_0x1392aa[_0x5a79a9];return _0x3719da;},_0x5a79(_0x1a19d9,_0x194dd5);}import'./augmentation.js';
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x34e75c,_0x5d34f4){const _0x24dd3e=_0x483d,_0x1eb2c5=_0x34e75c();while(!![]){try{const _0x21421d=parseInt(_0x24dd3e(0xb5))/0x1+-parseInt(_0x24dd3e(0xbd))/0x2+-parseInt(_0x24dd3e(0xaa))/0x3*(parseInt(_0x24dd3e(0xb0))/0x4)+parseInt(_0x24dd3e(0xb9))/0x5*(parseInt(_0x24dd3e(0xba))/0x6)+-parseInt(_0x24dd3e(0xb4))/0x7+-parseInt(_0x24dd3e(0xb3))/0x8*(parseInt(_0x24dd3e(0xbc))/0x9)+parseInt(_0x24dd3e(0xa8))/0xa;if(_0x21421d===_0x5d34f4)break;else _0x1eb2c5['push'](_0x1eb2c5['shift']());}catch(_0x5b86cb){_0x1eb2c5['push'](_0x1eb2c5['shift']());}}}(_0x53fa,0x787c5));export function getStyles(_0x1b9149){const _0x19ea8c=_0x483d;if(!_0x1b9149)return new Promise(_0x46157e=>_0x46157e(''));const _0x206352=[];for(const _0x4ab4e7 of _0x1b9149)_0x19ea8c(0xc2)!==_0x4ab4e7?_0x206352[_0x19ea8c(0xa5)](window[_0x19ea8c(0xbe)](_0x4ab4e7)[_0x19ea8c(0xb8)](_0x471215=>_0x471215[_0x19ea8c(0xaf)]())):_0x206352[_0x19ea8c(0xa5)](f());return Promise[_0x19ea8c(0xc3)](_0x206352)[_0x19ea8c(0xb8)](_0x52a4df=>_0x52a4df[_0x19ea8c(0xae)]('\x20')[_0x19ea8c(0xad)]());}function _0x483d(_0x49de2e,_0x4644bb){const _0x53fabd=_0x53fa();return _0x483d=function(_0x483d4b,_0x560bb1){_0x483d4b=_0x483d4b-0xa5;let _0x38f3a7=_0x53fabd[_0x483d4b];return _0x38f3a7;},_0x483d(_0x49de2e,_0x4644bb);}function f(){const _0x61ecf0=_0x483d,_0x511c55=[],_0x542c35=[];for(const _0x1a25c5 of Array[_0x61ecf0(0xa6)](document[_0x61ecf0(0xa7)])){if(_0x1a25c5[_0x61ecf0(0xab)][_0x61ecf0(0xb7)](_0x61ecf0(0xbb))){for(const _0x4161e3 of Array[_0x61ecf0(0xa6)](_0x1a25c5[_0x61ecf0(0xb6)]))-0x1!==_0x4161e3[_0x61ecf0(0xac)][_0x61ecf0(0xbf)](_0x61ecf0(0xb2))?_0x511c55[_0x61ecf0(0xa5)](_0x4161e3[_0x61ecf0(0xac)]):-0x1!==_0x4161e3[_0x61ecf0(0xac)][_0x61ecf0(0xbf)](_0x61ecf0(0xb1))&&_0x542c35[_0x61ecf0(0xa5)](_0x4161e3[_0x61ecf0(0xac)]);}}return _0x511c55[_0x61ecf0(0xa9)]||console[_0x61ecf0(0xc1)](_0x61ecf0(0xc0)),[..._0x542c35,..._0x511c55][_0x61ecf0(0xae)]('\x20')[_0x61ecf0(0xad)]();}function _0x53fa(){const _0x28eb25=['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.','warn','EDITOR_STYLES','all','push','from','styleSheets','3901250VvWVHS','length','42027XgIzlU','ownerNode','cssText','trim','join','text','40unMFui',':root','.ck-content','385744hvsMxC','1892884eQlBTY','236617HbaoPY','cssRules','hasAttribute','then','7815EaFUBY','3486CRWpjQ','data-cke','72tdjhNE','490180dxEvIV','fetch','indexOf'];_0x53fa=function(){return _0x28eb25;};return _0x53fa();}
|